Trace number 3446704

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.6OPTIMUM 1523.27 1523.24

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-15-10--soft-66-100-0.wbo
MD5SUM9acc4a01e291192ca8cd72bb114b6c35
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark35
Best CPU time to get the best result obtained on this benchmark0.033994
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables150
Total number of constraints25
Number of soft constraints5
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
Top cost 239
Min constraint cost 1
Max constraint cost 93
Sum of constraints costs 238
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 wbo file format. File HOME/instance-3446704-1307903908.wbo.
0.00/0.00	c Instance file HOME/instance-3446704-1307903908.wbo
0.00/0.00	c File size is 2652 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 |       101 |     150       25      300 |     5500      101     37 |  0.004 % |
0.00/0.00	c |       252 |     150       25      300 |     6050      252     37 |  0.004 % |
0.00/0.00	c |       477 |     150       25      300 |     6655      477     47 |  0.004 % |
0.00/0.01	c |       814 |     150       25      300 |     7320      814     49 |  0.004 % |
0.00/0.03	c |      1320 |     150       25      300 |     8052     1320     50 |  0.004 % |
0.05/0.07	c |      2084 |     150       25      300 |     8857     2084     53 |  0.004 % |
0.09/0.15	c |      3225 |     150       25      300 |     9743     3225     55 |  0.004 % |
0.29/0.35	c |      4933 |     150       25      300 |    10717     4933     55 |  0.004 % |
0.59/0.69	c |      7498 |     150       25      300 |    11789     7498     55 |  0.004 % |
1.49/1.58	c |     11343 |     150       25      300 |    12968    11343     55 |  0.004 % |
2.59/2.64	c |     17111 |     150       25      300 |    14265    10582     53 |  0.004 % |
4.19/4.28	c |     25761 |     150       25      300 |    15692    12060     50 |  0.004 % |
6.60/6.68	c |     38738 |     150       25      300 |    17261     9282     48 |  0.004 % |
10.19/10.30	c |     58199 |     150       25      300 |    18987    11408     47 |  0.004 % |
15.69/15.75	c |     87405 |     150       25      300 |    20886    12008     50 |  0.004 % |
22.89/22.93	c |    131195 |     150       25      300 |    22974    13864     52 |  0.004 % |
35.59/35.60	c |    196880 |     150       25      300 |    25272    21908     53 |  0.004 % |
55.10/55.10	c |    295406 |     150       25      300 |    27799    17358     52 |  0.004 % |
90.20/90.26	c |    443196 |     150       25      300 |    30579    13732     53 |  0.004 % |
147.09/147.19	c |    664882 |     150       25      300 |    33637    25220     56 |  0.004 % |
241.69/241.72	c |    997407 |     150       25      300 |    37001    29069     54 |  0.004 % |
386.50/386.57	c |   1496198 |     150       25      300 |    40701    24528     52 |  0.005 % |
621.10/621.15	c |   2244385 |     149       25      300 |    44771    22005     52 |  0.671 % |
737.31/737.35	c ===============================================================================
756.11/756.18	c core #1
756.11/756.18	c 
756.11/756.18	c 
756.11/756.18	c Core size: 10	Core Weight: 1	Total Weight: 1
756.11/756.18	c Current CPU time: 750.173 s
756.11/756.18	c
756.11/756.18	c ============================[ Search Statistics ]==============================
756.11/756.18	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
756.11/756.18	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
756.11/756.18	c ===============================================================================
756.11/756.18	c |         0 |     155       30      360 |     5000        0   -nan |  0.000 % |
756.11/756.18	c |       100 |     155       30      360 |     5500      100     37 |  0.004 % |
756.11/756.18	c |       250 |     155       30      360 |     6050      250     39 |  0.004 % |
756.11/756.18	c |       477 |     155       30      360 |     6655      477     44 |  0.004 % |
756.11/756.19	c |       814 |     155       30      360 |     7320      814     48 |  0.004 % |
756.21/756.22	c |      1323 |     155       30      360 |     8052     1323     51 |  0.004 % |
756.21/756.26	c |      2083 |     155       30      360 |     8857     2083     53 |  0.004 % |
756.31/756.36	c |      3223 |     155       30      360 |     9743     3223     53 |  0.004 % |
756.51/756.52	c |      4932 |     155       30      360 |    10717     4932     53 |  0.004 % |
756.91/756.97	c |      7498 |     155       30      360 |    11789     7498     53 |  0.004 % |
757.71/757.80	c |     11343 |     155       30      360 |    12968    11343     53 |  0.004 % |
758.61/758.63	c |     17112 |     155       30      360 |    14265    10595     51 |  0.004 % |
760.41/760.46	c |     25762 |     155       30      360 |    15692    12092     50 |  0.004 % |
762.21/762.23	c |     38736 |     155       30      360 |    17261     9297     45 |  0.004 % |
766.01/766.04	c |     58200 |     155       30      360 |    18987    11443     47 |  0.004 % |
771.81/771.88	c |     87394 |     155       30      360 |    20886    12044     49 |  0.004 % |
781.01/781.01	c |    131184 |     155       30      360 |    22974    13898     47 |  0.004 % |
798.31/798.38	c |    196869 |     155       30      360 |    25272    21963     51 |  0.004 % |
820.52/820.51	c |    295397 |     155       30      360 |    27799    16745     53 |  0.004 % |
861.12/861.12	c |    443189 |     155       30      360 |    30579    14954     53 |  0.004 % |
917.01/917.08	c |    664874 |     155       30      360 |    33637    27946     49 |  0.004 % |
1004.22/1004.25	c |    997401 |     155       30      360 |    37001    29407     51 |  0.004 % |
1129.62/1129.68	c |   1496190 |     155       30      360 |    40701    30181     49 |  0.004 % |
1355.31/1355.33	c |   2244373 |     155       30      360 |    44771    36671     52 |  0.004 % |
1505.23/1505.20	c ===============================================================================
1523.22/1523.22	c core #2
1523.22/1523.22	c 
1523.22/1523.22	c 
1523.22/1523.22	c Core size: 11	Core Weight: 34	Total Weight: 35
1523.22/1523.22	c Current CPU time: 1512.5 s
1523.22/1523.22	c
1523.22/1523.22	c ============================[ Search Statistics ]==============================
1523.22/1523.22	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1523.22/1523.22	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
1523.22/1523.22	c ===============================================================================
1523.22/1523.22	c |         0 |     159       34      403 |     5000        0   -nan |  0.000 % |
1523.22/1523.22	c |       100 |     159       34      403 |     5500      100     37 |  0.004 % |
1523.22/1523.22	c ===============================================================================
1523.22/1523.22	c #cores: 2
1523.22/1523.22	o 35
1523.22/1523.22	s OPTIMUM FOUND
1523.22/1523.22	v -x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 x29 -x30 -x31 x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60 -x61 x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
1523.22/1523.22	c Total CPU time: 1513.8 s

Verifier Data

OK	35

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3446704-1307903908/watcher-3446704-1307903908 -o /tmp/evaluation-result-3446704-1307903908/solver-3446704-1307903908 -C 1800 -W 1900 -M 15500 wbo1.6 -file-format=wbo -time-limit=1800 -search-mode=0 HOME/instance-3446704-1307903908.wbo 

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: 1.03 1.50 1.73 2/176 15453
/proc/meminfo: memFree=2829260/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=1972 CPUtime=0 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 304 0 0 0 0 0 0 0 25 0 1 0 21135600 2019328 256 33554432000 4194304 5714214 140734905967440 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 493 256 177 372 0 118 0

[startup+0.056605 s]
/proc/loadavg: 1.03 1.50 1.73 2/176 15453
/proc/meminfo: memFree=2829260/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=2764 CPUtime=0.05 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 472 0 0 0 5 0 0 0 25 0 1 0 21135600 2830336 424 33554432000 4194304 5714214 140734905967440 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 691 424 177 372 0 316 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2764

[startup+0.100601 s]
/proc/loadavg: 1.03 1.50 1.73 2/176 15453
/proc/meminfo: memFree=2829260/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=3028 CPUtime=0.09 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 561 0 0 0 9 0 0 0 25 0 1 0 21135600 3100672 513 33554432000 4194304 5714214 140734905967440 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 757 513 177 372 0 382 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3028

[startup+0.300563 s]
/proc/loadavg: 1.03 1.50 1.73 2/176 15453
/proc/meminfo: memFree=2829260/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=4128 CPUtime=0.29 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 811 0 0 0 29 0 0 0 25 0 1 0 21135600 4227072 763 33554432000 4194304 5714214 140734905967440 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 1032 763 177 372 0 657 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4128

[startup+0.700494 s]
/proc/loadavg: 1.03 1.50 1.73 2/176 15453
/proc/meminfo: memFree=2829260/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=5752 CPUtime=0.69 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 1224 0 0 0 68 1 0 0 25 0 1 0 21135600 5890048 1176 33554432000 4194304 5714214 140734905967440 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 1438 1176 177 372 0 1063 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5752

[startup+1.50036 s]
/proc/loadavg: 1.03 1.50 1.73 3/178 15455
/proc/meminfo: memFree=2819512/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=7680 CPUtime=1.49 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 1681 0 0 0 148 1 0 0 25 0 1 0 21135600 7864320 1633 33554432000 4194304 5714214 140734905967440 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 1920 1633 177 372 0 1545 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7680

[startup+3.10107 s]
/proc/loadavg: 1.11 1.51 1.73 3/178 15456
/proc/meminfo: memFree=2814800/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=9596 CPUtime=3.09 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 2147 0 0 0 306 3 0 0 25 0 1 0 21135600 9826304 2099 33554432000 4194304 5714214 140734905967440 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 2399 2099 177 372 0 2024 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9596

[startup+6.3005 s]
/proc/loadavg: 1.11 1.51 1.73 4/178 15456
/proc/meminfo: memFree=2806804/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=12516 CPUtime=6.29 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 2876 0 0 0 624 5 0 0 25 0 1 0 21135600 12816384 2828 33554432000 4194304 5714214 140734905967440 18446744073709551615 4320153 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 3129 2828 177 372 0 2754 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12516

[startup+12.7004 s]
/proc/loadavg: 1.25 1.53 1.73 4/178 15456
/proc/meminfo: memFree=2793564/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=18444 CPUtime=12.69 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 4318 0 0 0 1259 10 0 0 25 0 1 0 21135600 18886656 4270 33554432000 4194304 5714214 140734905967440 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 4611 4270 177 372 0 4236 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18444

[startup+25.5011 s]
/proc/loadavg: 1.36 1.54 1.73 4/178 15456
/proc/meminfo: memFree=2770328/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=31040 CPUtime=25.5 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 7433 0 0 0 2524 26 0 0 25 0 1 0 21135600 31784960 7385 33554432000 4194304 5714214 140734905967440 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 7760 7385 177 372 0 7385 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 31040

[startup+51.1005 s]
/proc/loadavg: 1.58 1.58 1.74 4/178 15456
/proc/meminfo: memFree=2733312/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=50068 CPUtime=51.09 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 12067 0 0 0 5058 51 0 0 25 0 1 0 21135600 51269632 12019 33554432000 4194304 5714214 140734905967440 18446744073709551615 4319337 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 12517 12019 177 372 0 12142 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 50068

[startup+102.307 s]
/proc/loadavg: 1.83 1.65 1.75 3/178 15496
/proc/meminfo: memFree=2704220/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=81408 CPUtime=102.3 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 19687 0 0 0 10141 89 0 0 25 0 1 0 21135600 83361792 19636 33554432000 4194304 5714214 140734905967440 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 20352 19636 177 372 0 19977 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 81408

[startup+162.301 s]
/proc/loadavg: 1.93 1.70 1.76 3/178 15498
/proc/meminfo: memFree=2600696/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=111204 CPUtime=162.3 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 27082 0 0 0 16100 130 0 0 25 0 1 0 21135600 113872896 27031 33554432000 4194304 5714214 140734905967440 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 27801 27031 177 372 0 27426 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 111204

[startup+222.3 s]
/proc/loadavg: 2.00 1.77 1.78 3/178 15499
/proc/meminfo: memFree=2569140/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=142320 CPUtime=222.3 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 34583 0 0 0 22062 168 0 0 25 0 1 0 21135600 145735680 34532 33554432000 4194304 5714214 140734905967440 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 35580 34532 177 372 0 35205 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 142320

[startup+282.301 s]
/proc/loadavg: 2.00 1.81 1.79 3/178 15500
/proc/meminfo: memFree=2530124/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=172412 CPUtime=282.3 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 41978 0 0 0 28025 205 0 0 25 0 1 0 21135600 176549888 41927 33554432000 4194304 5714214 140734905967440 18446744073709551615 4300276 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 43103 41927 177 372 0 42728 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 172412

[startup+342.3 s]
/proc/loadavg: 2.03 1.86 1.81 3/178 15502
/proc/meminfo: memFree=2462484/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=199880 CPUtime=342.3 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 48754 0 0 0 33987 243 0 0 25 0 1 0 21135600 204677120 48703 33554432000 4194304 5714214 140734905967440 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 49970 48703 177 372 0 49595 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 199880

[startup+402.3 s]
/proc/loadavg: 2.01 1.88 1.82 3/178 15504
/proc/meminfo: memFree=2435148/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=224196 CPUtime=402.3 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 54838 0 0 0 39956 274 0 0 25 0 1 0 21135600 229576704 54787 33554432000 4194304 5714214 140734905967440 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 56049 54787 177 372 0 55674 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 224196

[startup+462.301 s]
/proc/loadavg: 2.00 1.90 1.82 3/178 15506
/proc/meminfo: memFree=2365396/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=250260 CPUtime=462.3 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 61280 0 0 0 45916 314 0 0 25 0 1 0 21135600 256266240 61229 33554432000 4194304 5714214 140734905967440 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 62565 61229 177 372 0 62190 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 250260

[startup+522.3 s]
/proc/loadavg: 2.00 1.91 1.83 3/178 15507
/proc/meminfo: memFree=2334344/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=275840 CPUtime=522.31 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 67627 0 0 0 51881 350 0 0 25 0 1 0 21135600 282460160 67576 33554432000 4194304 5714214 140734905967440 18446744073709551615 4319878 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 68960 67576 177 372 0 68585 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 275840

[startup+582.301 s]
/proc/loadavg: 2.00 1.93 1.84 3/178 15508
/proc/meminfo: memFree=2269940/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=297776 CPUtime=582.31 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 73067 0 0 0 57849 382 0 0 25 0 1 0 21135600 304922624 73016 33554432000 4194304 5714214 140734905967440 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 74444 73016 177 372 0 74069 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 297776

[startup+642.3 s]

################
# More data... #
################

/proc/meminfo: memFree=2066236/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=456252 CPUtime=942.32 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 118392 0 0 0 93627 605 0 0 25 0 1 0 21135600 467202048 113717 33554432000 4194304 5714214 140734905967440 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 114063 113717 178 372 0 113688 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 456252

[startup+1002.3 s]
/proc/loadavg: 2.00 1.97 1.88 3/178 15520
/proc/meminfo: memFree=2057884/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=456252 CPUtime=1002.32 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 118392 0 0 0 99588 644 0 0 25 0 1 0 21135600 467202048 113717 33554432000 4194304 5714214 140734905967440 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 114063 113717 178 372 0 113688 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 456252

[startup+1062.3 s]
/proc/loadavg: 2.00 1.97 1.88 3/178 15522
/proc/meminfo: memFree=2046424/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=456252 CPUtime=1062.32 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 118411 0 0 0 105540 692 0 0 25 0 1 0 21135600 467202048 113736 33554432000 4194304 5714214 140734905967440 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 114063 113736 178 372 0 113688 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 456252

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.89 3/178 15526
/proc/meminfo: memFree=2031592/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=456252 CPUtime=1122.32 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 118423 0 0 0 111501 731 0 0 25 0 1 0 21135600 467202048 113748 33554432000 4194304 5714214 140734905967440 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/15452/statm: 114063 113748 178 372 0 113688 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 456252

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.89 3/178 15527
/proc/meminfo: memFree=2013648/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=456252 CPUtime=1182.32 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 118450 0 0 0 117462 770 0 0 25 0 1 0 21135600 467202048 113775 33554432000 4194304 5714214 140734905967440 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/15452/statm: 114063 113775 178 372 0 113688 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 456252

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.90 3/178 15529
/proc/meminfo: memFree=2010136/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=456252 CPUtime=1242.32 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 118479 0 0 0 123429 803 0 0 25 0 1 0 21135600 467202048 113804 33554432000 4194304 5714214 140734905967440 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/15452/statm: 114063 113804 178 372 0 113688 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 456252

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 15531
/proc/meminfo: memFree=2005256/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=456252 CPUtime=1302.32 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 118480 0 0 0 129394 838 0 0 25 0 1 0 21135600 467202048 113805 33554432000 4194304 5714214 140734905967440 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/15452/statm: 114063 113805 178 372 0 113688 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 456252

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 15542
/proc/meminfo: memFree=1996040/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=456252 CPUtime=1362.32 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 118480 0 0 0 135364 868 0 0 25 0 1 0 21135600 467202048 113805 33554432000 4194304 5714214 140734905967440 18446744073709551615 4319878 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 114063 113805 178 372 0 113688 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 456252

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 15543
/proc/meminfo: memFree=1958940/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=456252 CPUtime=1422.33 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 118480 0 0 0 141335 898 0 0 25 0 1 0 21135600 467202048 113805 33554432000 4194304 5714214 140734905967440 18446744073709551615 4319878 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 114063 113805 178 372 0 113688 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 456252

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 15544
/proc/meminfo: memFree=1920820/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=456252 CPUtime=1482.32 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 118480 0 0 0 147301 931 0 0 25 0 1 0 21135600 467202048 113805 33554432000 4194304 5714214 140734905967440 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 114063 113805 178 372 0 113688 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 456252

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

[startup+1484.7 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 15544
/proc/meminfo: memFree=1920696/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=456252 CPUtime=1484.72 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 118480 0 0 0 147540 932 0 0 25 0 1 0 21135600 467202048 113805 33554432000 4194304 5714214 140734905967440 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 114063 113805 178 372 0 113688 0
Current children cumulated CPU time (s) 1484.72
Current children cumulated vsize (KiB) 456252

[startup+1510.31 s]
/proc/loadavg: 2.00 1.97 1.91 4/178 15546
/proc/meminfo: memFree=1920548/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=456252 CPUtime=1510.33 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 118484 0 0 0 150089 944 0 0 25 0 1 0 21135600 467202048 113809 33554432000 4194304 5714214 140734905967440 18446744073709551615 4197796 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 114063 113809 178 372 0 113688 0
Current children cumulated CPU time (s) 1510.33
Current children cumulated vsize (KiB) 456252

[startup+1516.7 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 15546
/proc/meminfo: memFree=1891624/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=485952 CPUtime=1516.72 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 125901 0 0 0 150727 945 0 0 25 0 1 0 21135600 497614848 121226 33554432000 4194304 5714214 140734905967440 18446744073709551615 4324928 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 121488 121226 178 372 0 121113 0
Current children cumulated CPU time (s) 1516.72
Current children cumulated vsize (KiB) 485952

[startup+1519.9 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 15546
/proc/meminfo: memFree=1891620/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=485952 CPUtime=1519.92 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 125901 0 0 0 151047 945 0 0 25 0 1 0 21135600 497614848 121226 33554432000 4194304 5714214 140734905967440 18446744073709551615 4325416 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 121488 121226 178 372 0 121113 0
Current children cumulated CPU time (s) 1519.92
Current children cumulated vsize (KiB) 485952

[startup+1521.5 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 15546
/proc/meminfo: memFree=1891620/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=485952 CPUtime=1521.52 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 125901 0 0 0 151207 945 0 0 25 0 1 0 21135600 497614848 121226 33554432000 4194304 5714214 140734905967440 18446744073709551615 4324948 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 121488 121226 178 372 0 121113 0
Current children cumulated CPU time (s) 1521.52
Current children cumulated vsize (KiB) 485952

[startup+1522.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 15546
/proc/meminfo: memFree=1891620/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=485952 CPUtime=1522.33 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 125904 0 0 0 151288 945 0 0 25 0 1 0 21135600 497614848 121229 33554432000 4194304 5714214 140734905967440 18446744073709551615 4964778 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 121488 121229 178 372 0 121113 0
Current children cumulated CPU time (s) 1522.33
Current children cumulated vsize (KiB) 485952

[startup+1522.7 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 15546
/proc/meminfo: memFree=1891620/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=485952 CPUtime=1522.72 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 125904 0 0 0 151327 945 0 0 25 0 1 0 21135600 497614848 121229 33554432000 4194304 5714214 140734905967440 18446744073709551615 4956157 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 121488 121229 178 372 0 121113 0
Current children cumulated CPU time (s) 1522.72
Current children cumulated vsize (KiB) 485952

[startup+1523.1 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 15546
/proc/meminfo: memFree=1891620/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=485952 CPUtime=1523.12 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 125904 0 0 0 151367 945 0 0 25 0 1 0 21135600 497614848 121229 33554432000 4194304 5714214 140734905967440 18446744073709551615 4956294 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 121488 121229 178 372 0 121113 0
Current children cumulated CPU time (s) 1523.12
Current children cumulated vsize (KiB) 485952

[startup+1523.2 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 15546
/proc/meminfo: memFree=1891620/32950928 swapFree=67111364/67111528
[pid=15452] ppid=15449 vsize=485952 CPUtime=1523.22 cores=1,3,5,7
/proc/15452/stat : 15452 (wbo1.6) R 15449 15452 13995 0 -1 4202496 125904 0 0 0 151377 945 0 0 25 0 1 0 21135600 497614848 121229 33554432000 4194304 5714214 140734905967440 18446744073709551615 4956294 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/15452/statm: 121488 121229 178 372 0 121113 0
Current children cumulated CPU time (s) 1523.22
Current children cumulated vsize (KiB) 485952

Child status: 0
Real time (s): 1523.24
CPU time (s): 1523.27
CPU user time (s): 1513.8
CPU system time (s): 9.47356
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 485952

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

runsolver used 2.03269 second user time and 4.97224 second system time

The end

Launcher Data

Begin job on node124 at 2011-06-12 20:38:28
IDJOB=3446704
IDBENCH=78706
IDSOLVER=1943
FILE ID=node124/3446704-1307903908
RUNJOBID= node124-1307903908-15427
PBS_JOBID= 13559582
Free space on /tmp= 2092 MiB

SOLVER NAME= wbo 1.6
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-15-10--soft-66-100-0.wbo
COMMAND LINE= wbo1.6 -file-format=wbo -time-limit=TIMEOUT -search-mode=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3446704-1307903908/watcher-3446704-1307903908 -o /tmp/evaluation-result-3446704-1307903908/solver-3446704-1307903908 -C 1800 -W 1900 -M 15500  wbo1.6 -file-format=wbo -time-limit=1800 -search-mode=0 HOME/instance-3446704-1307903908.wbo

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

MD5SUM BENCH= 9acc4a01e291192ca8cd72bb114b6c35
RANDOM SEED=594607512

node124.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.855
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.71
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.855
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.855
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.855
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.855
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.855
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.855
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.855
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:     32950928 kB
MemFree:       2830148 kB
Buffers:         62204 kB
Cached:       29078308 kB
SwapCached:          0 kB
Active:       14503636 kB
Inactive:     14698864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       2830148 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            8560 kB
Writeback:           0 kB
AnonPages:       61968 kB
Mapped:          15732 kB
Slab:           854968 kB
PageTables:       3912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   184380 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= 2080 MiB
End job on node124 at 2011-06-12 21:03:51