Trace number 3447027

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 45.6231 45.6227

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110967729--soft-0-100-0.wbo
MD5SUMb3cca2fb004dc2587d09951aac05623a
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark2.76958
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1318
Number of bits of the biggest sum of numbers11
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-3447027-1307906483.wbo.
0.00/0.00	c Instance file HOME/instance-3447027-1307906483.wbo
0.00/0.00	c File size is 10472 bytes.
0.00/0.00	c Highest Coefficient sum: 1318
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:      169                                                 |
0.00/0.00	c |  Number Clauses:        30                                                  |
0.00/0.00	c |  Number Cardinality:    70                                                  |
0.00/0.00	c |  Number PB Constraints: 1                                                   |
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 |     169      101     1205 |     5000        0   -nan |  0.000 % |
0.00/0.00	c |       102 |     169      101     1205 |     5500      102     25 |  0.004 % |
0.00/0.00	c |       253 |     169      101     1205 |     6050      253     27 |  0.004 % |
0.00/0.01	c |       479 |     169      101     1205 |     6655      479     32 |  0.004 % |
0.00/0.01	c |       816 |     169      101     1205 |     7320      816     36 |  0.004 % |
0.00/0.02	c |      1322 |     169      101     1205 |     8052     1322     36 |  0.004 % |
0.00/0.04	c |      2082 |     169      101     1205 |     8857     2082     37 |  0.004 % |
0.00/0.07	c |      3222 |     169      101     1205 |     9743     3222     36 |  0.004 % |
0.09/0.12	c |      4933 |     169      101     1205 |    10717     4933     35 |  0.004 % |
0.19/0.22	c |      7496 |     169      101     1205 |    11789     7496     35 |  0.004 % |
0.29/0.40	c |     11343 |     169      101     1205 |    12968    11343     36 |  0.004 % |
0.59/0.70	c |     17109 |     169      101     1205 |    14265    10575     40 |  0.004 % |
1.10/1.12	c |     25760 |     169      101     1205 |    15692    12035     43 |  0.004 % |
1.39/1.42	c ===============================================================================
1.49/1.53	c core #1
1.49/1.53	c 
1.49/1.53	c 
1.49/1.53	c Core size: 99	Core Weight: 1	Total Weight: 1
1.49/1.53	c Current CPU time: 1.45078 s
1.49/1.53	c
1.49/1.53	c ============================[ Search Statistics ]==============================
1.49/1.53	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.49/1.53	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
1.49/1.53	c ===============================================================================
1.49/1.53	c |         0 |     264      200     2568 |     5000        0   -nan |  0.000 % |
1.49/1.54	c |       100 |     264      200     2568 |     5500      100     27 |  0.001 % |
1.49/1.54	c |       250 |     264      200     2568 |     6050      250     28 |  0.001 % |
1.49/1.55	c |       476 |     264      200     2568 |     6655      476     28 |  0.001 % |
1.49/1.55	c |       815 |     264      200     2568 |     7320      815     29 |  0.001 % |
1.49/1.56	c |      1323 |     264      200     2568 |     8052     1323     31 |  0.001 % |
1.49/1.58	c |      2083 |     264      200     2568 |     8857     2083     32 |  0.001 % |
1.59/1.61	c |      3222 |     264      200     2568 |     9743     3222     32 |  0.001 % |
1.59/1.67	c |      4930 |     264      200     2568 |    10717     4930     35 |  0.001 % |
1.69/1.77	c |      7495 |     264      200     2568 |    11789     7495     36 |  0.001 % |
1.89/1.96	c |     11340 |     264      200     2568 |    12968    11340     39 |  0.001 % |
2.19/2.23	c |     17109 |     264      200     2568 |    14265    10588     42 |  0.001 % |
2.59/2.69	c |     25760 |     264      200     2568 |    15692    12062     44 |  0.001 % |
3.39/3.45	c |     38736 |     264      200     2568 |    17261     9253     42 |  0.001 % |
4.50/4.50	c ===============================================================================
4.70/4.75	c core #2
4.70/4.75	c 
4.70/4.75	c 
4.70/4.75	c Core size: 98	Core Weight: 1	Total Weight: 2
4.70/4.75	c Current CPU time: 4.54731 s
4.70/4.75	c
4.70/4.75	c ============================[ Search Statistics ]==============================
4.70/4.75	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.70/4.75	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
4.70/4.75	c ===============================================================================
4.70/4.75	c |         0 |     358      295     3884 |     5000        0   -nan |  0.000 % |
4.70/4.75	c |       100 |     358      295     3884 |     5500      100     29 |  0.001 % |
4.70/4.75	c |       251 |     358      295     3884 |     6050      251     29 |  0.001 % |
4.70/4.76	c |       476 |     358      295     3884 |     6655      476     29 |  0.001 % |
4.70/4.76	c |       813 |     358      295     3884 |     7320      813     31 |  0.001 % |
4.70/4.78	c |      1322 |     358      295     3884 |     8052     1322     30 |  0.001 % |
4.70/4.80	c |      2081 |     358      295     3884 |     8857     2081     33 |  0.001 % |
4.79/4.83	c |      3221 |     358      295     3884 |     9743     3221     34 |  0.001 % |
4.79/4.88	c |      4932 |     358      295     3884 |    10717     4932     33 |  0.001 % |
4.89/4.98	c |      7494 |     358      295     3884 |    11789     7494     35 |  0.001 % |
5.09/5.17	c |     11341 |     358      295     3884 |    12968    11341     37 |  0.001 % |
5.39/5.48	c |     17108 |     358      295     3884 |    14265    10579     40 |  0.001 % |
5.89/5.91	c |     25757 |     358      295     3884 |    15692    12055     39 |  0.001 % |
6.59/6.61	c |     38733 |     358      295     3884 |    17261     9245     44 |  0.001 % |
7.59/7.70	c |     58196 |     319      295     3884 |    18987    11294     44 | 10.895 % |
7.79/7.88	c ===============================================================================
8.09/8.13	c core #3
8.09/8.13	c 
8.09/8.13	c 
8.09/8.13	c Core size: 103	Core Weight: 1	Total Weight: 3
8.09/8.13	c Current CPU time: 7.79681 s
8.09/8.13	c
8.09/8.13	c ============================[ Search Statistics ]==============================
8.09/8.13	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.09/8.13	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
8.09/8.13	c ===============================================================================
8.09/8.13	c |         0 |     457      390     5210 |     5000        0   -nan |  0.000 % |
8.09/8.13	c |       100 |     457      390     5210 |     5500      100     31 |  0.000 % |
8.09/8.14	c |       250 |     457      390     5210 |     6050      250     34 |  0.000 % |
8.09/8.14	c |       475 |     457      390     5210 |     6655      475     34 |  0.000 % |
8.09/8.15	c |       812 |     457      390     5210 |     7320      812     33 |  0.000 % |
8.09/8.16	c |      1319 |     457      390     5210 |     8052     1319     31 |  0.000 % |
8.09/8.18	c |      2079 |     457      390     5210 |     8857     2079     31 |  0.000 % |
8.19/8.22	c |      3218 |     457      390     5210 |     9743     3218     32 |  0.000 % |
8.19/8.27	c |      4926 |     457      390     5210 |    10717     4926     34 |  0.000 % |
8.29/8.37	c |      7488 |     457      390     5210 |    11789     7488     35 |  0.000 % |
8.49/8.56	c |     11332 |     457      390     5210 |    12968    11332     36 |  0.000 % |
8.80/8.86	c |     17099 |     457      390     5210 |    14265    10573     40 |  0.000 % |
9.29/9.33	c |     25751 |     457      390     5210 |    15692    12042     43 |  0.000 % |
9.99/10.05	c |     38727 |     457      390     5210 |    17261     9224     43 |  0.000 % |
11.09/11.17	c |     58188 |     457      390     5210 |    18987    11327     41 |  0.001 % |
11.49/11.59	c ===============================================================================
11.79/11.86	c core #4
11.79/11.86	c 
11.79/11.86	c 
11.79/11.86	c Core size: 94	Core Weight: 2	Total Weight: 5
11.79/11.86	c Current CPU time: 11.3933 s
11.79/11.86	c
11.79/11.86	c ============================[ Search Statistics ]==============================
11.79/11.86	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.79/11.86	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
11.79/11.86	c ===============================================================================
11.79/11.86	c |         0 |     547      482     6479 |     5000        0   -nan |  0.000 % |
11.79/11.87	c |       102 |     547      482     6479 |     5500      102     29 |  0.000 % |
11.79/11.87	c |       252 |     547      482     6479 |     6050      252     31 |  0.000 % |
11.79/11.87	c |       477 |     547      482     6479 |     6655      477     30 |  0.000 % |
11.79/11.88	c |       814 |     547      482     6479 |     7320      814     32 |  0.000 % |
11.89/11.90	c |      1323 |     547      482     6479 |     8052     1323     38 |  0.000 % |
11.89/11.92	c |      2084 |     547      482     6479 |     8857     2084     37 |  0.000 % |
11.89/11.96	c |      3225 |     547      482     6479 |     9743     3225     37 |  0.000 % |
11.99/12.03	c |      4933 |     547      482     6479 |    10717     4933     37 |  0.000 % |
12.10/12.14	c |      7495 |     547      482     6479 |    11789     7495     38 |  0.000 % |
12.29/12.37	c |     11339 |     547      482     6479 |    12968    11339     38 |  0.000 % |
12.59/12.67	c |     17105 |     547      482     6479 |    14265    10571     39 |  0.000 % |
13.10/13.15	c |     25756 |     547      482     6479 |    15692    12040     41 |  0.000 % |
13.89/13.92	c |     38730 |     547      482     6479 |    17261     9224     40 |  0.000 % |
14.99/15.00	c |     58191 |     547      482     6479 |    18987    11316     44 |  0.000 % |
15.89/15.96	c ===============================================================================
16.19/16.27	c core #5
16.19/16.27	c 
16.19/16.27	c 
16.19/16.27	c Core size: 112	Core Weight: 1	Total Weight: 6
16.19/16.27	c Current CPU time: 15.6466 s
16.19/16.27	c
16.19/16.27	c ============================[ Search Statistics ]==============================
16.19/16.27	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.19/16.27	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
16.19/16.27	c ===============================================================================
16.19/16.27	c |         0 |     655      577     7826 |     5000        0   -nan |  0.000 % |
16.19/16.28	c |       101 |     655      577     7826 |     5500      101     37 |  0.000 % |
16.19/16.28	c |       251 |     655      577     7826 |     6050      251     42 |  0.000 % |
16.19/16.29	c |       479 |     655      577     7826 |     6655      479     38 |  0.000 % |
16.19/16.29	c |       818 |     655      577     7826 |     7320      818     35 |  0.000 % |
16.29/16.31	c |      1324 |     655      577     7826 |     8052     1324     34 |  0.000 % |
16.29/16.33	c |      2083 |     655      577     7826 |     8857     2083     34 |  0.000 % |
16.29/16.36	c |      3223 |     655      577     7826 |     9743     3223     33 |  0.000 % |
16.40/16.42	c |      4932 |     655      577     7826 |    10717     4932     33 |  0.000 % |
16.50/16.53	c |      7495 |     655      577     7826 |    11789     7495     34 |  0.000 % |
16.69/16.72	c |     11341 |     655      577     7826 |    12968    11341     35 |  0.000 % |
17.00/17.03	c |     17110 |     655      577     7826 |    14265    10580     37 |  0.000 % |
17.39/17.50	c |     25759 |     655      577     7826 |    15692    12058     40 |  0.000 % |
18.29/18.30	c |     38736 |     655      577     7826 |    17261     9241     41 |  0.000 % |
19.29/19.36	c |     58197 |     627      577     7826 |    18987    11350     45 |  4.282 % |
19.49/19.55	c ===============================================================================
19.69/19.80	c core #6
19.69/19.80	c 
19.69/19.80	c 
19.69/19.80	c Core size: 94	Core Weight: 1	Total Weight: 7
19.69/19.80	c Current CPU time: 19.0571 s
19.69/19.80	c
19.69/19.80	c ============================[ Search Statistics ]==============================
19.69/19.80	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
19.69/19.80	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
19.69/19.80	c ===============================================================================
19.69/19.80	c |         0 |     745      667     9069 |     5000        0   -nan |  0.000 % |
19.69/19.80	c |       101 |     745      667     9069 |     5500      101     33 |  0.000 % |
19.79/19.80	c |       254 |     745      667     9069 |     6050      254     35 |  0.000 % |
19.79/19.81	c |       479 |     745      667     9069 |     6655      479     32 |  0.000 % |
19.79/19.82	c |       817 |     745      667     9069 |     7320      817     31 |  0.000 % |
19.79/19.83	c |      1323 |     745      667     9069 |     8052     1323     33 |  0.000 % |
19.79/19.86	c |      2082 |     745      667     9069 |     8857     2082     34 |  0.000 % |
19.79/19.89	c |      3221 |     745      667     9069 |     9743     3221     35 |  0.000 % |
19.89/19.95	c |      4929 |     745      667     9069 |    10717     4929     36 |  0.000 % |
19.99/20.07	c |      7492 |     745      667     9069 |    11789     7492     36 |  0.000 % |
20.19/20.27	c |     11336 |     745      667     9069 |    12968    11336     37 |  0.000 % |
20.49/20.57	c |     17102 |     745      667     9069 |    14265    10567     39 |  0.000 % |
20.99/21.09	c |     25752 |     745      667     9069 |    15692    12041     42 |  0.000 % |
21.79/21.87	c |     38727 |     745      667     9069 |    17261     9218     44 |  0.000 % |
23.00/23.06	c |     58188 |     745      667     9069 |    18987    11318     42 |  0.000 % |
24.99/25.03	c |     87380 |     745      667     9069 |    20886    11859     47 |  0.015 % |
25.20/25.25	c ===============================================================================
25.59/25.64	c core #7
25.59/25.64	c 
25.59/25.64	c 
25.59/25.64	c Core size: 122	Core Weight: 1	Total Weight: 8
25.59/25.64	c Current CPU time: 24.7232 s
25.59/25.64	c
25.59/25.64	c ============================[ Search Statistics ]==============================
25.59/25.64	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
25.59/25.64	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
25.59/25.64	c ===============================================================================
25.59/25.64	c |         0 |     863      757    10370 |     5000        0   -nan |  0.000 % |
25.59/25.65	c |       101 |     863      757    10370 |     5500      101     35 |  0.000 % |
25.59/25.65	c |       251 |     863      757    10370 |     6050      251     31 |  0.000 % |
25.59/25.66	c |       477 |     863      757    10370 |     6655      477     29 |  0.000 % |
25.59/25.67	c |       815 |     863      757    10370 |     7320      815     32 |  0.000 % |
25.59/25.68	c |      1321 |     863      757    10370 |     8052     1321     34 |  0.000 % |
25.69/25.71	c |      2081 |     863      757    10370 |     8857     2081     35 |  0.000 % |
25.69/25.74	c |      3222 |     863      757    10370 |     9743     3222     36 |  0.000 % |
25.79/25.80	c |      4931 |     863      757    10370 |    10717     4931     36 |  0.000 % |
25.90/25.92	c |      7494 |     863      757    10370 |    11789     7494     39 |  0.000 % |
26.09/26.13	c |     11342 |     863      757    10370 |    12968    11342     38 |  0.000 % |
26.39/26.44	c |     17110 |     863      757    10370 |    14265    10594     39 |  0.000 % |
26.89/26.98	c |     25765 |     863      757    10370 |    15692    12024     40 |  0.000 % |
27.79/27.83	c |     38741 |     863      757    10370 |    17261     9212     42 |  0.000 % |
28.99/29.09	c |     58203 |     863      757    10370 |    18987    11304     42 |  0.000 % |
30.99/31.03	c |     87395 |     836      757    10370 |    20886    11864     46 |  3.129 % |
31.09/31.19	c ===============================================================================
31.59/31.60	c core #8
31.59/31.60	c 
31.59/31.60	c 
31.59/31.60	c Core size: 132	Core Weight: 1	Total Weight: 9
31.59/31.60	c Current CPU time: 30.4874 s
31.59/31.60	c
31.59/31.60	c ============================[ Search Statistics ]==============================
31.59/31.60	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
31.59/31.60	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
31.59/31.60	c ===============================================================================
31.59/31.60	c |         0 |     991      847    11691 |     5000        0   -nan |  0.000 % |
31.59/31.61	c |       100 |     991      847    11691 |     5500      100     47 |  0.000 % |
31.59/31.61	c |       250 |     991      847    11691 |     6050      250     46 |  0.000 % |
31.59/31.62	c |       476 |     991      847    11691 |     6655      476     39 |  0.000 % |
31.59/31.62	c |       813 |     991      847    11691 |     7320      813     35 |  0.000 % |
31.59/31.64	c |      1319 |     991      847    11691 |     8052     1319     33 |  0.000 % |
31.59/31.66	c |      2078 |     991      847    11691 |     8857     2078     34 |  0.000 % |
31.69/31.70	c |      3218 |     991      847    11691 |     9743     3218     33 |  0.000 % |
31.69/31.76	c |      4926 |     991      847    11691 |    10717     4926     34 |  0.000 % |
31.79/31.87	c |      7489 |     991      847    11691 |    11789     7489     34 |  0.000 % |
31.99/32.06	c |     11336 |     991      847    11691 |    12968    11336     35 |  0.000 % |
32.29/32.40	c |     17107 |     991      847    11691 |    14265    10568     37 |  0.000 % |
33.00/33.00	c |     25757 |     991      847    11691 |    15692    12027     40 |  0.000 % |
33.80/33.80	c |     38732 |     991      847    11691 |    17261     9204     40 |  0.000 % |
34.99/35.02	c |     58193 |     991      847    11691 |    18987    11284     42 |  0.000 % |
36.39/36.44	c ===============================================================================
36.79/36.81	c core #9
36.79/36.81	c 
36.79/36.81	c 
36.79/36.81	c Core size: 117	Core Weight: 1	Total Weight: 10
36.79/36.81	c Current CPU time: 35.5156 s
36.79/36.81	c
36.79/36.81	c ============================[ Search Statistics ]==============================
36.79/36.81	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
36.79/36.81	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
36.79/36.81	c ===============================================================================
36.79/36.81	c |         0 |    1104      933    12772 |     5000        0   -nan |  0.000 % |
36.79/36.81	c |       100 |    1104      933    12772 |     5500      100     39 |  0.000 % |
36.79/36.82	c |       250 |    1104      933    12772 |     6050      250     38 |  0.000 % |
36.79/36.82	c |       477 |    1104      933    12772 |     6655      477     35 |  0.000 % |
36.79/36.83	c |       815 |    1104      933    12772 |     7320      815     37 |  0.000 % |
36.79/36.85	c |      1324 |    1104      933    12772 |     8052     1324     36 |  0.000 % |
36.79/36.87	c |      2083 |    1104      933    12772 |     8857     2083     36 |  0.000 % |
36.90/36.91	c |      3222 |    1104      933    12772 |     9743     3222     36 |  0.000 % |
36.90/36.98	c |      4933 |    1104      933    12772 |    10717     4933     36 |  0.000 % |
37.09/37.11	c |      7497 |    1104      933    12772 |    11789     7497     37 |  0.000 % |
37.29/37.33	c |     11342 |    1104      933    12772 |    12968    11342     37 |  0.000 % |
37.59/37.68	c |     17109 |    1104      933    12772 |    14265    10574     38 |  0.000 % |
38.09/38.17	c |     25762 |    1104      933    12772 |    15692    12055     39 |  0.000 % |
38.90/38.91	c |     38736 |    1104      933    12772 |    17261     9239     45 |  0.000 % |
40.29/40.30	c |     58197 |    1104      933    12772 |    18987    10688     48 |  0.000 % |
42.19/42.23	c |     87389 |    1104      933    12772 |    20886    11253     43 |  0.000 % |
45.30/45.33	c |    131178 |    1104      933    12772 |    22974    13012     47 |  0.000 % |
45.59/45.62	c ===============================================================================
45.59/45.62	c #cores: 9
45.59/45.62	o 10
45.59/45.62	s OPTIMUM FOUND
45.59/45.62	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 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 x167 -x168 -x169
45.59/45.62	c Total CPU time: 44.0973 s

Verifier Data

OK	10

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-3447027-1307906483/watcher-3447027-1307906483 -o /tmp/evaluation-result-3447027-1307906483/solver-3447027-1307906483 -C 1800 -W 1900 -M 15500 wbo1.6 -file-format=wbo -time-limit=1800 -search-mode=0 HOME/instance-3447027-1307906483.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: 2.00 1.99 1.95 2/177 25047
/proc/meminfo: memFree=32091888/32951124 swapFree=67052812/67111528
[pid=25047] ppid=25045 vsize=1972 CPUtime=0 cores=1,3,5,7
/proc/25047/stat : 25047 (wbo1.6) R 25045 25047 21680 0 -1 4202496 310 0 0 0 0 0 0 0 25 0 1 0 902250966 2019328 259 33554432000 4194304 5714214 140736260519440 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25047/statm: 493 259 177 372 0 118 0

[startup+0.0127511 s]
/proc/loadavg: 2.00 1.99 1.95 2/177 25047
/proc/meminfo: memFree=32091888/32951124 swapFree=67052812/67111528
[pid=25047] ppid=25045 vsize=2236 CPUtime=0 cores=1,3,5,7
/proc/25047/stat : 25047 (wbo1.6) R 25045 25047 21680 0 -1 4202496 349 0 0 0 0 0 0 0 25 0 1 0 902250966 2289664 298 33554432000 4194304 5714214 140736260519440 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25047/statm: 559 299 177 372 0 184 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2236

[startup+0.100734 s]
/proc/loadavg: 2.00 1.99 1.95 2/177 25047
/proc/meminfo: memFree=32091888/32951124 swapFree=67052812/67111528
[pid=25047] ppid=25045 vsize=3556 CPUtime=0.09 cores=1,3,5,7
/proc/25047/stat : 25047 (wbo1.6) R 25045 25047 21680 0 -1 4202496 694 0 0 0 8 1 0 0 25 0 1 0 902250966 3641344 643 33554432000 4194304 5714214 140736260519440 18446744073709551615 4970426 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25047/statm: 889 643 177 372 0 514 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3556

[startup+0.300707 s]
/proc/loadavg: 2.00 1.99 1.95 2/177 25047
/proc/meminfo: memFree=32091888/32951124 swapFree=67052812/67111528
[pid=25047] ppid=25045 vsize=5608 CPUtime=0.29 cores=1,3,5,7
/proc/25047/stat : 25047 (wbo1.6) R 25045 25047 21680 0 -1 4202496 1215 0 0 0 27 2 0 0 25 0 1 0 902250966 5742592 1164 33554432000 4194304 5714214 140736260519440 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25047/statm: 1402 1164 177 372 0 1027 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5608

[startup+0.700625 s]
/proc/loadavg: 2.00 1.99 1.95 2/177 25047
/proc/meminfo: memFree=32091888/32951124 swapFree=67052812/67111528
[pid=25047] ppid=25045 vsize=7872 CPUtime=0.69 cores=1,3,5,7
/proc/25047/stat : 25047 (wbo1.6) R 25045 25047 21680 0 -1 4202496 1754 0 0 0 65 4 0 0 25 0 1 0 902250966 8060928 1703 33554432000 4194304 5714214 140736260519440 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25047/statm: 1968 1703 177 372 0 1593 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7872

[startup+1.50049 s]
/proc/loadavg: 2.00 1.99 1.95 3/178 25048
/proc/meminfo: memFree=32084596/32951124 swapFree=67052812/67111528
[pid=25047] ppid=25045 vsize=12260 CPUtime=1.49 cores=1,3,5,7
/proc/25047/stat : 25047 (wbo1.6) R 25045 25047 21680 0 -1 4202496 2856 0 0 0 141 8 0 0 25 0 1 0 902250966 12554240 2805 33554432000 4194304 5714214 140736260519440 18446744073709551615 4324928 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25047/statm: 3065 2805 177 372 0 2690 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12260

[startup+3.1002 s]
/proc/loadavg: 2.00 1.99 1.95 3/178 25048
/proc/meminfo: memFree=32081620/32951124 swapFree=67052812/67111528
[pid=25047] ppid=25045 vsize=12116 CPUtime=3.09 cores=1,3,5,7
/proc/25047/stat : 25047 (wbo1.6) R 25045 25047 21680 0 -1 4202496 2878 0 0 0 295 14 0 0 25 0 1 0 902250966 12406784 2796 33554432000 4194304 5714214 140736260519440 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25047/statm: 3029 2796 178 372 0 2654 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12116

[startup+6.30064 s]
/proc/loadavg: 2.00 1.99 1.95 3/178 25048
/proc/meminfo: memFree=32074924/32951124 swapFree=67052812/67111528
[pid=25047] ppid=25045 vsize=18500 CPUtime=6.29 cores=1,3,5,7
/proc/25047/stat : 25047 (wbo1.6) R 25045 25047 21680 0 -1 4202496 4469 0 0 0 605 24 0 0 23 0 1 0 902250966 18944000 4387 33554432000 4194304 5714214 140736260519440 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25047/statm: 4625 4387 178 372 0 4250 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18500

[startup+12.7005 s]
/proc/loadavg: 2.00 1.99 1.95 3/178 25049
/proc/meminfo: memFree=32071584/32951124 swapFree=67052812/67111528
[pid=25047] ppid=25045 vsize=22068 CPUtime=12.69 cores=1,3,5,7
/proc/25047/stat : 25047 (wbo1.6) R 25045 25047 21680 0 -1 4202496 5346 0 0 0 1221 48 0 0 25 0 1 0 902250966 22597632 5264 33554432000 4194304 5714214 140736260519440 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25047/statm: 5517 5264 178 372 0 5142 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22068

[startup+25.5003 s]
/proc/loadavg: 2.00 1.99 1.95 3/178 25049
/proc/meminfo: memFree=32069600/32951124 swapFree=67052812/67111528
[pid=25047] ppid=25045 vsize=27360 CPUtime=25.49 cores=1,3,5,7
/proc/25047/stat : 25047 (wbo1.6) R 25045 25047 21680 0 -1 4202496 6668 0 0 0 2461 88 0 0 25 0 1 0 902250966 28016640 6586 33554432000 4194304 5714214 140736260519440 18446744073709551615 4324928 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25047/statm: 6840 6586 178 372 0 6465 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 27360

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

[startup+38.301 s]
/proc/loadavg: 2.00 1.99 1.95 3/178 25049
/proc/meminfo: memFree=32065732/32951124 swapFree=67052812/67111528
[pid=25047] ppid=25045 vsize=27644 CPUtime=38.29 cores=1,3,5,7
/proc/25047/stat : 25047 (wbo1.6) R 25045 25047 21680 0 -1 4202496 6728 0 0 0 3699 130 0 0 25 0 1 0 902250966 28307456 6646 33554432000 4194304 5714214 140736260519440 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25047/statm: 6911 6646 178 372 0 6536 0
Current children cumulated CPU time (s) 38.29
Current children cumulated vsize (KiB) 27644

[startup+41.5004 s]
/proc/loadavg: 2.00 1.99 1.95 3/178 25049
/proc/meminfo: memFree=32065876/32951124 swapFree=67052812/67111528
[pid=25047] ppid=25045 vsize=27644 CPUtime=41.49 cores=1,3,5,7
/proc/25047/stat : 25047 (wbo1.6) R 25045 25047 21680 0 -1 4202496 6728 0 0 0 4008 141 0 0 25 0 1 0 902250966 28307456 6646 33554432000 4194304 5714214 140736260519440 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25047/statm: 6911 6646 178 372 0 6536 0
Current children cumulated CPU time (s) 41.49
Current children cumulated vsize (KiB) 27644

[startup+43.1001 s]
/proc/loadavg: 2.00 1.99 1.95 3/178 25049
/proc/meminfo: memFree=32065992/32951124 swapFree=67052812/67111528
[pid=25047] ppid=25045 vsize=27644 CPUtime=43.09 cores=1,3,5,7
/proc/25047/stat : 25047 (wbo1.6) R 25045 25047 21680 0 -1 4202496 6728 0 0 0 4164 145 0 0 25 0 1 0 902250966 28307456 6646 33554432000 4194304 5714214 140736260519440 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25047/statm: 6911 6646 178 372 0 6536 0
Current children cumulated CPU time (s) 43.09
Current children cumulated vsize (KiB) 27644

[startup+44.7009 s]
/proc/loadavg: 2.00 1.99 1.95 3/178 25049
/proc/meminfo: memFree=32065744/32951124 swapFree=67052812/67111528
[pid=25047] ppid=25045 vsize=29624 CPUtime=44.69 cores=1,3,5,7
/proc/25047/stat : 25047 (wbo1.6) R 25045 25047 21680 0 -1 4202496 7233 0 0 0 4321 148 0 0 25 0 1 0 902250966 30334976 7151 33554432000 4194304 5714214 140736260519440 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25047/statm: 7406 7151 178 372 0 7031 0
Current children cumulated CPU time (s) 44.69
Current children cumulated vsize (KiB) 29624

[startup+45.1068 s]
/proc/loadavg: 2.00 1.99 1.95 3/178 25049
/proc/meminfo: memFree=32062768/32951124 swapFree=67052812/67111528
[pid=25047] ppid=25045 vsize=31340 CPUtime=45.1 cores=1,3,5,7
/proc/25047/stat : 25047 (wbo1.6) R 25045 25047 21680 0 -1 4202496 7677 0 0 0 4360 150 0 0 25 0 1 0 902250966 32092160 7595 33554432000 4194304 5714214 140736260519440 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25047/statm: 7835 7595 178 372 0 7460 0
Current children cumulated CPU time (s) 45.1
Current children cumulated vsize (KiB) 31340

[startup+45.5007 s]
/proc/loadavg: 2.00 1.99 1.95 3/178 25049
/proc/meminfo: memFree=32062768/32951124 swapFree=67052812/67111528
[pid=25047] ppid=25045 vsize=31736 CPUtime=45.49 cores=1,3,5,7
/proc/25047/stat : 25047 (wbo1.6) R 25045 25047 21680 0 -1 4202496 7752 0 0 0 4398 151 0 0 25 0 1 0 902250966 32497664 7670 33554432000 4194304 5714214 140736260519440 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25047/statm: 7934 7670 178 372 0 7559 0
Current children cumulated CPU time (s) 45.49
Current children cumulated vsize (KiB) 31736

[startup+45.6007 s]
/proc/loadavg: 2.00 1.99 1.95 3/178 25049
/proc/meminfo: memFree=32062768/32951124 swapFree=67052812/67111528
[pid=25047] ppid=25045 vsize=32000 CPUtime=45.59 cores=1,3,5,7
/proc/25047/stat : 25047 (wbo1.6) R 25045 25047 21680 0 -1 4202496 7846 0 0 0 4407 152 0 0 25 0 1 0 902250966 32768000 7764 33554432000 4194304 5714214 140736260519440 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25047/statm: 8033 7765 178 372 0 7658 0
Current children cumulated CPU time (s) 45.59
Current children cumulated vsize (KiB) 32000

Child status: 0
Real time (s): 45.6227
CPU time (s): 45.6231
CPU user time (s): 44.0973
CPU system time (s): 1.52577
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 32000

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

runsolver used 0.065989 second user time and 0.152976 second system time

The end

Launcher Data

Begin job on node103 at 2011-06-12 21:21:23
IDJOB=3447027
IDBENCH=79190
IDSOLVER=1943
FILE ID=node103/3447027-1307906483
RUNJOBID= node103-1307904611-24463
PBS_JOBID= 13559599
Free space on /tmp= 74072 MiB

SOLVER NAME= wbo 1.6
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110967729--soft-0-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-3447027-1307906483/watcher-3447027-1307906483 -o /tmp/evaluation-result-3447027-1307906483/solver-3447027-1307906483 -C 1800 -W 1900 -M 15500  wbo1.6 -file-format=wbo -time-limit=1800 -search-mode=0 HOME/instance-3447027-1307906483.wbo

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

MD5SUM BENCH= b3cca2fb004dc2587d09951aac05623a
RANDOM SEED=353692784

node103.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.858
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.858
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.858
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.858
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.858
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.75
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.858
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.858
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.83
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.858
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:      32092324 kB
Buffers:        116532 kB
Cached:         132544 kB
SwapCached:      22648 kB
Active:         568008 kB
Inactive:       100908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32092324 kB
SwapTotal:    67111528 kB
SwapFree:     67052812 kB
Dirty:            4628 kB
Writeback:          16 kB
AnonPages:      417780 kB
Mapped:           9948 kB
Slab:           125020 kB
PageTables:       5264 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   601312 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= 74068 MiB
End job on node103 at 2011-06-12 21:22:09