Trace number 3446924

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.6? (TO) 1800.07 1800.03

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224059--soft-33-100-0.wbo
MD5SUM9ffea189547a7afa9054418ab91a7dbf
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark0.593908
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 constraints64
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 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1314
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-3446924-1307905118.wbo.
0.00/0.00	c Instance file HOME/instance-3446924-1307905118.wbo
0.00/0.00	c File size is 10286 bytes.
0.00/0.00	c Highest Coefficient sum: 1314
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 |       100 |     169      101     1205 |     5500      100     30 |  0.004 % |
0.00/0.00	c |       251 |     169      101     1205 |     6050      251     32 |  0.004 % |
0.00/0.00	c |       479 |     169      101     1205 |     6655      479     33 |  0.004 % |
0.00/0.01	c |       819 |     169      101     1205 |     7320      819     32 |  0.004 % |
0.00/0.02	c |      1326 |     169      101     1205 |     8052     1326     32 |  0.004 % |
0.00/0.04	c |      2087 |     169      101     1205 |     8857     2087     33 |  0.004 % |
0.00/0.06	c |      3226 |     169      101     1205 |     9743     3226     32 |  0.004 % |
0.09/0.11	c |      4934 |     169      101     1205 |    10717     4934     33 |  0.004 % |
0.09/0.19	c |      7496 |     169      101     1205 |    11789     7496     34 |  0.004 % |
0.29/0.36	c |     11340 |     169      101     1205 |    12968    11340     36 |  0.004 % |
0.59/0.63	c |     17107 |     169      101     1205 |    14265    10577     37 |  0.004 % |
1.00/1.05	c |     25756 |     169      101     1205 |    15692    12033     41 |  0.004 % |
1.69/1.74	c ===============================================================================
1.79/1.87	c core #1
1.79/1.87	c 
1.79/1.87	c 
1.79/1.87	c Core size: 72	Core Weight: 1	Total Weight: 1
1.79/1.87	c Current CPU time: 1.78273 s
1.79/1.87	c
1.79/1.87	c ============================[ Search Statistics ]==============================
1.79/1.87	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.79/1.87	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
1.79/1.87	c ===============================================================================
1.79/1.87	c |         0 |     230      161     1915 |     5000        0   -nan |  0.000 % |
1.79/1.87	c |       100 |     230      161     1915 |     5500      100     34 |  0.002 % |
1.79/1.87	c |       250 |     230      161     1915 |     6050      250     35 |  0.002 % |
1.79/1.88	c |       475 |     230      161     1915 |     6655      475     33 |  0.002 % |
1.79/1.88	c |       813 |     230      161     1915 |     7320      813     34 |  0.002 % |
1.79/1.89	c |      1319 |     230      161     1915 |     8052     1319     32 |  0.002 % |
1.90/1.91	c |      2078 |     230      161     1915 |     8857     2078     32 |  0.002 % |
1.90/1.94	c |      3218 |     230      161     1915 |     9743     3218     32 |  0.002 % |
1.90/1.99	c |      4928 |     230      161     1915 |    10717     4928     34 |  0.002 % |
1.99/2.07	c |      7491 |     230      161     1915 |    11789     7491     34 |  0.002 % |
2.19/2.23	c |     11338 |     230      161     1915 |    12968    11338     36 |  0.002 % |
2.49/2.51	c |     17104 |     230      161     1915 |    14265    10579     40 |  0.002 % |
2.89/2.92	c |     25755 |     230      161     1915 |    15692    12051     41 |  0.002 % |
3.49/3.56	c |     38730 |     230      161     1915 |    17261     9221     43 |  0.002 % |
3.90/3.99	c ===============================================================================
4.09/4.15	c core #2
4.09/4.15	c 
4.09/4.15	c 
4.09/4.15	c Core size: 67	Core Weight: 1	Total Weight: 2
4.09/4.15	c Current CPU time: 4.00239 s
4.09/4.15	c
4.09/4.15	c ============================[ Search Statistics ]==============================
4.09/4.15	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.09/4.15	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
4.09/4.15	c ===============================================================================
4.09/4.15	c |         0 |     291      221     2625 |     5000        0   -nan |  0.000 % |
4.09/4.15	c |       100 |     291      221     2625 |     5500      100     42 |  0.001 % |
4.09/4.15	c |       250 |     291      221     2625 |     6050      250     43 |  0.001 % |
4.09/4.15	c |       475 |     291      221     2625 |     6655      475     38 |  0.001 % |
4.09/4.16	c |       812 |     291      221     2625 |     7320      812     37 |  0.001 % |
4.09/4.17	c |      1320 |     291      221     2625 |     8052     1320     34 |  0.001 % |
4.09/4.19	c |      2079 |     291      221     2625 |     8857     2079     33 |  0.001 % |
4.19/4.22	c |      3218 |     291      221     2625 |     9743     3218     31 |  0.001 % |
4.19/4.27	c |      4928 |     291      221     2625 |    10717     4928     33 |  0.001 % |
4.29/4.37	c |      7491 |     291      221     2625 |    11789     7491     34 |  0.001 % |
4.49/4.53	c |     11336 |     291      221     2625 |    12968    11336     35 |  0.001 % |
4.79/4.81	c |     17102 |     291      221     2625 |    14265    10589     40 |  0.001 % |
5.19/5.23	c |     25751 |     291      221     2625 |    15692    12052     41 |  0.001 % |
5.89/5.92	c |     38725 |     291      221     2625 |    17261     9249     41 |  0.001 % |
6.40/6.41	c ===============================================================================
6.50/6.57	c core #3
6.50/6.57	c 
6.50/6.57	c 
6.50/6.57	c Core size: 71	Core Weight: 1	Total Weight: 3
6.50/6.57	c Current CPU time: 6.32704 s
6.50/6.57	c
6.50/6.57	c ============================[ Search Statistics ]==============================
6.50/6.57	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.50/6.57	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
6.50/6.57	c ===============================================================================
6.50/6.57	c |         0 |     349      280     3315 |     5000        0   -nan |  0.000 % |
6.50/6.57	c |       101 |     349      280     3315 |     5500      101     34 |  0.001 % |
6.50/6.57	c |       251 |     349      280     3315 |     6050      251     30 |  0.001 % |
6.50/6.58	c |       476 |     349      280     3315 |     6655      476     33 |  0.001 % |
6.50/6.59	c |       813 |     349      280     3315 |     7320      813     31 |  0.001 % |
6.50/6.60	c |      1319 |     349      280     3315 |     8052     1319     29 |  0.001 % |
6.60/6.62	c |      2079 |     349      280     3315 |     8857     2079     30 |  0.001 % |
6.60/6.64	c |      3219 |     349      280     3315 |     9743     3219     31 |  0.001 % |
6.60/6.70	c |      4928 |     349      280     3315 |    10717     4928     32 |  0.001 % |
6.69/6.78	c |      7490 |     349      280     3315 |    11789     7490     32 |  0.001 % |
6.89/6.94	c |     11337 |     349      280     3315 |    12968    11337     35 |  0.001 % |
7.19/7.23	c |     17103 |     349      280     3315 |    14265    10574     39 |  0.001 % |
7.60/7.69	c |     25753 |     349      280     3315 |    15692    12036     40 |  0.001 % |
8.29/8.38	c |     38727 |     349      280     3315 |    17261     9218     41 |  0.001 % |
8.89/8.94	c ===============================================================================
9.09/9.11	c core #4
9.09/9.11	c 
9.09/9.11	c 
9.09/9.11	c Core size: 77	Core Weight: 1	Total Weight: 4
9.09/9.11	c Current CPU time: 8.77767 s
9.09/9.11	c
9.09/9.11	c ============================[ Search Statistics ]==============================
9.09/9.11	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.09/9.11	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
9.09/9.11	c ===============================================================================
9.09/9.11	c |         0 |     411      338     4001 |     5000        0   -nan |  0.000 % |
9.09/9.11	c |       100 |     411      338     4001 |     5500      100     35 |  0.001 % |
9.09/9.11	c |       251 |     411      338     4001 |     6050      251     30 |  0.001 % |
9.09/9.12	c |       477 |     411      338     4001 |     6655      477     30 |  0.001 % |
9.09/9.13	c |       814 |     411      338     4001 |     7320      814     30 |  0.001 % |
9.09/9.14	c |      1320 |     411      338     4001 |     8052     1320     30 |  0.001 % |
9.09/9.16	c |      2079 |     411      338     4001 |     8857     2079     32 |  0.001 % |
9.09/9.18	c |      3218 |     411      338     4001 |     9743     3218     32 |  0.001 % |
9.19/9.23	c |      4927 |     411      338     4001 |    10717     4927     32 |  0.001 % |
9.29/9.33	c |      7490 |     411      338     4001 |    11789     7490     34 |  0.001 % |
9.49/9.51	c |     11334 |     411      338     4001 |    12968    11334     35 |  0.001 % |
9.69/9.79	c |     17100 |     411      338     4001 |    14265    10573     38 |  0.001 % |
10.19/10.25	c |     25751 |     411      338     4001 |    15692    12049     40 |  0.001 % |
10.89/10.92	c |     38727 |     411      338     4001 |    17261     9212     40 |  0.001 % |
11.69/11.77	c ===============================================================================
11.89/11.96	c core #5
11.89/11.96	c 
11.89/11.96	c 
11.89/11.96	c Core size: 75	Core Weight: 1	Total Weight: 5
11.89/11.96	c Current CPU time: 11.5252 s
11.89/11.96	c
11.89/11.96	c ============================[ Search Statistics ]==============================
11.89/11.96	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.89/11.96	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
11.89/11.96	c ===============================================================================
11.89/11.96	c |         0 |     477      396     4695 |     5000        0   -nan |  0.000 % |
11.89/11.96	c |       100 |     477      396     4695 |     5500      100     38 |  0.000 % |
11.89/11.96	c |       251 |     477      396     4695 |     6050      251     31 |  0.000 % |
11.89/11.97	c |       476 |     477      396     4695 |     6655      476     29 |  0.000 % |
11.89/11.97	c |       813 |     477      396     4695 |     7320      813     28 |  0.000 % |
11.89/11.98	c |      1319 |     477      396     4695 |     8052     1319     32 |  0.000 % |
11.89/12.00	c |      2078 |     477      396     4695 |     8857     2078     32 |  0.000 % |
12.00/12.03	c |      3217 |     477      396     4695 |     9743     3217     33 |  0.000 % |
12.00/12.08	c |      4927 |     477      396     4695 |    10717     4927     34 |  0.000 % |
12.09/12.17	c |      7489 |     477      396     4695 |    11789     7489     37 |  0.000 % |
12.29/12.34	c |     11334 |     477      396     4695 |    12968    11334     39 |  0.000 % |
12.59/12.61	c |     17102 |     477      396     4695 |    14265    10562     41 |  0.000 % |
12.99/13.03	c |     25754 |     477      396     4695 |    15692    12036     42 |  0.000 % |
13.59/13.69	c |     38729 |     477      396     4695 |    17261     9219     42 |  0.000 % |
14.69/14.78	c |     58190 |     477      396     4695 |    18987    11311     43 |  0.000 % |
15.59/15.65	c ===============================================================================
15.89/15.92	c core #6
15.89/15.92	c 
15.89/15.92	c 
15.89/15.92	c Core size: 67	Core Weight: 1	Total Weight: 6
15.89/15.92	c Current CPU time: 15.3497 s
15.89/15.92	c
15.89/15.92	c ============================[ Search Statistics ]==============================
15.89/15.92	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.89/15.92	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
15.89/15.92	c ===============================================================================
15.89/15.92	c |         0 |     533      453     5359 |     5000        0   -nan |  0.000 % |
15.89/15.92	c |       100 |     533      453     5359 |     5500      100     32 |  0.000 % |
15.89/15.92	c |       250 |     533      453     5359 |     6050      250     29 |  0.000 % |
15.89/15.92	c |       475 |     533      453     5359 |     6655      475     28 |  0.000 % |
15.89/15.93	c |       813 |     533      453     5359 |     7320      813     28 |  0.000 % |
15.89/15.94	c |      1319 |     533      453     5359 |     8052     1319     29 |  0.000 % |
15.89/15.96	c |      2080 |     533      453     5359 |     8857     2080     29 |  0.000 % |
15.89/15.99	c |      3220 |     533      453     5359 |     9743     3220     31 |  0.000 % |
15.99/16.04	c |      4928 |     533      453     5359 |    10717     4928     32 |  0.000 % |
16.09/16.14	c |      7491 |     533      453     5359 |    11789     7491     34 |  0.000 % |
16.29/16.31	c |     11336 |     533      453     5359 |    12968    11336     35 |  0.000 % |
16.59/16.63	c |     17102 |     533      453     5359 |    14265    10554     41 |  0.000 % |
16.99/17.07	c |     25752 |     533      453     5359 |    15692    12014     40 |  0.000 % |
17.69/17.76	c |     38728 |     533      453     5359 |    17261     9201     42 |  0.000 % |
18.39/18.44	c ===============================================================================
18.60/18.61	c core #7
18.60/18.61	c 
18.60/18.61	c 
18.60/18.61	c Core size: 86	Core Weight: 1	Total Weight: 7
18.60/18.61	c Current CPU time: 17.9513 s
18.60/18.61	c
18.60/18.61	c ============================[ Search Statistics ]==============================
18.60/18.61	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.60/18.61	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
18.60/18.61	c ===============================================================================
18.60/18.61	c |         0 |     603      508     6026 |     5000        0   -nan |  0.000 % |
18.60/18.61	c |       100 |     603      508     6026 |     5500      100     30 |  0.000 % |
18.60/18.62	c |       252 |     603      508     6026 |     6050      252     26 |  0.000 % |
18.60/18.62	c |       477 |     603      508     6026 |     6655      477     30 |  0.000 % |
18.60/18.63	c |       815 |     603      508     6026 |     7320      815     30 |  0.000 % |
18.60/18.64	c |      1322 |     603      508     6026 |     8052     1322     30 |  0.000 % |
18.60/18.66	c |      2081 |     603      508     6026 |     8857     2081     31 |  0.000 % |
18.60/18.69	c |      3220 |     603      508     6026 |     9743     3220     33 |  0.000 % |
18.70/18.74	c |      4929 |     603      508     6026 |    10717     4929     33 |  0.000 % |
18.79/18.83	c |      7491 |     603      508     6026 |    11789     7491     34 |  0.000 % |
18.99/19.00	c |     11337 |     603      508     6026 |    12968    11337     36 |  0.000 % |
19.20/19.29	c |     17103 |     603      508     6026 |    14265    10556     39 |  0.000 % |
19.70/19.73	c |     25752 |     603      508     6026 |    15692    12021     38 |  0.000 % |
20.39/20.42	c |     38727 |     603      508     6026 |    17261     9206     39 |  0.000 % |
21.39/21.46	c |     58188 |     603      508     6026 |    18987    11297     42 |  0.000 % |
22.09/22.12	c ===============================================================================
22.29/22.36	c core #8
22.29/22.36	c 
22.29/22.36	c 
22.29/22.36	c Core size: 93	Core Weight: 1	Total Weight: 8
22.29/22.36	c Current CPU time: 21.5697 s
22.29/22.36	c
22.29/22.36	c ============================[ Search Statistics ]==============================
22.29/22.36	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
22.29/22.36	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
22.29/22.36	c ===============================================================================
22.29/22.36	c |         0 |     684      562     6702 |     5000        0   -nan |  0.000 % |
22.29/22.37	c |       100 |     684      562     6702 |     5500      100     42 |  0.000 % |
22.29/22.37	c |       251 |     684      562     6702 |     6050      251     37 |  0.000 % |
22.29/22.38	c |       478 |     684      562     6702 |     6655      478     35 |  0.000 % |
22.29/22.38	c |       816 |     684      562     6702 |     7320      816     31 |  0.000 % |
22.29/22.39	c |      1322 |     684      562     6702 |     8052     1322     30 |  0.000 % |
22.39/22.41	c |      2081 |     684      562     6702 |     8857     2081     33 |  0.000 % |
22.39/22.45	c |      3220 |     684      562     6702 |     9743     3220     32 |  0.000 % |
22.49/22.50	c |      4928 |     684      562     6702 |    10717     4928     33 |  0.000 % |
22.59/22.60	c |      7490 |     684      562     6702 |    11789     7490     33 |  0.000 % |
22.70/22.79	c |     11335 |     684      562     6702 |    12968    11335     33 |  0.000 % |
23.00/23.07	c |     17104 |     684      562     6702 |    14265    10573     35 |  0.000 % |
23.49/23.54	c |     25755 |     684      562     6702 |    15692    12045     38 |  0.000 % |
24.20/24.25	c |     38729 |     684      562     6702 |    17261     9248     38 |  0.000 % |
25.19/25.24	c |     58191 |     684      562     6702 |    18987    11341     40 |  0.009 % |
25.69/25.78	c ===============================================================================
25.99/26.01	c core #9
25.99/26.01	c 
25.99/26.01	c 
25.99/26.01	c Core size: 94	Core Weight: 1	Total Weight: 9
25.99/26.01	c Current CPU time: 25.0602 s
25.99/26.01	c
25.99/26.01	c ============================[ Search Statistics ]==============================
25.99/26.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
25.99/26.01	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
25.99/26.01	c ===============================================================================
25.99/26.01	c |         0 |     763      615     7369 |     5000        0   -nan |  0.000 % |
25.99/26.01	c |       100 |     763      615     7369 |     5500      100     36 |  0.000 % |
25.99/26.02	c |       250 |     763      615     7369 |     6050      250     32 |  0.000 % |
25.99/26.02	c |       476 |     763      615     7369 |     6655      476     29 |  0.000 % |
25.99/26.03	c |       813 |     763      615     7369 |     7320      813     30 |  0.000 % |
25.99/26.04	c |      1320 |     763      615     7369 |     8052     1320     31 |  0.000 % |
25.99/26.06	c |      2079 |     763      615     7369 |     8857     2079     33 |  0.000 % |
25.99/26.09	c |      3218 |     763      615     7369 |     9743     3218     34 |  0.000 % |
26.09/26.14	c |      4926 |     763      615     7369 |    10717     4926     34 |  0.000 % |
26.19/26.24	c |      7489 |     763      615     7369 |    11789     7489     34 |  0.000 % |
26.39/26.41	c |     11334 |     763      615     7369 |    12968    11334     37 |  0.000 % |
26.59/26.68	c |     17100 |     763      615     7369 |    14265    10558     40 |  0.000 % |
27.09/27.18	c |     25749 |     763      615     7369 |    15692    12015     41 |  0.000 % |
27.89/27.97	c |     38723 |     763      615     7369 |    17261     9189     42 |  0.000 % |
28.99/29.07	c |     58187 |     763      615     7369 |    18987    11279     42 |  0.000 % |
30.39/30.43	c ===============================================================================
30.70/30.72	c core #10
30.70/30.72	c 
30.70/30.72	c 
30.70/30.72	c Core size: 99	Core Weight: 1	Total Weight: 10
30.70/30.72	c Current CPU time: 29.6125 s
30.70/30.72	c
30.70/30.72	c ============================[ Search Statistics ]==============================
30.70/30.72	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
30.70/30.72	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
30.70/30.72	c ===============================================================================
30.70/30.72	c |         0 |     850      668     8052 |     5000        0   -nan |  0.000 % |
30.70/30.73	c |       100 |     850      668     8052 |     5500      100     36 |  0.000 % |
30.70/30.73	c |       251 |     850      668     8052 |     6050      251     31 |  0.000 % |
30.70/30.73	c |       478 |     850      668     8052 |     6655      478     32 |  0.000 % |
30.70/30.74	c |       815 |     850      668     8052 |     7320      815     33 |  0.000 % |
30.70/30.75	c |      1321 |     850      668     8052 |     8052     1321     32 |  0.000 % |
30.70/30.77	c |      2080 |     850      668     8052 |     8857     2080     31 |  0.000 % |
30.79/30.81	c |      3220 |     850      668     8052 |     9743     3220     31 |  0.000 % |
30.79/30.86	c |      4928 |     850      668     8052 |    10717     4928     32 |  0.000 % |
30.89/30.96	c |      7490 |     850      668     8052 |    11789     7490     34 |  0.000 % |
31.09/31.13	c |     11334 |     850      668     8052 |    12968    11334     35 |  0.000 % |
31.39/31.40	c |     17102 |     850      668     8052 |    14265    10582     38 |  0.000 % |
31.80/31.85	c |     25752 |     850      668     8052 |    15692    12052     40 |  0.000 % |
32.49/32.58	c |     38726 |     850      668     8052 |    17261     9219     41 |  0.000 % |
33.69/33.74	c |     58187 |     850      668     8052 |    18987    11326     40 |  0.000 % |
35.29/35.36	c |     87380 |     813      668     8052 |    20886    11864     45 |  4.353 % |
35.49/35.54	c ===============================================================================
35.79/35.86	c core #11
35.79/35.86	c 
35.79/35.86	c 
35.79/35.86	c Core size: 72	Core Weight: 1	Total Weight: 11
35.79/35.86	c Current CPU time: 34.6007 s
35.79/35.86	c
35.79/35.86	c ============================[ Search Statistics ]==============================
35.79/35.86	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
35.79/35.86	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
35.79/35.86	c ===============================================================================
35.79/35.86	c |         0 |     915      720     8677 |     5000        0   -nan |  0.000 % |
35.79/35.86	c |       100 |     915      720     8677 |     5500      100     50 |  0.000 % |
35.79/35.87	c |       250 |     915      720     8677 |     6050      250     41 |  0.000 % |
35.79/35.87	c |       475 |     915      720     8677 |     6655      475     37 |  0.000 % |
35.79/35.88	c |       812 |     915      720     8677 |     7320      812     34 |  0.000 % |
35.79/35.89	c |      1318 |     915      720     8677 |     8052     1318     33 |  0.000 % |
35.89/35.91	c |      2077 |     915      720     8677 |     8857     2077     31 |  0.000 % |
35.89/35.94	c |      3217 |     915      720     8677 |     9743     3217     32 |  0.000 % |
35.99/36.00	c |      4925 |     915      720     8677 |    10717     4925     33 |  0.000 % |
36.09/36.10	c |      7487 |     915      720     8677 |    11789     7487     35 |  0.000 % |
36.19/36.29	c |     11333 |     915      720     8677 |    12968    11333     35 |  0.000 % |
36.59/36.60	c |     17099 |     915      720     8677 |    14265    10561     36 |  0.000 % |
37.09/37.10	c |     25748 |     915      720     8677 |    15692    12025     40 |  0.000 % |
37.79/37.80	c |     38723 |     915      720     8677 |    17261     9224     39 |  0.000 % |
38.89/38.92	c |     58184 |     915      720     8677 |    18987    11352     40 |  0.000 % |
40.60/40.66	c |     87377 |     872      720     8677 |    20886    11890     49 |  4.700 % |
40.89/40.93	c ===============================================================================
41.19/41.25	c core #12
41.19/41.25	c 
41.19/41.25	c 
41.19/41.25	c Core size: 96	Core Weight: 1	Total Weight: 12
41.19/41.25	c Current CPU time: 39.7919 s
41.19/41.25	c
41.19/41.25	c ============================[ Search Statistics ]==============================
41.19/41.25	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
41.19/41.25	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
41.19/41.25	c ===============================================================================
41.19/41.25	c |         0 |    1001      772     9345 |     5000        0   -nan |  0.000 % |
41.19/41.25	c |       100 |    1001      772     9345 |     5500      100     46 |  0.000 % |
41.19/41.26	c |       251 |    1001      772     9345 |     6050      251     38 |  0.000 % |
41.19/41.26	c |       476 |    1001      772     9345 |     6655      476     38 |  0.000 % |
41.19/41.27	c |       814 |    1001      772     9345 |     7320      814     34 |  0.000 % |
41.19/41.28	c |      1321 |    1001      772     9345 |     8052     1321     31 |  0.000 % |
41.29/41.30	c |      2080 |    1001      772     9345 |     8857     2080     32 |  0.000 % |
41.29/41.34	c |      3222 |    1001      772     9345 |     9743     3222     34 |  0.000 % |
41.39/41.40	c |      4930 |    1001      772     9345 |    10717     4930     32 |  0.000 % |
41.39/41.49	c |      7494 |    1001      772     9345 |    11789     7494     32 |  0.000 % |
41.59/41.68	c |     11338 |    1001      772     9345 |    12968    11338     34 |  0.000 % |
41.89/41.99	c |     17110 |    1001      772     9345 |    14265    10570     37 |  0.000 % |
42.39/42.42	c |     25759 |    1001      772     9345 |    15692    12039     38 |  0.000 % |
43.09/43.15	c |     38736 |    1001      772     9345 |    17261     9215     39 |  0.000 % |
44.09/44.16	c |     58202 |    1001      772     9345 |    18987    11324     38 |  0.000 % |
48.19/48.23	c |     87399 |     935      772     9345 |    20886    11588     79 |  6.596 % |
51.89/51.94	c ===============================================================================
52.30/52.35	c core #13
52.30/52.35	c 
52.30/52.35	c 
52.30/52.35	c Core size: 92	Core Weight: 1	Total Weight: 13
52.30/52.35	c Current CPU time: 50.7123 s
52.30/52.35	c
52.30/52.35	c ============================[ Search Statistics ]==============================
52.30/52.35	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
52.30/52.35	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
52.30/52.35	c ===============================================================================
52.30/52.35	c |         0 |    1081      821     9977 |     5000        0   -nan |  0.000 % |
52.30/52.36	c |       104 |    1081      821     9977 |     5500      104     40 |  0.000 % |
52.30/52.36	c |       257 |    1081      821     9977 |     6050      257     34 |  0.000 % |
52.30/52.37	c |       483 |    1081      821     9977 |     6655      483     30 |  0.000 % |
52.30/52.38	c |       821 |    1081      821     9977 |     7320      821     32 |  0.000 % |
52.30/52.39	c |      1327 |    1081      821     9977 |     8052     1327     30 |  0.000 % |
52.39/52.41	c |      2086 |    1081      821     9977 |     8857     2086     31 |  0.000 % |
52.39/52.45	c |      3225 |    1081      821     9977 |     9743     3225     31 |  0.000 % |
52.49/52.51	c |      4933 |    1081      821     9977 |    10717     4933     31 |  0.000 % |
52.59/52.62	c |      7495 |    1081      821     9977 |    11789     7495     32 |  0.000 % |
52.69/52.78	c |     11339 |    1081      821     9977 |    12968    11339     32 |  0.000 % |
52.99/53.09	c |     17105 |    1081      821     9977 |    14265    10575     35 |  0.000 % |
53.49/53.52	c |     25755 |    1081      821     9977 |    15692    12037     35 |  0.000 % |
54.19/54.22	c |     38731 |    1081      821     9977 |    17261     9223     37 |  0.000 % |
55.18/55.26	c |     58192 |    1081      821     9977 |    18987    11325     38 |  0.000 % |
59.69/59.71	c |     87387 |    1081      821     9977 |    20886    11478     85 |  0.000 % |
65.79/65.87	c |    131178 |    1081      821     9977 |    22974    13089     50 |  0.000 % |
69.99/70.08	c |    196862 |    1081      821     9977 |    25272    20076     41 |  0.000 % |
87.49/87.53	c |    295389 |    1001      821     9977 |    27799    22890     93 |  7.401 % |
140.69/140.78	c |    443180 |    1001      821     9977 |    30579    20717     79 |  7.401 % |
161.19/161.20	c ===============================================================================
163.19/163.24	c core #14
163.19/163.24	c 
163.19/163.24	c 
163.19/163.24	c Core size: 133	Core Weight: 1	Total Weight: 14
163.19/163.24	c Current CPU time: 160.582 s
163.19/163.24	c
163.19/163.24	c ============================[ Search Statistics ]==============================
163.19/163.24	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
163.19/163.24	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
163.19/163.24	c ===============================================================================
163.19/163.24	c |         0 |    1204      870    10696 |     5000        0   -nan |  0.000 % |
163.19/163.24	c |       101 |    1204      870    10696 |     5500      101     52 |  0.000 % |
163.19/163.25	c |       251 |    1204      870    10696 |     6050      251     42 |  0.000 % |
163.19/163.25	c |       478 |    1204      870    10696 |     6655      478     34 |  0.000 % |
163.19/163.26	c |       816 |    1204      870    10696 |     7320      816     30 |  0.000 % |
163.19/163.27	c |      1323 |    1204      870    10696 |     8052     1323     29 |  0.000 % |
163.19/163.29	c |      2082 |    1204      870    10696 |     8857     2082     29 |  0.000 % |
163.29/163.33	c |      3221 |    1204      870    10696 |     9743     3221     29 |  0.000 % |
163.29/163.39	c |      4930 |    1204      870    10696 |    10717     4930     30 |  0.000 % |
163.50/163.50	c |      7493 |    1204      870    10696 |    11789     7493     32 |  0.000 % |
163.59/163.68	c |     11337 |    1204      870    10696 |    12968    11337     32 |  0.000 % |
163.90/163.98	c |     17109 |    1204      870    10696 |    14265    10586     34 |  0.000 % |
164.39/164.46	c |     25758 |    1204      870    10696 |    15692    12058     36 |  0.000 % |
165.39/165.41	c |     38735 |    1204      870    10696 |    17261     9007     71 |  0.000 % |
166.69/166.72	c |     58197 |    1204      870    10696 |    18987    10980     73 |  0.000 % |
171.19/171.29	c |     87391 |    1204      870    10696 |    20886    11138     93 |  0.000 % |
182.89/182.98	c |    131180 |    1204      870    10696 |    22974    12531     75 |  0.000 % |
187.59/187.60	c |    196867 |    1204      870    10696 |    25272    17882     70 |  0.000 % |
222.29/222.31	c |    295393 |    1204      870    10696 |    27799    23806    101 |  0.000 % |
235.79/235.88	c |    443183 |    1204      870    10696 |    30579    15210     58 |  0.000 % |
298.29/298.33	c |    664868 |    1204      870    10696 |    33637    21014     95 |  0.000 % |
349.70/349.71	c |    997394 |    1204      870    10696 |    37001    18073     60 |  0.000 % |
568.90/568.95	c |   1496185 |    1204      870    10696 |    40701    17068     95 |  0.000 % |
927.81/927.88	c |   2244367 |    1204      870    10696 |    44771    30570     96 |  0.000 % |
1462.62/1462.61	c |   3366641 |    1204      870    10696 |    49248    26422     97 |  0.000 % |

Verifier Data

ERROR: no interpretation found !

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 /var/tmp/evaluation-result-3446924-1307905118/watcher-3446924-1307905118 -o /var/tmp/evaluation-result-3446924-1307905118/solver-3446924-1307905118 -C 1800 -W 1900 -M 15500 wbo1.6 -file-format=wbo -time-limit=1800 -search-mode=0 HOME/instance-3446924-1307905118.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 2.00 1.95 5/175 4316
/proc/meminfo: memFree=1181704/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=2104 CPUtime=0 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 313 0 0 0 0 0 0 0 24 0 1 0 980742550 2154496 261 33554432000 4194304 5714214 140735495290880 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4315/statm: 526 261 177 372 0 151 0

[startup+0.0980719 s]
/proc/loadavg: 2.00 2.00 1.95 5/175 4316
/proc/meminfo: memFree=1181704/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=3432 CPUtime=0.09 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 653 0 0 0 8 1 0 0 24 0 1 0 980742550 3514368 601 33554432000 4194304 5714214 140735495290880 18446744073709551615 4319737 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/4315/statm: 858 601 177 372 0 483 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3432

[startup+0.101073 s]
/proc/loadavg: 2.00 2.00 1.95 5/175 4316
/proc/meminfo: memFree=1181704/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=3432 CPUtime=0.09 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 663 0 0 0 8 1 0 0 24 0 1 0 980742550 3514368 611 33554432000 4194304 5714214 140735495290880 18446744073709551615 4322695 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/4315/statm: 858 611 177 372 0 483 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3432

[startup+0.301036 s]
/proc/loadavg: 2.00 2.00 1.95 5/175 4316
/proc/meminfo: memFree=1181704/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=5392 CPUtime=0.29 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 1154 0 0 0 27 2 0 0 25 0 1 0 980742550 5521408 1102 33554432000 4194304 5714214 140735495290880 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/4315/statm: 1348 1102 177 372 0 973 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5392

[startup+0.700966 s]
/proc/loadavg: 2.00 2.00 1.95 5/175 4316
/proc/meminfo: memFree=1181704/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=7256 CPUtime=0.69 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 1615 0 0 0 65 4 0 0 25 0 1 0 980742550 7430144 1563 33554432000 4194304 5714214 140735495290880 18446744073709551615 4977733 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/4315/statm: 1814 1563 177 372 0 1439 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7256

[startup+1.50083 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4323
/proc/meminfo: memFree=1168600/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=10044 CPUtime=1.49 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 2317 0 0 0 142 7 0 0 25 0 1 0 980742550 10285056 2265 33554432000 4194304 5714214 140735495290880 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/4315/statm: 2511 2265 177 372 0 2136 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10044

[startup+3.10055 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4323
/proc/meminfo: memFree=1160540/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=11756 CPUtime=3.09 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 2764 0 0 0 299 10 0 0 25 0 1 0 980742550 12038144 2681 33554432000 4194304 5714214 140735495290880 18446744073709551615 4319395 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/4315/statm: 2939 2681 178 372 0 2564 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11756

[startup+6.30099 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4324
/proc/meminfo: memFree=1152608/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=14924 CPUtime=6.29 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 3578 0 0 0 607 22 0 0 25 0 1 0 980742550 15282176 3495 33554432000 4194304 5714214 140735495290880 18446744073709551615 4319907 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/4315/statm: 3731 3495 178 372 0 3356 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14924

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4324
/proc/meminfo: memFree=1148004/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=16512 CPUtime=12.69 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 3971 0 0 0 1225 44 0 0 25 0 1 0 980742550 16908288 3888 33554432000 4194304 5714214 140735495290880 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/4315/statm: 4128 3888 178 372 0 3753 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16512

[startup+25.5006 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4324
/proc/meminfo: memFree=1142424/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=20216 CPUtime=25.49 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 4903 0 0 0 2458 91 0 0 25 0 1 0 980742550 20701184 4820 33554432000 4194304 5714214 140735495290880 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4315/statm: 5054 4820 178 372 0 4679 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20216

[startup+51.1001 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4325
/proc/meminfo: memFree=1130556/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=26904 CPUtime=51.09 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 6501 0 0 0 4950 159 0 0 25 0 1 0 980742550 27549696 6418 33554432000 4194304 5714214 140735495290880 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4315/statm: 6726 6418 178 372 0 6351 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 26904

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4326
/proc/meminfo: memFree=1093436/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=62932 CPUtime=102.29 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 15398 0 0 0 10014 215 0 0 25 0 1 0 980742550 64442368 15315 33554432000 4194304 5714214 140735495290880 18446744073709551615 4319384 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4315/statm: 15733 15315 178 372 0 15358 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 62932

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4337
/proc/meminfo: memFree=1059884/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=97304 CPUtime=162.29 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 23848 0 0 0 15986 243 0 0 25 0 1 0 980742550 99639296 23765 33554432000 4194304 5714214 140735495290880 18446744073709551615 4973041 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4315/statm: 24326 23765 178 372 0 23951 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 97304

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4338
/proc/meminfo: memFree=1047152/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=96652 CPUtime=222.29 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 23952 0 0 0 21931 298 0 0 25 0 1 0 980742550 98971648 23691 33554432000 4194304 5714214 140735495290880 18446744073709551615 4319446 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4315/statm: 24163 23691 178 372 0 23788 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 96652

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4340
/proc/meminfo: memFree=1036808/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=104144 CPUtime=282.29 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 25938 0 0 0 27875 354 0 0 25 0 1 0 980742550 106643456 25677 33554432000 4194304 5714214 140735495290880 18446744073709551615 4319409 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4315/statm: 26036 25677 178 372 0 25661 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 104144

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4341
/proc/meminfo: memFree=980348/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=142276 CPUtime=342.29 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 35399 0 0 0 33816 413 0 0 25 0 1 0 980742550 145690624 35138 33554432000 4194304 5714214 140735495290880 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4315/statm: 35569 35138 178 372 0 35194 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 142276

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4343
/proc/meminfo: memFree=908240/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=173560 CPUtime=402.29 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 43110 0 0 0 39778 451 0 0 25 0 1 0 980742550 177725440 42849 33554432000 4194304 5714214 140735495290880 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4315/statm: 43390 42849 178 372 0 43015 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 173560

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4345
/proc/meminfo: memFree=888820/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=193468 CPUtime=462.3 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 47968 0 0 0 45753 477 0 0 25 0 1 0 980742550 198111232 47707 33554432000 4194304 5714214 140735495290880 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4315/statm: 48367 47707 178 372 0 47992 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 193468

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4346
/proc/meminfo: memFree=862212/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=208376 CPUtime=522.3 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 51657 0 0 0 51734 496 0 0 25 0 1 0 980742550 213377024 51396 33554432000 4194304 5714214 140735495290880 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4315/statm: 52094 51396 178 372 0 51719 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 208376

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4348
/proc/meminfo: memFree=824080/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=225800 CPUtime=582.3 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 55950 0 0 0 57710 520 0 0 25 0 1 0 980742550 231219200 55689 33554432000 4194304 5714214 140735495290880 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4315/statm: 56450 55689 178 372 0 56075 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 225800

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4354
/proc/meminfo: memFree=670948/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=291916 CPUtime=822.3 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 72321 0 0 0 81619 611 0 0 25 0 1 0 980742550 298921984 72060 33554432000 4194304 5714214 140735495290880 18446744073709551615 4319395 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4315/statm: 72979 72060 178 372 0 72604 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 291916

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4356
/proc/meminfo: memFree=634436/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=305992 CPUtime=882.3 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 75828 0 0 0 87599 631 0 0 25 0 1 0 980742550 313335808 75567 33554432000 4194304 5714214 140735495290880 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4315/statm: 76498 75567 178 372 0 76123 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 305992

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4357
/proc/meminfo: memFree=592216/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=328256 CPUtime=942.3 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 81298 0 0 0 93569 661 0 0 25 0 1 0 980742550 336134144 81037 33554432000 4194304 5714214 140735495290880 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4315/statm: 82064 81037 178 372 0 81689 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 328256

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4359
/proc/meminfo: memFree=552844/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=347056 CPUtime=1002.31 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 85996 0 0 0 99551 680 0 0 25 0 1 0 980742550 355385344 85735 33554432000 4194304 5714214 140735495290880 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4315/statm: 86764 85735 178 372 0 86389 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 347056

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4361
/proc/meminfo: memFree=516352/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=361980 CPUtime=1062.31 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 89731 0 0 0 105525 706 0 0 25 0 1 0 980742550 370667520 89470 33554432000 4194304 5714214 140735495290880 18446744073709551615 4198960 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4315/statm: 90495 89470 178 372 0 90120 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 361980

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4362
/proc/meminfo: memFree=436676/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=377396 CPUtime=1122.32 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 93528 0 0 0 111506 726 0 0 25 0 1 0 980742550 386453504 93267 33554432000 4194304 5714214 140735495290880 18446744073709551615 4319395 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4315/statm: 94349 93267 178 372 0 93974 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 377396

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4364
/proc/meminfo: memFree=410816/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=392456 CPUtime=1182.32 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 97269 0 0 0 117482 750 0 0 25 0 1 0 980742550 401874944 97008 33554432000 4194304 5714214 140735495290880 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4315/statm: 98114 97008 178 372 0 97739 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 392456

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4365
/proc/meminfo: memFree=395628/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=407908 CPUtime=1242.32 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 101091 0 0 0 123459 773 0 0 25 0 1 0 980742550 417697792 100830 33554432000 4194304 5714214 140735495290880 18446744073709551615 4299952 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4315/statm: 101977 100830 178 372 0 101602 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 407908

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 1.96 3/178 4367
/proc/meminfo: memFree=378684/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=422956 CPUtime=1302.32 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 104825 0 0 0 129436 796 0 0 25 0 1 0 980742550 433106944 104564 33554432000 4194304 5714214 140735495290880 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4315/statm: 105739 104564 178 372 0 105364 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 422956

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 4369
/proc/meminfo: memFree=363404/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=438128 CPUtime=1362.31 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 108573 0 0 0 135412 819 0 0 25 0 1 0 980742550 448643072 108312 33554432000 4194304 5714214 140735495290880 18446744073709551615 4198960 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4315/statm: 109532 108312 178 372 0 109157 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 438128

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 4370
/proc/meminfo: memFree=351900/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=449224 CPUtime=1422.33 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 111328 0 0 0 141393 840 0 0 25 0 1 0 980742550 460005376 111067 33554432000 4194304 5714214 140735495290880 18446744073709551615 4198960 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4315/statm: 112306 111067 178 372 0 111931 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 449224

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 4372
/proc/meminfo: memFree=335288/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=465672 CPUtime=1482.32 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 115373 0 0 0 147373 859 0 0 25 0 1 0 980742550 476848128 115112 33554432000 4194304 5714214 140735495290880 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4315/statm: 116418 115112 178 372 0 116043 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 465672

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 4373
/proc/meminfo: memFree=320140/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=480580 CPUtime=1542.32 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 119136 0 0 0 153349 883 0 0 25 0 1 0 980742550 492113920 118875 33554432000 4194304 5714214 140735495290880 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4315/statm: 120145 118875 178 372 0 119770 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 480580

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 4375
/proc/meminfo: memFree=289468/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=510496 CPUtime=1602.32 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 126579 0 0 0 159328 904 0 0 25 0 1 0 980742550 522747904 126318 33554432000 4194304 5714214 140735495290880 18446744073709551615 4319384 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4315/statm: 127624 126318 178 372 0 127249 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 510496

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 4377
/proc/meminfo: memFree=277292/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=522380 CPUtime=1662.32 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 129588 0 0 0 165314 918 0 0 25 0 1 0 980742550 534917120 129327 33554432000 4194304 5714214 140735495290880 18446744073709551615 4319384 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4315/statm: 130595 129327 178 372 0 130220 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 522380

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 4378
/proc/meminfo: memFree=275816/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=523212 CPUtime=1722.32 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 131178 0 0 0 171295 937 0 0 25 0 1 0 980742550 535769088 129489 33554432000 4194304 5714214 140735495290880 18446744073709551615 4200720 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4315/statm: 130803 129489 178 372 0 130428 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 523212

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 1.96 3/178 4380
/proc/meminfo: memFree=260416/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=537776 CPUtime=1782.33 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 134818 0 0 0 177274 959 0 0 25 0 1 0 980742550 550682624 133129 33554432000 4194304 5714214 140735495290880 18446744073709551615 4300192 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4315/statm: 134444 133129 178 372 0 134069 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 537776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.05 2.01 1.96 3/178 4380
/proc/meminfo: memFree=256240/32950940 swapFree=67053420/67111528
[pid=4315] ppid=4312 vsize=542368 CPUtime=1800.03 cores=1,3,5,7
/proc/4315/stat : 4315 (wbo1.6) R 4312 4315 3459 0 -1 4202496 135936 0 0 0 179038 965 0 0 25 0 1 0 980742550 555384832 134247 33554432000 4194304 5714214 140735495290880 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4315/statm: 135592 134247 178 372 0 135217 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 542368

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.03
CPU time (s): 1800.07
CPU user time (s): 1790.39
CPU system time (s): 9.67853
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 542368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.39
system time used= 9.67853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135936
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= 9
involuntary context switches= 2478

runsolver used 2.48462 second user time and 5.78012 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-12 20:58:38
IDJOB=3446924
IDBENCH=78851
IDSOLVER=1943
FILE ID=node117/3446924-1307905118
RUNJOBID= node117-1307903316-4166
PBS_JOBID= 13559588
Free space on /var/tmp= 2884 MiB

SOLVER NAME= wbo 1.6
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111224059--soft-33-100-0.wbo
COMMAND LINE= wbo1.6 -file-format=wbo -time-limit=TIMEOUT -search-mode=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3446924-1307905118/watcher-3446924-1307905118 -o /var/tmp/evaluation-result-3446924-1307905118/solver-3446924-1307905118 -C 1800 -W 1900 -M 15500  wbo1.6 -file-format=wbo -time-limit=1800 -search-mode=0 HOME/instance-3446924-1307905118.wbo

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

MD5SUM BENCH= 9ffea189547a7afa9054418ab91a7dbf
RANDOM SEED=783205745

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:       1182048 kB
Buffers:         57288 kB
Cached:       30735420 kB
SwapCached:      10872 kB
Active:       15190748 kB
Inactive:     15620024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:       1182048 kB
SwapTotal:    67111528 kB
SwapFree:     67053420 kB
Dirty:            8548 kB
Writeback:           0 kB
AnonPages:       15896 kB
Mapped:          12588 kB
Slab:           891944 kB
PageTables:       4632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   188480 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 /var/tmp at the end= 2876 MiB
End job on node117 at 2011-06-12 21:28:40