Trace number 3446912

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.09 1800.03

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110966483--soft-66-100-0.wbo
MD5SUM666d5c712f5e475011fc9b955250b39c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark51
Best CPU time to get the best result obtained on this benchmark1.13583
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 constraints42
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 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1298
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-3446912-1307905093.wbo.
0.00/0.00	c Instance file HOME/instance-3446912-1307905093.wbo
0.00/0.00	c File size is 10187 bytes.
0.00/0.00	c Highest Coefficient sum: 1298
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     33 |  0.004 % |
0.00/0.00	c |       250 |     169      101     1205 |     6050      250     36 |  0.004 % |
0.00/0.00	c |       477 |     169      101     1205 |     6655      477     34 |  0.004 % |
0.00/0.01	c |       816 |     169      101     1205 |     7320      816     31 |  0.004 % |
0.00/0.02	c |      1326 |     169      101     1205 |     8052     1326     31 |  0.004 % |
0.00/0.03	c |      2087 |     169      101     1205 |     8857     2087     30 |  0.004 % |
0.00/0.06	c |      3227 |     169      101     1205 |     9743     3227     32 |  0.004 % |
0.09/0.11	c |      4935 |     169      101     1205 |    10717     4935     33 |  0.004 % |
0.19/0.20	c |      7498 |     169      101     1205 |    11789     7498     34 |  0.004 % |
0.29/0.38	c |     11345 |     169      101     1205 |    12968    11345     35 |  0.004 % |
0.59/0.68	c |     17112 |     169      101     1205 |    14265    10575     38 |  0.004 % |
1.09/1.11	c |     25763 |     169      101     1205 |    15692    12049     39 |  0.004 % |
1.69/1.72	c ===============================================================================
1.79/1.83	c core #1
1.79/1.83	c 
1.79/1.83	c 
1.79/1.83	c Core size: 53	Core Weight: 1	Total Weight: 1
1.79/1.83	c Current CPU time: 1.79873 s
1.79/1.83	c
1.79/1.83	c ============================[ Search Statistics ]==============================
1.79/1.83	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.79/1.83	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
1.79/1.83	c ===============================================================================
1.79/1.83	c |         0 |     210      142     1713 |     5000        0   -nan |  0.000 % |
1.79/1.83	c |       101 |     210      142     1713 |     5500      101     32 |  0.002 % |
1.79/1.84	c |       252 |     210      142     1713 |     6050      252     30 |  0.002 % |
1.79/1.84	c |       479 |     210      142     1713 |     6655      479     32 |  0.002 % |
1.79/1.85	c |       817 |     210      142     1713 |     7320      817     31 |  0.002 % |
1.79/1.86	c |      1324 |     210      142     1713 |     8052     1324     31 |  0.002 % |
1.79/1.87	c |      2083 |     210      142     1713 |     8857     2083     30 |  0.002 % |
1.89/1.90	c |      3222 |     210      142     1713 |     9743     3222     31 |  0.002 % |
1.89/1.96	c |      4932 |     210      142     1713 |    10717     4932     32 |  0.002 % |
1.99/2.05	c |      7495 |     210      142     1713 |    11789     7495     34 |  0.002 % |
2.19/2.23	c |     11340 |     210      142     1713 |    12968    11340     37 |  0.002 % |
2.49/2.53	c |     17107 |     210      142     1713 |    14265    10577     41 |  0.002 % |
2.89/2.99	c |     25759 |     210      142     1713 |    15692    12046     42 |  0.002 % |
3.69/3.72	c |     38734 |     210      142     1713 |    17261     9224     42 |  0.104 % |
3.89/3.90	c ===============================================================================
3.99/4.03	c core #2
3.99/4.03	c 
3.99/4.03	c 
3.99/4.03	c Core size: 52	Core Weight: 1	Total Weight: 2
3.99/4.03	c Current CPU time: 3.9634 s
3.99/4.03	c
3.99/4.03	c ============================[ Search Statistics ]==============================
3.99/4.03	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.99/4.03	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
3.99/4.03	c ===============================================================================
3.99/4.03	c |         0 |     251      183     2221 |     5000        0   -nan |  0.000 % |
3.99/4.03	c |       103 |     251      183     2221 |     5500      103     33 |  0.002 % |
3.99/4.03	c |       255 |     251      183     2221 |     6050      255     34 |  0.002 % |
3.99/4.03	c |       484 |     251      183     2221 |     6655      484     33 |  0.002 % |
3.99/4.04	c |       821 |     251      183     2221 |     7320      821     31 |  0.002 % |
3.99/4.05	c |      1328 |     251      183     2221 |     8052     1328     31 |  0.002 % |
3.99/4.07	c |      2087 |     251      183     2221 |     8857     2087     32 |  0.002 % |
3.99/4.09	c |      3226 |     251      183     2221 |     9743     3226     34 |  0.002 % |
4.09/4.14	c |      4935 |     251      183     2221 |    10717     4935     35 |  0.002 % |
4.19/4.22	c |      7497 |     251      183     2221 |    11789     7497     35 |  0.002 % |
4.30/4.39	c |     11344 |     251      183     2221 |    12968    11344     37 |  0.002 % |
4.59/4.65	c |     17112 |     251      183     2221 |    14265    10586     40 |  0.002 % |
5.09/5.10	c |     25763 |     251      183     2221 |    15692    12065     40 |  0.002 % |
5.79/5.87	c |     38740 |     251      183     2221 |    17261     9245     39 |  0.002 % |
6.39/6.40	c ===============================================================================
6.50/6.56	c core #3
6.50/6.56	c 
6.50/6.56	c 
6.50/6.56	c Core size: 54	Core Weight: 4	Total Weight: 6
6.50/6.56	c Current CPU time: 6.45802 s
6.50/6.56	c
6.50/6.56	c ============================[ Search Statistics ]==============================
6.50/6.56	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.50/6.56	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
6.50/6.56	c ===============================================================================
6.50/6.56	c |         0 |     290      224     2715 |     5000        0   -nan |  0.000 % |
6.50/6.57	c |       101 |     290      224     2715 |     5500      101     37 |  0.001 % |
6.50/6.57	c |       252 |     290      224     2715 |     6050      252     33 |  0.001 % |
6.50/6.57	c |       477 |     290      224     2715 |     6655      477     34 |  0.001 % |
6.50/6.58	c |       814 |     290      224     2715 |     7320      814     36 |  0.001 % |
6.50/6.59	c |      1320 |     290      224     2715 |     8052     1320     34 |  0.001 % |
6.60/6.61	c |      2081 |     290      224     2715 |     8857     2081     32 |  0.001 % |
6.60/6.64	c |      3223 |     290      224     2715 |     9743     3223     33 |  0.001 % |
6.60/6.69	c |      4931 |     290      224     2715 |    10717     4931     34 |  0.001 % |
6.69/6.79	c |      7493 |     290      224     2715 |    11789     7493     36 |  0.001 % |
6.89/6.98	c |     11338 |     290      224     2715 |    12968    11338     37 |  0.001 % |
7.29/7.30	c |     17104 |     290      224     2715 |    14265    10563     38 |  0.001 % |
7.70/7.72	c |     25753 |     290      224     2715 |    15692    12031     38 |  0.001 % |
8.29/8.38	c |     38730 |     290      224     2715 |    17261     9223     41 |  0.001 % |
8.89/8.98	c ===============================================================================
9.09/9.14	c core #4
9.09/9.14	c 
9.09/9.14	c 
9.09/9.14	c Core size: 54	Core Weight: 1	Total Weight: 7
9.09/9.14	c Current CPU time: 9.00863 s
9.09/9.14	c
9.09/9.14	c ============================[ Search Statistics ]==============================
9.09/9.14	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.09/9.14	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
9.09/9.14	c ===============================================================================
9.09/9.14	c |         0 |     331      264     3210 |     5000        0   -nan |  0.000 % |
9.09/9.14	c |       100 |     331      264     3210 |     5500      100     35 |  0.001 % |
9.09/9.14	c |       251 |     331      264     3210 |     6050      251     37 |  0.001 % |
9.09/9.15	c |       476 |     331      264     3210 |     6655      476     33 |  0.001 % |
9.09/9.16	c |       813 |     331      264     3210 |     7320      813     32 |  0.001 % |
9.09/9.17	c |      1322 |     331      264     3210 |     8052     1322     30 |  0.001 % |
9.09/9.19	c |      2081 |     331      264     3210 |     8857     2081     30 |  0.001 % |
9.19/9.22	c |      3220 |     331      264     3210 |     9743     3220     33 |  0.001 % |
9.19/9.28	c |      4928 |     331      264     3210 |    10717     4928     33 |  0.001 % |
9.29/9.38	c |      7490 |     331      264     3210 |    11789     7490     34 |  0.001 % |
9.49/9.57	c |     11334 |     331      264     3210 |    12968    11334     35 |  0.001 % |
9.79/9.83	c |     17104 |     331      264     3210 |    14265    10570     40 |  0.001 % |
10.19/10.29	c |     25753 |     331      264     3210 |    15692    12054     41 |  0.001 % |
10.90/10.97	c ===============================================================================
10.99/11.08	c core #5
10.99/11.08	c 
10.99/11.08	c 
10.99/11.08	c Core size: 51	Core Weight: 2	Total Weight: 9
10.99/11.08	c Current CPU time: 10.9363 s
10.99/11.08	c
10.99/11.08	c ============================[ Search Statistics ]==============================
10.99/11.08	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.99/11.08	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
10.99/11.08	c ===============================================================================
10.99/11.08	c |         0 |     369      302     3689 |     5000        0   -nan |  0.000 % |
10.99/11.08	c |       100 |     369      302     3689 |     5500      100     35 |  0.001 % |
10.99/11.08	c |       250 |     369      302     3689 |     6050      250     32 |  0.001 % |
10.99/11.09	c |       477 |     369      302     3689 |     6655      477     32 |  0.001 % |
11.09/11.10	c |       814 |     369      302     3689 |     7320      814     32 |  0.001 % |
11.09/11.11	c |      1320 |     369      302     3689 |     8052     1320     34 |  0.001 % |
11.09/11.13	c |      2080 |     369      302     3689 |     8857     2080     34 |  0.001 % |
11.09/11.16	c |      3223 |     369      302     3689 |     9743     3223     33 |  0.001 % |
11.19/11.21	c |      4932 |     369      302     3689 |    10717     4932     33 |  0.001 % |
11.29/11.31	c |      7496 |     369      302     3689 |    11789     7496     34 |  0.001 % |
11.39/11.47	c |     11340 |     369      302     3689 |    12968    11340     35 |  0.001 % |
11.69/11.76	c |     17108 |     369      302     3689 |    14265    10584     39 |  0.001 % |
12.19/12.24	c |     25759 |     369      302     3689 |    15692    12053     40 |  0.001 % |
12.89/12.91	c |     38734 |     369      302     3689 |    17261     9224     40 |  0.029 % |
12.99/13.09	c ===============================================================================
13.20/13.21	c core #6
13.20/13.21	c 
13.20/13.21	c 
13.20/13.21	c Core size: 60	Core Weight: 1	Total Weight: 10
13.20/13.21	c Current CPU time: 13.039 s
13.20/13.21	c
13.20/13.21	c ============================[ Search Statistics ]==============================
13.20/13.21	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.20/13.21	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
13.20/13.21	c ===============================================================================
13.20/13.21	c |         0 |     415      344     4218 |     5000        0   -nan |  0.000 % |
13.20/13.21	c |       102 |     415      344     4218 |     5500      102     34 |  0.001 % |
13.20/13.21	c |       252 |     415      344     4218 |     6050      252     33 |  0.001 % |
13.20/13.22	c |       477 |     415      344     4218 |     6655      477     31 |  0.001 % |
13.20/13.22	c |       815 |     415      344     4218 |     7320      815     33 |  0.001 % |
13.20/13.23	c |      1323 |     415      344     4218 |     8052     1323     32 |  0.001 % |
13.20/13.25	c |      2082 |     415      344     4218 |     8857     2082     33 |  0.001 % |
13.20/13.28	c |      3221 |     415      344     4218 |     9743     3221     33 |  0.001 % |
13.29/13.34	c |      4929 |     415      344     4218 |    10717     4929     35 |  0.001 % |
13.39/13.43	c |      7491 |     415      344     4218 |    11789     7491     34 |  0.001 % |
13.59/13.65	c |     11335 |     415      344     4218 |    12968    11335     37 |  0.001 % |
13.89/13.95	c |     17102 |     415      344     4218 |    14265    10565     40 |  0.001 % |
14.39/14.46	c |     25751 |     415      344     4218 |    15692    12050     41 |  0.001 % |
15.19/15.21	c |     38725 |     415      344     4218 |    17261     9226     40 |  0.001 % |
16.19/16.29	c |     58186 |     388      344     4218 |    18987    11325     45 |  6.507 % |
16.39/16.47	c ===============================================================================
16.59/16.67	c core #7
16.59/16.67	c 
16.59/16.67	c 
16.59/16.67	c Core size: 60	Core Weight: 1	Total Weight: 11
16.59/16.67	c Current CPU time: 16.4445 s
16.59/16.67	c
16.59/16.67	c ============================[ Search Statistics ]==============================
16.59/16.67	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.59/16.67	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
16.59/16.67	c ===============================================================================
16.59/16.67	c |         0 |     461      385     4732 |     5000        0   -nan |  0.000 % |
16.59/16.67	c |       104 |     461      385     4732 |     5500      104     33 |  0.000 % |
16.59/16.68	c |       254 |     461      385     4732 |     6050      254     29 |  0.000 % |
16.59/16.68	c |       480 |     461      385     4732 |     6655      480     31 |  0.000 % |
16.59/16.69	c |       819 |     461      385     4732 |     7320      819     30 |  0.000 % |
16.69/16.70	c |      1325 |     461      385     4732 |     8052     1325     29 |  0.000 % |
16.69/16.72	c |      2084 |     461      385     4732 |     8857     2084     28 |  0.000 % |
16.69/16.75	c |      3225 |     461      385     4732 |     9743     3225     29 |  0.000 % |
16.79/16.80	c |      4935 |     461      385     4732 |    10717     4935     30 |  0.000 % |
16.79/16.89	c |      7498 |     461      385     4732 |    11789     7498     30 |  0.000 % |
16.99/17.05	c |     11343 |     461      385     4732 |    12968    11343     32 |  0.000 % |
17.30/17.34	c |     17109 |     461      385     4732 |    14265    10567     36 |  0.000 % |
17.69/17.75	c |     25760 |     461      385     4732 |    15692    12046     39 |  0.000 % |
18.39/18.49	c |     38734 |     461      385     4732 |    17261     9222     39 |  0.000 % |
19.29/19.30	c ===============================================================================
19.39/19.46	c core #8
19.39/19.46	c 
19.39/19.46	c 
19.39/19.46	c Core size: 64	Core Weight: 1	Total Weight: 12
19.39/19.46	c Current CPU time: 19.2021 s
19.39/19.46	c
19.39/19.46	c ============================[ Search Statistics ]==============================
19.39/19.46	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
19.39/19.46	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
19.39/19.46	c ===============================================================================
19.39/19.46	c |         0 |     513      427     5281 |     5000        0   -nan |  0.000 % |
19.39/19.46	c |       101 |     513      427     5281 |     5500      101     37 |  0.000 % |
19.39/19.47	c |       251 |     513      427     5281 |     6050      251     38 |  0.000 % |
19.39/19.47	c |       476 |     513      427     5281 |     6655      476     40 |  0.000 % |
19.39/19.48	c |       813 |     513      427     5281 |     7320      813     35 |  0.000 % |
19.39/19.49	c |      1320 |     513      427     5281 |     8052     1320     32 |  0.000 % |
19.49/19.51	c |      2080 |     513      427     5281 |     8857     2080     33 |  0.000 % |
19.49/19.54	c |      3219 |     513      427     5281 |     9743     3219     32 |  0.000 % |
19.59/19.60	c |      4927 |     513      427     5281 |    10717     4927     35 |  0.000 % |
19.70/19.70	c |      7489 |     513      427     5281 |    11789     7489     35 |  0.000 % |
19.80/19.88	c |     11333 |     513      427     5281 |    12968    11333     35 |  0.000 % |
20.09/20.17	c |     17099 |     513      427     5281 |    14265    10568     38 |  0.000 % |
20.59/20.63	c |     25748 |     513      427     5281 |    15692    12036     42 |  0.000 % |
21.29/21.33	c |     38724 |     513      427     5281 |    17261     9230     37 |  0.000 % |
21.89/21.92	c ===============================================================================
21.99/22.07	c core #9
21.99/22.07	c 
21.99/22.07	c 
21.99/22.07	c Core size: 52	Core Weight: 1	Total Weight: 13
21.99/22.07	c Current CPU time: 21.7867 s
21.99/22.07	c
21.99/22.07	c ============================[ Search Statistics ]==============================
21.99/22.07	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.99/22.07	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
21.99/22.07	c ===============================================================================
21.99/22.07	c |         0 |     552      465     5764 |     5000        0   -nan |  0.000 % |
21.99/22.07	c |       100 |     552      465     5764 |     5500      100     38 |  0.000 % |
21.99/22.07	c |       252 |     552      465     5764 |     6050      252     33 |  0.000 % |
21.99/22.08	c |       478 |     552      465     5764 |     6655      478     31 |  0.000 % |
21.99/22.08	c |       817 |     552      465     5764 |     7320      817     31 |  0.000 % |
21.99/22.10	c |      1326 |     552      465     5764 |     8052     1326     30 |  0.000 % |
22.09/22.12	c |      2086 |     552      465     5764 |     8857     2086     29 |  0.000 % |
22.09/22.15	c |      3226 |     552      465     5764 |     9743     3226     31 |  0.000 % |
22.19/22.21	c |      4934 |     552      465     5764 |    10717     4934     32 |  0.000 % |
22.29/22.31	c |      7496 |     552      465     5764 |    11789     7496     33 |  0.000 % |
22.49/22.50	c |     11341 |     552      465     5764 |    12968    11341     34 |  0.000 % |
22.79/22.81	c |     17109 |     552      465     5764 |    14265    10597     37 |  0.000 % |
23.19/23.24	c |     25758 |     552      465     5764 |    15692    12061     41 |  0.000 % |
23.69/23.76	c ===============================================================================
23.79/23.85	c core #10
23.79/23.85	c 
23.79/23.85	c 
23.79/23.85	c Core size: 57	Core Weight: 1	Total Weight: 14
23.79/23.85	c Current CPU time: 23.5544 s
23.79/23.85	c
23.79/23.85	c ============================[ Search Statistics ]==============================
23.79/23.85	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
23.79/23.85	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
23.79/23.85	c ===============================================================================
23.79/23.85	c |         0 |     595      502     6245 |     5000        0   -nan |  0.000 % |
23.79/23.86	c |       100 |     595      502     6245 |     5500      100     34 |  0.000 % |
23.79/23.86	c |       250 |     595      502     6245 |     6050      250     32 |  0.000 % |
23.79/23.86	c |       478 |     595      502     6245 |     6655      478     32 |  0.000 % |
23.79/23.87	c |       815 |     595      502     6245 |     7320      815     34 |  0.000 % |
23.79/23.88	c |      1321 |     595      502     6245 |     8052     1321     34 |  0.000 % |
23.89/23.90	c |      2081 |     595      502     6245 |     8857     2081     32 |  0.000 % |
23.89/23.94	c |      3220 |     595      502     6245 |     9743     3220     32 |  0.000 % |
23.99/24.00	c |      4928 |     595      502     6245 |    10717     4928     35 |  0.000 % |
24.09/24.10	c |      7491 |     595      502     6245 |    11789     7491     35 |  0.000 % |
24.29/24.31	c |     11335 |     595      502     6245 |    12968    11335     36 |  0.000 % |
24.59/24.63	c |     17101 |     595      502     6245 |    14265    10569     39 |  0.000 % |
25.09/25.11	c |     25750 |     595      502     6245 |    15692    12030     40 |  0.000 % |
25.79/25.80	c |     38726 |     595      502     6245 |    17261     9213     39 |  0.000 % |
26.29/26.31	c ===============================================================================
26.39/26.45	c core #11
26.39/26.45	c 
26.39/26.45	c 
26.39/26.45	c Core size: 72	Core Weight: 1	Total Weight: 15
26.39/26.45	c Current CPU time: 26.113 s
26.39/26.45	c
26.39/26.45	c ============================[ Search Statistics ]==============================
26.39/26.45	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
26.39/26.45	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
26.39/26.45	c ===============================================================================
26.39/26.45	c |         0 |     651      537     6727 |     5000        0   -nan |  0.000 % |
26.39/26.46	c |       103 |     651      537     6727 |     5500      103     35 |  0.000 % |
26.39/26.46	c |       253 |     651      537     6727 |     6050      253     30 |  0.000 % |
26.39/26.46	c |       478 |     651      537     6727 |     6655      478     31 |  0.000 % |
26.39/26.47	c |       815 |     651      537     6727 |     7320      815     30 |  0.000 % |
26.39/26.48	c |      1324 |     651      537     6727 |     8052     1324     29 |  0.000 % |
26.49/26.50	c |      2084 |     651      537     6727 |     8857     2084     30 |  0.000 % |
26.49/26.53	c |      3223 |     651      537     6727 |     9743     3223     32 |  0.000 % |
26.49/26.58	c |      4931 |     651      537     6727 |    10717     4931     32 |  0.000 % |
26.59/26.68	c |      7494 |     651      537     6727 |    11789     7494     33 |  0.000 % |
26.79/26.87	c |     11338 |     651      537     6727 |    12968    11338     36 |  0.000 % |
27.09/27.17	c |     17107 |     651      537     6727 |    14265    10574     39 |  0.000 % |
27.59/27.65	c |     25756 |     651      537     6727 |    15692    12036     40 |  0.000 % |
28.39/28.43	c |     38730 |     651      537     6727 |    17261     9234     39 |  0.000 % |
29.49/29.51	c |     58194 |     651      537     6727 |    18987    11374     41 |  0.000 % |
30.19/30.22	c ===============================================================================
30.39/30.45	c core #12
30.39/30.45	c 
30.39/30.45	c 
30.39/30.45	c Core size: 89	Core Weight: 1	Total Weight: 16
30.39/30.45	c Current CPU time: 30.0524 s
30.39/30.45	c
30.39/30.45	c ============================[ Search Statistics ]==============================
30.39/30.45	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
30.39/30.45	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
30.39/30.45	c ===============================================================================
30.39/30.45	c |         0 |     725      575     7292 |     5000        0   -nan |  0.000 % |
30.39/30.45	c |       101 |     725      575     7292 |     5500      101     33 |  0.000 % |
30.39/30.46	c |       252 |     725      575     7292 |     6050      252     28 |  0.000 % |
30.39/30.46	c |       478 |     725      575     7292 |     6655      478     30 |  0.000 % |
30.39/30.47	c |       817 |     725      575     7292 |     7320      817     28 |  0.000 % |
30.39/30.48	c |      1323 |     725      575     7292 |     8052     1323     28 |  0.000 % |
30.49/30.50	c |      2084 |     725      575     7292 |     8857     2084     29 |  0.000 % |
30.49/30.53	c |      3223 |     725      575     7292 |     9743     3223     31 |  0.000 % |
30.49/30.59	c |      4931 |     725      575     7292 |    10717     4931     33 |  0.000 % |
30.59/30.69	c |      7494 |     725      575     7292 |    11789     7494     34 |  0.000 % |
30.80/30.88	c |     11339 |     725      575     7292 |    12968    11339     37 |  0.000 % |
31.19/31.20	c |     17107 |     725      575     7292 |    14265    10576     39 |  0.000 % |
31.59/31.69	c |     25757 |     725      575     7292 |    15692    12047     41 |  0.000 % |
32.39/32.45	c |     38731 |     725      575     7292 |    17261     9231     38 |  0.000 % |
33.39/33.43	c ===============================================================================
33.59/33.61	c core #13
33.59/33.61	c 
33.59/33.61	c 
33.59/33.61	c Core size: 49	Core Weight: 1	Total Weight: 17
33.59/33.61	c Current CPU time: 33.185 s
33.59/33.61	c
33.59/33.61	c ============================[ Search Statistics ]==============================
33.59/33.61	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
33.59/33.61	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
33.59/33.61	c ===============================================================================
33.59/33.61	c |         0 |     761      611     7753 |     5000        0   -nan |  0.000 % |
33.59/33.61	c |       101 |     761      611     7753 |     5500      101     36 |  0.000 % |
33.59/33.61	c |       253 |     761      611     7753 |     6050      253     36 |  0.000 % |
33.59/33.62	c |       479 |     761      611     7753 |     6655      479     34 |  0.000 % |
33.59/33.63	c |       817 |     761      611     7753 |     7320      817     33 |  0.000 % |
33.59/33.64	c |      1323 |     761      611     7753 |     8052     1323     31 |  0.000 % |
33.59/33.66	c |      2082 |     761      611     7753 |     8857     2082     32 |  0.000 % |
33.59/33.69	c |      3222 |     761      611     7753 |     9743     3222     31 |  0.000 % |
33.70/33.75	c |      4933 |     761      611     7753 |    10717     4933     32 |  0.000 % |
33.79/33.86	c |      7495 |     761      611     7753 |    11789     7495     34 |  0.000 % |
33.99/34.05	c |     11340 |     761      611     7753 |    12968    11340     36 |  0.000 % |
34.29/34.36	c |     17110 |     761      611     7753 |    14265    10583     39 |  0.000 % |
34.79/34.87	c |     25761 |     761      611     7753 |    15692    12051     40 |  0.000 % |
35.58/35.69	c |     38736 |     761      611     7753 |    17261     9245     39 |  0.000 % |
36.99/37.00	c |     58197 |     722      611     7753 |    18987    11342     43 |  5.125 % |
37.59/37.69	c ===============================================================================
37.89/37.93	c core #14
37.89/37.93	c 
37.89/37.93	c 
37.89/37.93	c Core size: 52	Core Weight: 1	Total Weight: 18
37.89/37.93	c Current CPU time: 37.4473 s
37.89/37.93	c
37.89/37.93	c ============================[ Search Statistics ]==============================
37.89/37.93	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
37.89/37.93	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
37.89/37.93	c ===============================================================================
37.89/37.93	c |         0 |     800      646     8211 |     5000        0   -nan |  0.000 % |
37.89/37.93	c |       100 |     800      646     8211 |     5500      100     38 |  0.000 % |
37.89/37.94	c |       253 |     800      646     8211 |     6050      253     38 |  0.000 % |
37.89/37.94	c |       478 |     800      646     8211 |     6655      478     34 |  0.000 % |
37.89/37.95	c |       816 |     800      646     8211 |     7320      816     30 |  0.000 % |
37.89/37.97	c |      1323 |     800      646     8211 |     8052     1323     29 |  0.000 % |
37.89/37.99	c |      2082 |     800      646     8211 |     8857     2082     31 |  0.000 % |
37.98/38.03	c |      3221 |     800      646     8211 |     9743     3221     31 |  0.000 % |
37.98/38.09	c |      4929 |     800      646     8211 |    10717     4929     31 |  0.000 % |
38.19/38.20	c |      7491 |     800      646     8211 |    11789     7491     33 |  0.000 % |
38.39/38.40	c |     11335 |     800      646     8211 |    12968    11335     34 |  0.000 % |
38.68/38.74	c |     17101 |     800      646     8211 |    14265    10575     37 |  0.000 % |
39.19/39.27	c |     25752 |     800      646     8211 |    15692    12054     40 |  0.000 % |
39.99/40.07	c |     38726 |     800      646     8211 |    17261     9257     37 |  0.000 % |
40.59/40.68	c ===============================================================================
40.78/40.84	c core #15
40.78/40.84	c 
40.78/40.84	c 
40.78/40.84	c Core size: 56	Core Weight: 1	Total Weight: 19
40.78/40.84	c Current CPU time: 40.3329 s
40.78/40.84	c
40.78/40.84	c ============================[ Search Statistics ]==============================
40.78/40.84	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
40.78/40.84	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
40.78/40.84	c ===============================================================================
40.78/40.84	c |         0 |     840      678     8637 |     5000        0   -nan |  0.000 % |
40.78/40.84	c |       103 |     840      678     8637 |     5500      103     40 |  0.000 % |
40.78/40.85	c |       254 |     840      678     8637 |     6050      254     32 |  0.000 % |
40.78/40.85	c |       480 |     840      678     8637 |     6655      480     32 |  0.000 % |
40.78/40.86	c |       817 |     840      678     8637 |     7320      817     34 |  0.000 % |
40.78/40.88	c |      1324 |     840      678     8637 |     8052     1324     34 |  0.000 % |
40.88/40.90	c |      2084 |     840      678     8637 |     8857     2084     33 |  0.000 % |
40.88/40.94	c |      3223 |     840      678     8637 |     9743     3223     32 |  0.000 % |
40.99/41.01	c |      4931 |     840      678     8637 |    10717     4931     33 |  0.000 % |
41.09/41.13	c |      7493 |     840      678     8637 |    11789     7493     34 |  0.000 % |
41.28/41.35	c |     11338 |     840      678     8637 |    12968    11338     34 |  0.000 % |
41.69/41.72	c |     17104 |     840      678     8637 |    14265    10566     36 |  0.000 % |
42.18/42.28	c |     25756 |     840      678     8637 |    15692    12038     38 |  0.000 % |
43.08/43.10	c |     38730 |     840      678     8637 |    17261     9254     36 |  0.000 % |
44.29/44.34	c |     58193 |     795      678     8637 |    18987    11357     40 |  5.357 % |
44.29/44.39	c ===============================================================================
44.48/44.59	c core #16
44.48/44.59	c 
44.48/44.59	c 
44.48/44.59	c Core size: 61	Core Weight: 1	Total Weight: 20
44.48/44.59	c Current CPU time: 44.0293 s
44.48/44.59	c
44.48/44.59	c ============================[ Search Statistics ]==============================
44.48/44.59	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
44.48/44.59	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
44.48/44.59	c ===============================================================================
44.48/44.59	c |         0 |     887      711     9084 |     5000        0   -nan |  0.000 % |
44.48/44.60	c |       102 |     887      711     9084 |     5500      102     35 |  0.000 % |
44.58/44.60	c |       252 |     887      711     9084 |     6050      252     31 |  0.000 % |
44.58/44.60	c |       477 |     887      711     9084 |     6655      477     30 |  0.000 % |
44.58/44.61	c |       815 |     887      711     9084 |     7320      815     30 |  0.000 % |
44.58/44.63	c |      1321 |     887      711     9084 |     8052     1321     30 |  0.000 % |
44.58/44.65	c |      2080 |     887      711     9084 |     8857     2080     31 |  0.000 % |
44.58/44.69	c |      3219 |     887      711     9084 |     9743     3219     33 |  0.000 % |
44.69/44.76	c |      4930 |     887      711     9084 |    10717     4930     33 |  0.000 % |
44.79/44.88	c |      7492 |     887      711     9084 |    11789     7492     34 |  0.000 % |
45.09/45.12	c |     11339 |     887      711     9084 |    12968    11339     35 |  0.000 % |
45.39/45.47	c |     17105 |     887      711     9084 |    14265    10568     36 |  0.000 % |
45.89/45.97	c |     25759 |     887      711     9084 |    15692    12044     36 |  0.000 % |
46.78/46.82	c |     38733 |     886      711     9084 |    17261     9228     39 |  0.113 % |
47.19/47.30	c ===============================================================================
47.39/47.46	c core #17
47.39/47.46	c 
47.39/47.46	c 
47.39/47.46	c Core size: 54	Core Weight: 1	Total Weight: 21
47.39/47.46	c Current CPU time: 46.8649 s
47.39/47.46	c
47.39/47.46	c ============================[ Search Statistics ]==============================
47.39/47.46	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
47.39/47.46	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
47.39/47.46	c ===============================================================================
47.39/47.46	c |         0 |     922      744     9507 |     5000        0   -nan |  0.000 % |
47.39/47.46	c |       101 |     922      744     9507 |     5500      101     32 |  0.000 % |
47.39/47.47	c |       252 |     922      744     9507 |     6050      252     26 |  0.000 % |
47.39/47.47	c |       477 |     922      744     9507 |     6655      477     27 |  0.000 % |
47.39/47.48	c |       815 |     922      744     9507 |     7320      815     28 |  0.000 % |
47.39/47.49	c |      1322 |     922      744     9507 |     8052     1322     28 |  0.000 % |
47.48/47.52	c |      2081 |     922      744     9507 |     8857     2081     29 |  0.000 % |
47.48/47.55	c |      3220 |     922      744     9507 |     9743     3220     30 |  0.000 % |
47.58/47.61	c |      4929 |     922      744     9507 |    10717     4929     30 |  0.000 % |
47.69/47.73	c |      7494 |     922      744     9507 |    11789     7494     31 |  0.000 % |
47.89/47.93	c |     11338 |     922      744     9507 |    12968    11338     32 |  0.000 % |
48.29/48.31	c |     17104 |     922      744     9507 |    14265    10579     37 |  0.000 % |
48.78/48.84	c |     25755 |     922      744     9507 |    15692    12040     40 |  0.000 % |
49.59/49.67	c |     38729 |     922      744     9507 |    17261     9252     41 |  0.000 % |
50.89/50.94	c |     58190 |     922      744     9507 |    18987    11387     40 |  0.003 % |
51.29/51.36	c ===============================================================================
51.49/51.58	c core #18
51.49/51.58	c 
51.49/51.58	c 
51.49/51.58	c Core size: 45	Core Weight: 1	Total Weight: 22
51.49/51.58	c Current CPU time: 50.9403 s
51.49/51.58	c
51.49/51.58	c ============================[ Search Statistics ]==============================
51.49/51.58	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
51.49/51.58	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
51.49/51.58	c ===============================================================================
51.49/51.58	c |         0 |     955      775     9903 |     5000        0   -nan |  0.000 % |
51.49/51.59	c |       100 |     955      775     9903 |     5500      100     41 |  0.000 % |
51.49/51.59	c |       250 |     955      775     9903 |     6050      250     38 |  0.000 % |
51.49/51.60	c |       475 |     955      775     9903 |     6655      475     35 |  0.000 % |
51.59/51.61	c |       813 |     955      775     9903 |     7320      813     31 |  0.000 % |
51.59/51.62	c |      1320 |     955      775     9903 |     8052     1320     32 |  0.000 % |
51.59/51.64	c |      2080 |     955      775     9903 |     8857     2080     32 |  0.000 % |
51.59/51.68	c |      3219 |     955      775     9903 |     9743     3219     33 |  0.000 % |
51.69/51.75	c |      4928 |     955      775     9903 |    10717     4928     32 |  0.000 % |
51.78/51.86	c |      7492 |     955      775     9903 |    11789     7492     34 |  0.000 % |
51.99/52.09	c |     11337 |     955      775     9903 |    12968    11337     36 |  0.000 % |
52.38/52.45	c |     17103 |     955      775     9903 |    14265    10576     37 |  0.000 % |
52.89/52.99	c |     25754 |     955      775     9903 |    15692    12038     38 |  0.000 % |
53.79/53.88	c |     38729 |     955      775     9903 |    17261     9227     37 |  0.000 % |
54.99/55.09	c |     58191 |     955      775     9903 |    18987    11331     40 |  0.000 % |
55.99/56.09	c ===============================================================================
56.28/56.34	c core #19
56.28/56.34	c 
56.28/56.34	c 
56.28/56.34	c Core size: 104	Core Weight: 1	Total Weight: 23
56.28/56.34	c Current CPU time: 55.6375 s
56.28/56.34	c
56.28/56.34	c ============================[ Search Statistics ]==============================
56.28/56.34	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
56.28/56.34	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
56.28/56.34	c ===============================================================================
56.28/56.34	c |         0 |    1047      809    10453 |     5000        0   -nan |  0.000 % |
56.28/56.34	c |       100 |    1047      809    10453 |     5500      100     49 |  0.000 % |
56.28/56.34	c |       250 |    1047      809    10453 |     6050      250     47 |  0.000 % |
56.28/56.35	c |       475 |    1047      809    10453 |     6655      475     40 |  0.000 % |
56.28/56.36	c |       813 |    1047      809    10453 |     7320      813     37 |  0.000 % |
56.28/56.38	c |      1319 |    1047      809    10453 |     8052     1319     35 |  0.000 % |
56.39/56.40	c |      2078 |    1047      809    10453 |     8857     2078     33 |  0.000 % |
56.39/56.44	c |      3217 |    1047      809    10453 |     9743     3217     34 |  0.000 % |
56.49/56.51	c |      4928 |    1047      809    10453 |    10717     4928     36 |  0.000 % |
56.59/56.65	c |      7491 |    1047      809    10453 |    11789     7491     37 |  0.000 % |
56.78/56.87	c |     11336 |    1047      809    10453 |    12968    11336     36 |  0.000 % |
57.19/57.21	c |     17102 |    1047      809    10453 |    14265    10575     35 |  0.000 % |
57.68/57.73	c |     25751 |    1047      809    10453 |    15692    12043     37 |  0.000 % |
58.59/58.61	c |     38726 |    1047      809    10453 |    17261     9247     40 |  0.000 % |
59.89/59.90	c |     58187 |    1022      809    10453 |    18987    11356     41 |  2.388 % |
60.19/60.24	c ===============================================================================
60.39/60.46	c core #20
60.39/60.46	c 
60.39/60.46	c 
60.39/60.46	c Core size: 60	Core Weight: 1	Total Weight: 24
60.39/60.46	c Current CPU time: 59.7249 s
60.39/60.46	c
60.39/60.46	c ============================[ Search Statistics ]==============================
60.39/60.46	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
60.39/60.46	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
60.39/60.46	c ===============================================================================
60.39/60.46	c |         0 |    1091      840    10877 |     5000        0   -nan |  0.000 % |
60.39/60.46	c |       101 |    1091      840    10877 |     5500      101     36 |  0.000 % |
60.39/60.47	c |       251 |    1091      840    10877 |     6050      251     35 |  0.000 % |
60.39/60.47	c |       476 |    1091      840    10877 |     6655      476     33 |  0.000 % |
60.39/60.48	c |       817 |    1091      840    10877 |     7320      817     31 |  0.000 % |
60.39/60.50	c |      1324 |    1091      840    10877 |     8052     1324     31 |  0.000 % |
60.49/60.52	c |      2084 |    1091      840    10877 |     8857     2084     32 |  0.000 % |
60.49/60.56	c |      3227 |    1091      840    10877 |     9743     3227     31 |  0.000 % |
60.58/60.62	c |      4936 |    1091      840    10877 |    10717     4936     31 |  0.000 % |
60.69/60.74	c |      7498 |    1091      840    10877 |    11789     7498     32 |  0.000 % |
60.89/60.93	c |     11343 |    1091      840    10877 |    12968    11343     33 |  0.000 % |
61.19/61.24	c |     17111 |    1091      840    10877 |    14265    10594     34 |  0.000 % |
61.68/61.74	c |     25760 |    1091      840    10877 |    15692    12058     37 |  0.000 % |
62.48/62.51	c |     38741 |    1091      840    10877 |    17261     9236     39 |  0.000 % |
63.69/63.73	c |     58202 |    1091      840    10877 |    18987    11336     41 |  0.000 % |
65.68/65.77	c |     87394 |    1091      840    10877 |    20886    11923     40 |  0.003 % |
66.29/66.35	c ===============================================================================
66.58/66.68	c core #21
66.58/66.68	c 
66.58/66.68	c 
66.58/66.68	c Core size: 142	Core Weight: 1	Total Weight: 25
66.58/66.68	c Current CPU time: 65.866 s
66.58/66.68	c
66.58/66.68	c ============================[ Search Statistics ]==============================
66.58/66.68	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
66.58/66.68	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
66.58/66.68	c ===============================================================================
66.58/66.68	c |         0 |    1219      874    11511 |     5000        0   -nan |  0.000 % |
66.58/66.68	c |       102 |    1219      874    11511 |     5500      102     41 |  0.000 % |
66.58/66.69	c |       252 |    1219      874    11511 |     6050      252     40 |  0.000 % |
66.58/66.69	c |       477 |    1219      874    11511 |     6655      477     36 |  0.000 % |
66.68/66.70	c |       814 |    1219      874    11511 |     7320      814     34 |  0.000 % |
66.68/66.71	c |      1320 |    1219      874    11511 |     8052     1320     35 |  0.000 % |
66.68/66.74	c |      2080 |    1219      874    11511 |     8857     2080     34 |  0.000 % |
66.68/66.78	c |      3224 |    1219      874    11511 |     9743     3224     33 |  0.000 % |
66.79/66.84	c |      4932 |    1219      874    11511 |    10717     4932     32 |  0.000 % |
66.89/66.95	c |      7495 |    1219      874    11511 |    11789     7495     33 |  0.000 % |
67.09/67.14	c |     11341 |    1219      874    11511 |    12968    11341     33 |  0.000 % |
67.39/67.47	c |     17107 |    1219      874    11511 |    14265    10583     34 |  0.000 % |
67.88/67.96	c |     25759 |    1219      874    11511 |    15692    12065     36 |  0.000 % |
68.68/68.74	c |     38734 |    1219      874    11511 |    17261     9262     37 |  0.000 % |
69.89/69.96	c |     58195 |    1219      874    11511 |    18987    11370     39 |  0.000 % |
70.79/70.86	c ===============================================================================
71.08/71.10	c core #22
71.08/71.10	c 
71.08/71.10	c 
71.08/71.10	c Core size: 46	Core Weight: 1	Total Weight: 26
71.08/71.10	c Current CPU time: 70.2513 s
71.08/71.10	c
71.08/71.10	c ============================[ Search Statistics ]==============================
71.08/71.10	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
71.08/71.10	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
71.08/71.10	c ===============================================================================
71.08/71.10	c |         0 |    1252      908    11914 |     5000        0   -nan |  0.000 % |
71.08/71.10	c |       100 |    1252      908    11914 |     5500      100     43 |  0.000 % |
71.08/71.11	c |       250 |    1252      908    11914 |     6050      250     34 |  0.000 % |
71.08/71.12	c |       475 |    1252      908    11914 |     6655      475     40 |  0.000 % |
71.08/71.12	c |       812 |    1252      908    11914 |     7320      812     36 |  0.000 % |
71.08/71.14	c |      1320 |    1252      908    11914 |     8052     1320     34 |  0.000 % |
71.08/71.16	c |      2080 |    1252      908    11914 |     8857     2080     31 |  0.000 % |
71.19/71.20	c |      3219 |    1252      908    11914 |     9743     3219     32 |  0.000 % |
71.19/71.27	c |      4927 |    1252      908    11914 |    10717     4927     32 |  0.000 % |
71.29/71.40	c |      7489 |    1252      908    11914 |    11789     7489     32 |  0.000 % |
71.59/71.64	c |     11335 |    1252      908    11914 |    12968    11335     34 |  0.000 % |
71.88/71.99	c |     17103 |    1252      908    11914 |    14265    10577     35 |  0.000 % |
72.49/72.56	c |     25753 |    1252      908    11914 |    15692    12058     36 |  0.000 % |
73.39/73.41	c |     38729 |    1252      908    11914 |    17261     9286     37 |  0.000 % |
74.59/74.63	c |     58192 |    1252      908    11914 |    18987    11388     38 |  0.000 % |
76.28/76.30	c ===============================================================================
76.48/76.58	c core #23
76.48/76.58	c 
76.48/76.58	c 
76.48/76.58	c Core size: 51	Core Weight: 1	Total Weight: 27
76.48/76.58	c Current CPU time: 75.6685 s
76.48/76.58	c
76.48/76.58	c ============================[ Search Statistics ]==============================
76.48/76.58	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
76.48/76.58	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
76.48/76.58	c ===============================================================================
76.48/76.58	c |         0 |    1294      938    12323 |     5000        0   -nan |  0.000 % |
76.48/76.59	c |       100 |    1294      938    12323 |     5500      100     47 |  0.000 % |
76.48/76.59	c |       251 |    1294      938    12323 |     6050      251     32 |  0.000 % |
76.59/76.60	c |       477 |    1294      938    12323 |     6655      477     32 |  0.000 % |
76.59/76.61	c |       817 |    1294      938    12323 |     7320      817     32 |  0.000 % |
76.59/76.63	c |      1325 |    1294      938    12323 |     8052     1325     32 |  0.000 % |
76.59/76.65	c |      2085 |    1294      938    12323 |     8857     2085     34 |  0.000 % |
76.59/76.69	c |      3226 |    1294      938    12323 |     9743     3226     33 |  0.000 % |
76.69/76.75	c |      4934 |    1294      938    12323 |    10717     4934     33 |  0.000 % |
76.79/76.88	c |      7498 |    1294      938    12323 |    11789     7498     34 |  0.000 % |
76.99/77.09	c |     11342 |    1294      938    12323 |    12968    11342     35 |  0.000 % |
77.39/77.45	c |     17110 |    1294      938    12323 |    14265    10586     37 |  0.000 % |
77.89/77.95	c |     25759 |    1294      938    12323 |    15692    12036     39 |  0.000 % |
78.69/78.77	c |     38735 |    1294      938    12323 |    17261     9223     40 |  0.000 % |
79.89/79.97	c |     58197 |    1294      938    12323 |    18987    11342     39 |  0.000 % |
82.08/82.10	c |     87390 |    1253      938    12323 |    20886    11918     42 |  3.169 % |
82.40/82.47	c ===============================================================================
82.69/82.77	c core #24
82.69/82.77	c 
82.69/82.77	c 
82.69/82.77	c Core size: 65	Core Weight: 1	Total Weight: 28
82.69/82.77	c Current CPU time: 81.7816 s
82.69/82.77	c
82.69/82.77	c ============================[ Search Statistics ]==============================
82.69/82.77	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
82.69/82.77	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
82.69/82.77	c ===============================================================================
82.69/82.77	c |         0 |    1343      965    12711 |     5000        0   -nan |  0.000 % |
82.69/82.77	c |       103 |    1343      965    12711 |     5500      103     45 |  0.000 % |
82.69/82.78	c |       253 |    1343      965    12711 |     6050      253     40 |  0.000 % |
82.69/82.78	c |       479 |    1343      965    12711 |     6655      479     37 |  0.000 % |
82.69/82.79	c |       816 |    1343      965    12711 |     7320      816     34 |  0.000 % |
82.79/82.81	c |      1324 |    1343      965    12711 |     8052     1324     33 |  0.000 % |
82.79/82.83	c |      2085 |    1343      965    12711 |     8857     2085     33 |  0.000 % |
82.79/82.87	c |      3227 |    1343      965    12711 |     9743     3227     32 |  0.000 % |
82.89/82.94	c |      4935 |    1343      965    12711 |    10717     4935     30 |  0.000 % |
82.99/83.05	c |      7497 |    1343      965    12711 |    11789     7497     30 |  0.000 % |
83.19/83.27	c |     11342 |    1343      965    12711 |    12968    11342     33 |  0.000 % |
83.59/83.61	c |     17108 |    1343      965    12711 |    14265    10567     37 |  0.000 % |
84.09/84.19	c |     25759 |    1343      965    12711 |    15692    12040     39 |  0.000 % |
85.08/85.10	c |     38737 |    1343      965    12711 |    17261     9239     41 |  0.000 % |
86.29/86.37	c |     58200 |    1343      965    12711 |    18987    11329     39 |  0.000 % |
87.68/87.71	c ===============================================================================
87.89/87.99	c core #25
87.89/87.99	c 
87.89/87.99	c 
87.89/87.99	c Core size: 88	Core Weight: 1	Total Weight: 29
87.89/87.99	c Current CPU time: 86.9568 s
87.89/87.99	c
87.89/87.99	c ============================[ Search Statistics ]==============================
87.89/87.99	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
87.89/87.99	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
87.89/87.99	c ===============================================================================
87.89/87.99	c |         0 |    1419      992    13148 |     5000        0   -nan |  0.000 % |
87.89/87.99	c |       100 |    1419      992    13148 |     5500      100     37 |  0.000 % |
87.89/88.00	c |       251 |    1419      992    13148 |     6050      251     40 |  0.000 % |
87.99/88.01	c |       478 |    1419      992    13148 |     6655      478     35 |  0.000 % |
87.99/88.01	c |       815 |    1419      992    13148 |     7320      815     34 |  0.000 % |
87.99/88.03	c |      1322 |    1419      992    13148 |     8052     1322     32 |  0.000 % |
87.99/88.05	c |      2081 |    1419      992    13148 |     8857     2081     31 |  0.000 % |
88.08/88.10	c |      3221 |    1419      992    13148 |     9743     3221     32 |  0.000 % |
88.08/88.16	c |      4929 |    1419      992    13148 |    10717     4929     33 |  0.000 % |
88.19/88.28	c |      7492 |    1419      992    13148 |    11789     7492     34 |  0.000 % |
88.39/88.49	c |     11336 |    1419      992    13148 |    12968    11336     35 |  0.000 % |
88.78/88.82	c |     17102 |    1419      992    13148 |    14265    10573     37 |  0.000 % |
89.29/89.34	c |     25753 |    1419      992    13148 |    15692    12037     37 |  0.000 % |
90.09/90.11	c |     38727 |    1419      992    13148 |    17261     9209     40 |  0.000 % |
91.29/91.39	c |     58190 |    1419      992    13148 |    18987    11333     38 |  0.000 % |
93.29/93.40	c |     87383 |    1419      992    13148 |    20886    11902     38 |  0.000 % |
94.18/94.26	c ===============================================================================
94.60/94.62	c core #26
94.60/94.62	c 
94.60/94.62	c 
94.60/94.62	c Core size: 87	Core Weight: 1	Total Weight: 30
94.60/94.62	c Current CPU time: 93.5128 s
94.60/94.62	c
94.60/94.62	c ============================[ Search Statistics ]==============================
94.60/94.62	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
94.60/94.62	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
94.60/94.62	c ===============================================================================
94.60/94.62	c |         0 |    1496     1022    13623 |     5000        0   -nan |  0.000 % |
94.60/94.63	c |       100 |    1496     1022    13623 |     5500      100     47 |  0.000 % |
94.60/94.63	c |       250 |    1496     1022    13623 |     6050      250     36 |  0.000 % |
94.60/94.64	c |       475 |    1496     1022    13623 |     6655      475     34 |  0.000 % |
94.60/94.64	c |       815 |    1496     1022    13623 |     7320      815     32 |  0.000 % |
94.60/94.66	c |      1322 |    1496     1022    13623 |     8052     1322     31 |  0.000 % |
94.60/94.68	c |      2084 |    1496     1022    13623 |     8857     2084     32 |  0.000 % |
94.69/94.73	c |      3225 |    1496     1022    13623 |     9743     3225     32 |  0.000 % |
94.69/94.79	c |      4933 |    1496     1022    13623 |    10717     4933     32 |  0.000 % |
94.89/94.92	c |      7495 |    1496     1022    13623 |    11789     7495     33 |  0.000 % |
95.09/95.16	c |     11339 |    1496     1022    13623 |    12968    11339     36 |  0.000 % |
95.49/95.51	c |     17105 |    1496     1022    13623 |    14265    10583     38 |  0.000 % |
96.08/96.12	c |     25756 |    1496     1022    13623 |    15692    12052     36 |  0.000 % |
96.99/97.00	c |     38730 |    1496     1022    13623 |    17261     9225     39 |  0.000 % |
98.29/98.32	c |     58191 |    1496     1022    13623 |    18987    11343     39 |  0.000 % |
100.18/100.29	c |     87385 |    1496     1022    13623 |    20886    11918     38 |  0.002 % |
100.69/100.79	c ===============================================================================
101.09/101.13	c core #27
101.09/101.13	c 
101.09/101.13	c 
101.09/101.13	c Core size: 49	Core Weight: 1	Total Weight: 31
101.09/101.13	c Current CPU time: 99.9638 s
101.09/101.13	c
101.09/101.13	c ============================[ Search Statistics ]==============================
101.09/101.13	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
101.09/101.13	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
101.09/101.13	c ===============================================================================
101.09/101.13	c |         0 |    1536     1051    14005 |     5000        0   -nan |  0.000 % |
101.09/101.14	c |       100 |    1536     1051    14005 |     5500      100     42 |  0.000 % |
101.09/101.14	c |       251 |    1536     1051    14005 |     6050      251     35 |  0.000 % |
101.09/101.15	c |       479 |    1536     1051    14005 |     6655      479     34 |  0.000 % |
101.09/101.16	c |       817 |    1536     1051    14005 |     7320      817     36 |  0.000 % |
101.09/101.17	c |      1324 |    1536     1051    14005 |     8052     1324     35 |  0.000 % |
101.09/101.20	c |      2083 |    1536     1051    14005 |     8857     2083     32 |  0.000 % |
101.19/101.25	c |      3222 |    1536     1051    14005 |     9743     3222     33 |  0.000 % |
101.28/101.32	c |      4934 |    1536     1051    14005 |    10717     4934     35 |  0.000 % |
101.38/101.45	c |      7496 |    1536     1051    14005 |    11789     7496     36 |  0.000 % |
101.59/101.68	c |     11340 |    1536     1051    14005 |    12968    11340     37 |  0.000 % |
101.98/102.04	c |     17107 |    1536     1051    14005 |    14265    10599     37 |  0.000 % |
102.59/102.63	c |     25757 |    1536     1051    14005 |    15692    12065     40 |  0.000 % |
103.39/103.46	c |     38732 |    1536     1051    14005 |    17261     9240     37 |  0.000 % |
104.79/104.81	c |     58194 |    1536     1051    14005 |    18987    11346     35 |  0.001 % |
106.09/106.10	c ===============================================================================
106.29/106.38	c core #28
106.29/106.38	c 
106.29/106.38	c 
106.29/106.38	c Core size: 45	Core Weight: 1	Total Weight: 32
106.29/106.38	c Current CPU time: 105.163 s
106.29/106.38	c
106.29/106.38	c ============================[ Search Statistics ]==============================
106.29/106.38	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
106.29/106.38	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
106.29/106.38	c ===============================================================================
106.29/106.38	c |         0 |    1570     1078    14364 |     5000        0   -nan |  0.000 % |
106.29/106.39	c |       101 |    1570     1078    14364 |     5500      101     42 |  0.000 % |
106.29/106.39	c |       252 |    1570     1078    14364 |     6050      252     36 |  0.000 % |
106.39/106.40	c |       480 |    1570     1078    14364 |     6655      480     30 |  0.000 % |
106.39/106.41	c |       817 |    1570     1078    14364 |     7320      817     31 |  0.000 % |
106.39/106.42	c |      1324 |    1570     1078    14364 |     8052     1324     31 |  0.000 % |
106.39/106.45	c |      2084 |    1570     1078    14364 |     8857     2084     31 |  0.000 % |
106.39/106.49	c |      3223 |    1570     1078    14364 |     9743     3223     31 |  0.000 % |
106.49/106.57	c |      4932 |    1570     1078    14364 |    10717     4932     32 |  0.000 % |
106.60/106.69	c |      7496 |    1570     1078    14364 |    11789     7496     33 |  0.000 % |
106.89/106.95	c |     11344 |    1570     1078    14364 |    12968    11344     35 |  0.000 % |
107.28/107.32	c |     17110 |    1570     1078    14364 |    14265    10578     38 |  0.000 % |
107.79/107.88	c |     25761 |    1570     1078    14364 |    15692    12045     39 |  0.000 % |
108.69/108.70	c |     38737 |    1570     1078    14364 |    17261     9267     39 |  0.000 % |
110.00/110.08	c |     58198 |    1570     1078    14364 |    18987    11388     39 |  0.000 % |
111.19/111.20	c ===============================================================================
111.39/111.47	c core #29
111.39/111.47	c 
111.39/111.47	c 
111.39/111.47	c Core size: 40	Core Weight: 2	Total Weight: 34
111.39/111.47	c Current CPU time: 110.188 s
111.39/111.47	c
111.39/111.47	c ============================[ Search Statistics ]==============================
111.39/111.47	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
111.39/111.47	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
111.39/111.47	c ===============================================================================
111.39/111.47	c |         0 |    1594     1101    14671 |     5000        0   -nan |  0.000 % |
111.39/111.47	c |       103 |    1594     1101    14671 |     5500      103     37 |  0.000 % |
111.39/111.48	c |       253 |    1594     1101    14671 |     6050      253     35 |  0.000 % |
111.39/111.48	c |       479 |    1594     1101    14671 |     6655      479     34 |  0.000 % |
111.39/111.49	c |       816 |    1594     1101    14671 |     7320      816     34 |  0.000 % |
111.49/111.51	c |      1323 |    1594     1101    14671 |     8052     1323     33 |  0.000 % |
111.49/111.53	c |      2082 |    1594     1101    14671 |     8857     2082     32 |  0.000 % |
111.49/111.58	c |      3224 |    1594     1101    14671 |     9743     3224     32 |  0.000 % |
111.59/111.65	c |      4932 |    1594     1101    14671 |    10717     4932     33 |  0.000 % |
111.68/111.78	c |      7494 |    1594     1101    14671 |    11789     7494     32 |  0.000 % |
111.99/112.01	c |     11338 |    1594     1101    14671 |    12968    11338     34 |  0.000 % |
112.29/112.35	c |     17106 |    1594     1101    14671 |    14265    10590     36 |  0.000 % |
112.89/112.96	c |     25758 |    1594     1101    14671 |    15692    12068     36 |  0.000 % |
113.78/113.86	c |     38734 |    1594     1101    14671 |    17261     9248     40 |  0.000 % |
115.29/115.31	c |     58195 |    1594     1101    14671 |    18987    11361     39 |  0.000 % |
116.60/116.64	c ===============================================================================
116.89/116.91	c core #30
116.89/116.91	c 
116.89/116.91	c 
116.89/116.91	c Core size: 160	Core Weight: 1	Total Weight: 35
116.89/116.91	c Current CPU time: 115.584 s
116.89/116.91	c
116.89/116.91	c ============================[ Search Statistics ]==============================
116.89/116.91	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
116.89/116.91	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
116.89/116.91	c ===============================================================================
116.89/116.91	c |         0 |    1738     1130    15272 |     5000        0   -nan |  0.000 % |
116.89/116.92	c |       102 |    1738     1130    15272 |     5500      102     59 |  0.000 % |
116.89/116.92	c |       253 |    1738     1130    15272 |     6050      253     44 |  0.000 % |
116.89/116.93	c |       480 |    1738     1130    15272 |     6655      480     33 |  0.000 % |
116.89/116.94	c |       817 |    1738     1130    15272 |     7320      817     33 |  0.000 % |
116.89/116.96	c |      1323 |    1738     1130    15272 |     8052     1323     32 |  0.000 % |
116.89/116.98	c |      2082 |    1738     1130    15272 |     8857     2082     32 |  0.000 % |
116.99/117.02	c |      3222 |    1738     1130    15272 |     9743     3222     32 |  0.000 % |
116.99/117.09	c |      4930 |    1738     1130    15272 |    10717     4930     33 |  0.000 % |
117.19/117.21	c |      7492 |    1738     1130    15272 |    11789     7492     33 |  0.000 % |
117.39/117.40	c |     11338 |    1738     1130    15272 |    12968    11338     36 |  0.000 % |
117.70/117.75	c |     17105 |    1738     1130    15272 |    14265    10572     39 |  0.000 % |
118.29/118.30	c |     25754 |    1738     1130    15272 |    15692    12045     40 |  0.000 % |
119.18/119.23	c |     38728 |    1738     1130    15272 |    17261     9238     43 |  0.000 % |
120.68/120.71	c |     58189 |    1738     1130    15272 |    18987    11343     43 |  0.000 % |
122.89/122.97	c |     87382 |    1738     1130    15272 |    20886    11921     43 |  0.000 % |
124.79/124.87	c ===============================================================================
125.19/125.29	c core #31
125.19/125.29	c 
125.19/125.29	c 
125.19/125.29	c Core size: 80	Core Weight: 1	Total Weight: 36
125.19/125.29	c Current CPU time: 123.857 s
125.19/125.29	c
125.19/125.29	c ============================[ Search Statistics ]==============================
125.19/125.29	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
125.19/125.29	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
125.19/125.29	c ===============================================================================
125.19/125.29	c |         0 |    1809     1157    15687 |     5000        0   -nan |  0.000 % |
125.19/125.30	c |       101 |    1809     1157    15687 |     5500      101     44 |  0.000 % |
125.30/125.30	c |       252 |    1809     1157    15687 |     6050      252     35 |  0.000 % |
125.30/125.31	c |       477 |    1809     1157    15687 |     6655      477     29 |  0.000 % |
125.30/125.32	c |       815 |    1809     1157    15687 |     7320      815     29 |  0.000 % |
125.30/125.33	c |      1326 |    1809     1157    15687 |     8052     1326     28 |  0.000 % |
125.30/125.36	c |      2087 |    1809     1157    15687 |     8857     2087     29 |  0.000 % |
125.30/125.40	c |      3226 |    1809     1157    15687 |     9743     3226     30 |  0.000 % |
125.40/125.47	c |      4934 |    1809     1157    15687 |    10717     4934     31 |  0.000 % |
125.59/125.60	c |      7497 |    1809     1157    15687 |    11789     7497     34 |  0.000 % |
125.79/125.86	c |     11341 |    1809     1157    15687 |    12968    11341     35 |  0.000 % |
126.19/126.22	c |     17108 |    1809     1157    15687 |    14265    10568     37 |  0.000 % |
126.79/126.81	c |     25758 |    1809     1157    15687 |    15692    12033     41 |  0.000 % |
127.68/127.72	c |     38732 |    1809     1157    15687 |    17261     9201     41 |  0.000 % |
129.09/129.14	c |     58194 |    1809     1157    15687 |    18987    11323     37 |  0.000 % |
131.28/131.37	c |     87386 |    1809     1157    15687 |    20886    11924     42 |  0.000 % |
132.99/133.08	c ===============================================================================
133.49/133.50	c core #32
133.49/133.50	c 
133.49/133.50	c 
133.49/133.50	c Core size: 197	Core Weight: 1	Total Weight: 37
133.49/133.50	c Current CPU time: 131.998 s
133.49/133.50	c
133.49/133.50	c ============================[ Search Statistics ]==============================
133.49/133.50	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
133.49/133.50	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
133.49/133.50	c ===============================================================================
133.49/133.50	c |         0 |    1994     1187    16373 |     5000        0   -nan |  0.000 % |
133.49/133.51	c |       100 |    1994     1187    16373 |     5500      100     41 |  0.000 % |
133.49/133.51	c |       250 |    1994     1187    16373 |     6050      250     32 |  0.000 % |
133.49/133.52	c |       477 |    1994     1187    16373 |     6655      477     31 |  0.000 % |
133.49/133.53	c |       814 |    1994     1187    16373 |     7320      814     32 |  0.000 % |
133.49/133.54	c |      1321 |    1994     1187    16373 |     8052     1321     31 |  0.000 % |
133.49/133.57	c |      2083 |    1994     1187    16373 |     8857     2083     31 |  0.000 % |
133.59/133.62	c |      3224 |    1994     1187    16373 |     9743     3224     31 |  0.000 % |
133.59/133.70	c |      4932 |    1994     1187    16373 |    10717     4932     32 |  0.000 % |
133.79/133.82	c |      7495 |    1994     1187    16373 |    11789     7495     34 |  0.000 % |
133.99/134.06	c |     11339 |    1994     1187    16373 |    12968    11339     35 |  0.000 % |
134.39/134.43	c |     17107 |    1994     1187    16373 |    14265    10579     39 |  0.000 % |
134.99/135.04	c |     25760 |    1994     1187    16373 |    15692    12059     40 |  0.000 % |
135.89/135.96	c |     38735 |    1994     1187    16373 |    17261     9274     42 |  0.000 % |
137.29/137.39	c |     58197 |    1994     1187    16373 |    18987    11377     44 |  0.000 % |
139.39/139.48	c |     87389 |    1982     1187    16373 |    20886    11952     40 |  0.602 % |
141.39/141.43	c ===============================================================================
141.80/141.83	c core #33
141.80/141.83	c 
141.80/141.83	c 
141.80/141.83	c Core size: 89	Core Weight: 1	Total Weight: 38
141.80/141.83	c Current CPU time: 140.228 s
141.80/141.83	c
141.80/141.83	c ============================[ Search Statistics ]==============================
141.80/141.83	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
141.80/141.83	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
141.80/141.83	c ===============================================================================
141.80/141.83	c |         0 |    2063     1211    16774 |     5000        0   -nan |  0.000 % |
141.80/141.84	c |       100 |    2063     1211    16774 |     5500      100     53 |  0.000 % |
141.80/141.85	c |       252 |    2063     1211    16774 |     6050      252     47 |  0.000 % |
141.80/141.85	c |       477 |    2063     1211    16774 |     6655      477     39 |  0.000 % |
141.80/141.86	c |       815 |    2063     1211    16774 |     7320      815     37 |  0.000 % |
141.80/141.88	c |      1322 |    2063     1211    16774 |     8052     1322     36 |  0.000 % |
141.90/141.90	c |      2084 |    2063     1211    16774 |     8857     2084     35 |  0.000 % |
141.90/141.94	c |      3223 |    2063     1211    16774 |     9743     3223     34 |  0.000 % |
141.99/142.02	c |      4931 |    2063     1211    16774 |    10717     4931     34 |  0.000 % |
142.09/142.14	c |      7495 |    2063     1211    16774 |    11789     7495     34 |  0.000 % |
142.29/142.35	c |     11340 |    2063     1211    16774 |    12968    11340     35 |  0.000 % |
142.68/142.72	c |     17106 |    2063     1211    16774 |    14265    10571     38 |  0.000 % |
143.19/143.27	c |     25755 |    2063     1211    16774 |    15692    12045     38 |  0.000 % |
144.10/144.18	c |     38729 |    2063     1211    16774 |    17261     9239     38 |  0.000 % |
145.39/145.49	c |     58190 |    2063     1211    16774 |    18987    11346     39 |  0.000 % |
147.69/147.71	c |     87385 |    2063     1211    16774 |    20886    11912     39 |  0.000 % |
149.60/149.66	c ===============================================================================
149.99/150.08	c core #34
149.99/150.08	c 
149.99/150.08	c 
149.99/150.08	c Core size: 130	Core Weight: 1	Total Weight: 39
149.99/150.08	c Current CPU time: 148.405 s
149.99/150.08	c
149.99/150.08	c ============================[ Search Statistics ]==============================
149.99/150.08	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
149.99/150.08	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
149.99/150.08	c ===============================================================================
149.99/150.08	c |         0 |    2181     1233    17257 |     5000        0   -nan |  0.000 % |
149.99/150.09	c |       101 |    2181     1233    17257 |     5500      101     44 |  0.000 % |
149.99/150.09	c |       251 |    2181     1233    17257 |     6050      251     35 |  0.000 % |
150.09/150.10	c |       478 |    2181     1233    17257 |     6655      478     33 |  0.000 % |
150.09/150.11	c |       816 |    2181     1233    17257 |     7320      816     36 |  0.000 % |
150.09/150.13	c |      1322 |    2181     1233    17257 |     8052     1322     35 |  0.000 % |
150.09/150.17	c |      2082 |    2181     1233    17257 |     8857     2082     33 |  0.000 % |
150.19/150.22	c |      3221 |    2181     1233    17257 |     9743     3221     33 |  0.000 % |
150.29/150.30	c |      4929 |    2181     1233    17257 |    10717     4929     33 |  0.000 % |
150.39/150.43	c |      7492 |    2181     1233    17257 |    11789     7492     34 |  0.000 % |
150.60/150.67	c |     11336 |    2181     1233    17257 |    12968    11336     34 |  0.000 % |
150.99/151.03	c |     17102 |    2181     1233    17257 |    14265    10583     37 |  0.000 % |
151.49/151.55	c |     25751 |    2181     1233    17257 |    15692    12060     38 |  0.000 % |
152.39/152.44	c |     38725 |    2181     1233    17257 |    17261     9249     39 |  0.000 % |
153.79/153.84	c |     58192 |    2181     1233    17257 |    18987    11353     37 |  0.000 % |
155.89/155.96	c |     87384 |    2181     1233    17257 |    20886    11926     42 |  0.000 % |
159.50/159.57	c |    131173 |    2130     1233    17257 |    22974    13780     43 |  2.338 % |
159.59/159.61	c ===============================================================================
160.09/160.14	c core #35
160.09/160.14	c 
160.09/160.14	c 
160.09/160.14	c Core size: 220	Core Weight: 1	Total Weight: 40
160.09/160.14	c Current CPU time: 158.346 s
160.09/160.14	c
160.09/160.14	c ============================[ Search Statistics ]==============================
160.09/160.14	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
160.09/160.14	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
160.09/160.14	c ===============================================================================
160.09/160.14	c |         0 |    2386     1258    17944 |     5000        0   -nan |  0.000 % |
160.09/160.15	c |       101 |    2386     1258    17944 |     5500      101     57 |  0.000 % |
160.09/160.15	c |       251 |    2386     1258    17944 |     6050      251     44 |  0.000 % |
160.09/160.16	c |       476 |    2386     1258    17944 |     6655      476     38 |  0.000 % |
160.09/160.17	c |       813 |    2386     1258    17944 |     7320      813     32 |  0.000 % |
160.09/160.18	c |      1320 |    2386     1258    17944 |     8052     1320     29 |  0.000 % |
160.19/160.21	c |      2079 |    2386     1258    17944 |     8857     2079     28 |  0.000 % |
160.19/160.25	c |      3218 |    2386     1258    17944 |     9743     3218     29 |  0.000 % |
160.29/160.33	c |      4927 |    2386     1258    17944 |    10717     4927     29 |  0.000 % |
160.39/160.46	c |      7490 |    2386     1258    17944 |    11789     7490     31 |  0.000 % |
160.59/160.69	c |     11335 |    2386     1258    17944 |    12968    11335     32 |  0.000 % |
160.99/161.00	c |     17103 |    2386     1258    17944 |    14265    10581     34 |  0.000 % |
161.49/161.55	c |     25752 |    2386     1258    17944 |    15692    12057     36 |  0.000 % |
162.39/162.48	c |     38730 |    2386     1258    17944 |    17261     9234     37 |  0.000 % |
163.80/163.83	c |     58192 |    2386     1258    17944 |    18987    11356     37 |  0.000 % |
165.89/165.98	c |     87384 |    2386     1258    17944 |    20886    11790     43 |  0.000 % |
169.30/169.33	c |    131173 |    2385     1258    17944 |    22974    13592     44 |  0.042 % |
170.29/170.39	c ===============================================================================
170.89/170.90	c core #36
170.89/170.90	c 
170.89/170.90	c 
170.89/170.90	c Core size: 233	Core Weight: 1	Total Weight: 41
170.89/170.90	c Current CPU time: 168.99 s
170.89/170.90	c
170.89/170.90	c ============================[ Search Statistics ]==============================
170.89/170.90	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
170.89/170.90	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
170.89/170.90	c ===============================================================================
170.89/170.90	c |         0 |    2603     1281    18629 |     5000        0   -nan |  0.000 % |
170.89/170.91	c |       104 |    2603     1281    18629 |     5500      104     64 |  0.000 % |
170.89/170.92	c |       254 |    2603     1281    18629 |     6050      254     47 |  0.000 % |
170.89/170.92	c |       482 |    2603     1281    18629 |     6655      482     35 |  0.000 % |
170.89/170.93	c |       819 |    2603     1281    18629 |     7320      819     33 |  0.000 % |
170.89/170.95	c |      1326 |    2603     1281    18629 |     8052     1326     32 |  0.000 % |
170.89/170.97	c |      2086 |    2603     1281    18629 |     8857     2086     31 |  0.000 % |
170.99/171.02	c |      3225 |    2603     1281    18629 |     9743     3225     32 |  0.000 % |
171.09/171.10	c |      4934 |    2603     1281    18629 |    10717     4934     33 |  0.000 % |
171.19/171.23	c |      7496 |    2603     1281    18629 |    11789     7496     35 |  0.000 % |
171.39/171.48	c |     11343 |    2603     1281    18629 |    12968    11343     36 |  0.000 % |
171.79/171.87	c |     17110 |    2603     1281    18629 |    14265    10585     39 |  0.000 % |
172.39/172.43	c |     25760 |    2603     1281    18629 |    15692    12050     36 |  0.000 % |
173.39/173.41	c |     38734 |    2603     1281    18629 |    17261     9214     38 |  0.000 % |
174.69/174.76	c |     58196 |    2603     1281    18629 |    18987    11316     41 |  0.000 % |
177.59/177.65	c |     87391 |    2603     1281    18629 |    20886    11759     62 |  0.000 % |
186.49/186.51	c |    131182 |    2603     1281    18629 |    22974    12937     79 |  0.000 % |
192.29/192.33	c |    196866 |    2603     1281    18629 |    25272    19730     53 |  0.000 % |
200.10/200.12	c ===============================================================================
201.30/201.38	c core #37
201.30/201.38	c 
201.30/201.38	c 
201.30/201.38	c Core size: 205	Core Weight: 1	Total Weight: 42
201.30/201.38	c Current CPU time: 199.143 s
201.30/201.38	c
201.30/201.38	c ============================[ Search Statistics ]==============================
201.30/201.38	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
201.30/201.38	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
201.30/201.38	c ===============================================================================
201.30/201.38	c |         0 |    2798     1304    19268 |     5000        0   -nan |  0.000 % |
201.30/201.39	c |       103 |    2798     1304    19268 |     5500      103     73 |  0.000 % |
201.30/201.39	c |       259 |    2798     1304    19268 |     6050      259     52 |  0.000 % |
201.39/201.40	c |       484 |    2798     1304    19268 |     6655      484     39 |  0.000 % |
201.39/201.41	c |       821 |    2798     1304    19268 |     7320      821     36 |  0.000 % |
201.39/201.43	c |      1327 |    2798     1304    19268 |     8052     1327     36 |  0.000 % |
201.39/201.46	c |      2086 |    2798     1304    19268 |     8857     2086     34 |  0.000 % |
201.49/201.50	c |      3227 |    2798     1304    19268 |     9743     3227     33 |  0.000 % |
201.49/201.57	c |      4935 |    2798     1304    19268 |    10717     4935     33 |  0.000 % |
201.59/201.69	c |      7498 |    2798     1304    19268 |    11789     7498     36 |  0.000 % |
201.89/201.92	c |     11344 |    2798     1304    19268 |    12968    11344     37 |  0.000 % |
202.20/202.30	c |     17111 |    2798     1304    19268 |    14265    10591     37 |  0.000 % |
202.90/202.94	c |     25761 |    2798     1304    19268 |    15692    12065     40 |  0.000 % |
203.79/203.84	c |     38735 |    2798     1304    19268 |    17261     9261     37 |  0.000 % |
205.09/205.18	c |     58197 |    2798     1304    19268 |    18987    11364     39 |  0.000 % |
210.99/211.05	c |     87389 |    2798     1304    19268 |    20886    11520     85 |  0.000 % |
221.29/221.31	c |    131178 |    2798     1304    19268 |    22974    21538    111 |  0.000 % |
235.60/235.68	c |    196862 |    2798     1304    19268 |    25272    15634     90 |  0.000 % |
252.40/252.44	c |    295392 |    2798     1304    19268 |    27799    18588     40 |  0.000 % |
283.09/283.10	c |    443181 |    2798     1304    19268 |    30579    22810     48 |  0.000 % |
345.19/345.29	c |    664866 |    2798     1304    19268 |    33637    21639    100 |  0.000 % |
486.90/486.99	c |    997391 |    2798     1304    19268 |    37001    19342     92 |  0.000 % |
645.61/645.68	c |   1496181 |    2798     1304    19268 |    40701    29599     77 |  0.000 % |
919.53/919.57	c |   2244364 |    2796     1304    19268 |    44771    30013    102 |  0.071 % |
1060.03/1060.06	c ===============================================================================
1069.82/1069.83	c core #38
1069.82/1069.83	c 
1069.82/1069.83	c 
1069.82/1069.83	c Core size: 328	Core Weight: 1	Total Weight: 43
1069.82/1069.83	c Current CPU time: 1064.28 s
1069.82/1069.83	c
1069.82/1069.83	c ============================[ Search Statistics ]==============================
1069.82/1069.83	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1069.82/1069.83	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
1069.82/1069.83	c ===============================================================================
1069.82/1069.83	c |         0 |    3115     1325    20138 |     5000        0   -nan |  0.000 % |
1069.82/1069.84	c |       102 |    3115     1325    20138 |     5500      102     69 |  0.000 % |
1069.82/1069.85	c |       253 |    3115     1325    20138 |     6050      253     51 |  0.000 % |
1069.82/1069.85	c |       479 |    3115     1325    20138 |     6655      479     39 |  0.000 % |
1069.82/1069.86	c |       817 |    3115     1325    20138 |     7320      817     33 |  0.000 % |
1069.82/1069.88	c |      1325 |    3115     1325    20138 |     8052     1325     32 |  0.000 % |
1069.93/1069.91	c |      2084 |    3115     1325    20138 |     8857     2084     32 |  0.000 % |
1069.93/1069.95	c |      3225 |    3115     1325    20138 |     9743     3225     32 |  0.000 % |
1070.02/1070.02	c |      4936 |    3115     1325    20138 |    10717     4936     31 |  0.000 % |
1070.12/1070.17	c |      7498 |    3115     1325    20138 |    11789     7498     31 |  0.000 % |
1070.42/1070.42	c |     11342 |    3115     1325    20138 |    12968    11342     33 |  0.000 % |
1070.83/1070.82	c |     17109 |    3115     1325    20138 |    14265    10595     36 |  0.000 % |
1071.43/1071.48	c |     25761 |    3115     1325    20138 |    15692    12070     39 |  0.000 % |
1072.43/1072.43	c |     38736 |    3115     1325    20138 |    17261     9276     34 |  0.000 % |
1073.82/1073.85	c |     58197 |    3115     1325    20138 |    18987    11381     42 |  0.000 % |
1081.43/1081.41	c |     87393 |    3115     1325    20138 |    20886    11394     43 |  0.000 % |
1084.72/1084.73	c |    131183 |    3115     1325    20138 |    22974    13214     44 |  0.000 % |
1101.42/1101.49	c |    196868 |    3115     1325    20138 |    25272    19131    106 |  0.000 % |
1139.03/1139.01	c |    295402 |    3115     1325    20138 |    27799    14450    104 |  0.000 % |
1186.73/1186.72	c |    443194 |    3115     1325    20138 |    30579    24076     80 |  0.000 % |
1256.14/1256.12	c |    664878 |    3115     1325    20138 |    33637    26317    100 |  0.000 % |
1392.84/1392.81	c |    997404 |    3115     1325    20138 |    37001    20920     92 |  0.000 % |
1572.85/1572.87	c |   1496193 |    3115     1325    20138 |    40701    33832     60 |  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 /tmp/evaluation-result-3446912-1307905093/watcher-3446912-1307905093 -o /tmp/evaluation-result-3446912-1307905093/solver-3446912-1307905093 -C 1800 -W 1900 -M 15500 wbo1.6 -file-format=wbo -time-limit=1800 -search-mode=0 HOME/instance-3446912-1307905093.wbo 

running on 4 cores: 0,2,4,6

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.92 3/177 6924
/proc/meminfo: memFree=32455868/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=1972 CPUtime=0 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 308 0 0 0 0 0 0 0 25 0 1 0 902111609 2019328 257 33554432000 4194304 5714214 140734535586784 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/6924/statm: 493 257 177 372 0 118 0

[startup+0.095333 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 6924
/proc/meminfo: memFree=32455868/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=3424 CPUtime=0.09 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 641 0 0 0 9 0 0 0 25 0 1 0 902111609 3506176 590 33554432000 4194304 5714214 140734535586784 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/6924/statm: 856 590 177 372 0 481 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3424

[startup+0.100331 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 6924
/proc/meminfo: memFree=32455868/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=3424 CPUtime=0.09 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 657 0 0 0 9 0 0 0 25 0 1 0 902111609 3506176 606 33554432000 4194304 5714214 140734535586784 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/6924/statm: 856 606 177 372 0 481 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3424

[startup+0.300296 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 6924
/proc/meminfo: memFree=32455868/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=5216 CPUtime=0.29 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 1100 0 0 0 29 0 0 0 25 0 1 0 902111609 5341184 1049 33554432000 4194304 5714214 140734535586784 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/6924/statm: 1304 1049 177 372 0 929 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5216

[startup+0.700229 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 6924
/proc/meminfo: memFree=32455868/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=6820 CPUtime=0.69 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 1494 0 0 0 68 1 0 0 25 0 1 0 902111609 6983680 1443 33554432000 4194304 5714214 140734535586784 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/6924/statm: 1705 1443 177 372 0 1330 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6820

[startup+1.50109 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 6925
/proc/meminfo: memFree=32449436/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=9748 CPUtime=1.49 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 2214 0 0 0 147 2 0 0 25 0 1 0 902111609 9981952 2163 33554432000 4194304 5714214 140734535586784 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/6924/statm: 2437 2163 177 372 0 2062 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9748

[startup+3.10079 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 6925
/proc/meminfo: memFree=32445716/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=11320 CPUtime=3.09 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 2647 0 0 0 305 4 0 0 25 0 1 0 902111609 11591680 2565 33554432000 4194304 5714214 140734535586784 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/6924/statm: 2830 2565 178 372 0 2455 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11320

[startup+6.30019 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 6925
/proc/meminfo: memFree=32438364/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=12904 CPUtime=6.29 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 3065 0 0 0 620 9 0 0 21 0 1 0 902111609 13213696 2983 33554432000 4194304 5714214 140734535586784 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/6924/statm: 3226 2983 178 372 0 2851 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12904

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 6926
/proc/meminfo: memFree=32436500/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=14496 CPUtime=12.69 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 3455 0 0 0 1254 15 0 0 25 0 1 0 902111609 14843904 3373 33554432000 4194304 5714214 140734535586784 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/6924/statm: 3624 3373 178 372 0 3249 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 14496

[startup+25.5006 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 6926
/proc/meminfo: memFree=32434252/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=16872 CPUtime=25.49 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 4046 0 0 0 2518 31 0 0 20 0 1 0 902111609 17276928 3964 33554432000 4194304 5714214 140734535586784 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/6924/statm: 4218 3964 178 372 0 3843 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 16872

[startup+51.1007 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 6927
/proc/meminfo: memFree=32432412/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=18332 CPUtime=51.09 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 4423 0 0 0 5048 61 0 0 25 0 1 0 902111609 18771968 4341 33554432000 4194304 5714214 140734535586784 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6924/statm: 4583 4341 178 372 0 4208 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 18332

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 6928
/proc/meminfo: memFree=32403712/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=24184 CPUtime=102.29 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 5867 0 0 0 10116 113 0 0 25 0 1 0 902111609 24764416 5785 33554432000 4194304 5714214 140734535586784 18446744073709551615 4319274 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6924/statm: 6046 5785 178 372 0 5671 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 24184

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 6930
/proc/meminfo: memFree=32382916/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=30380 CPUtime=162.29 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 7437 0 0 0 16054 175 0 0 21 0 1 0 902111609 31109120 7355 33554432000 4194304 5714214 140734535586784 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6924/statm: 7595 7355 178 372 0 7220 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 30380

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 6940
/proc/meminfo: memFree=32330176/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=62488 CPUtime=222.29 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 15396 0 0 0 22010 219 0 0 25 0 1 0 902111609 63987712 15314 33554432000 4194304 5714214 140734535586784 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6924/statm: 15622 15314 178 372 0 15247 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 62488

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 6942
/proc/meminfo: memFree=32292676/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=80712 CPUtime=282.3 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 19895 0 0 0 27989 241 0 0 25 0 1 0 902111609 82649088 19813 33554432000 4194304 5714214 140734535586784 18446744073709551615 4299952 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6924/statm: 20178 19813 178 372 0 19803 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 80712

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 6946
/proc/meminfo: memFree=32212000/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=121304 CPUtime=342.3 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 29769 0 0 0 33968 262 0 0 25 0 1 0 902111609 124215296 29687 33554432000 4194304 5714214 140734535586784 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6924/statm: 30326 29687 178 372 0 29951 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 121304

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 6948
/proc/meminfo: memFree=32149508/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=141824 CPUtime=402.3 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 34784 0 0 0 39958 272 0 0 25 0 1 0 902111609 145227776 34702 33554432000 4194304 5714214 140734535586784 18446744073709551615 4319904 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6924/statm: 35456 34702 178 372 0 35081 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 141824

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 6950
/proc/meminfo: memFree=32049400/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=166976 CPUtime=462.3 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 40762 0 0 0 45945 285 0 0 25 0 1 0 902111609 170983424 40680 33554432000 4194304 5714214 140734535586784 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6924/statm: 41744 40680 178 372 0 41369 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 166976

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 6951
/proc/meminfo: memFree=31989448/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=195060 CPUtime=522.3 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 47637 0 0 0 51925 305 0 0 25 0 1 0 902111609 199741440 47555 33554432000 4194304 5714214 140734535586784 18446744073709551615 4319240 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6924/statm: 48765 47555 178 372 0 48390 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 195060

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 6953
/proc/meminfo: memFree=31926664/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=226532 CPUtime=582.31 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 55422 0 0 0 57913 318 0 0 25 0 1 0 902111609 231968768 55340 33554432000 4194304 5714214 140734535586784 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6924/statm: 56633 55340 178 372 0 56258 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 226532

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 6959
/proc/meminfo: memFree=31777624/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=311568 CPUtime=822.32 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 76118 0 0 0 81860 372 0 0 25 0 1 0 902111609 319045632 76036 33554432000 4194304 5714214 140734535586784 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6924/statm: 77892 76036 178 372 0 77517 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 311568

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 6961
/proc/meminfo: memFree=31747192/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=341748 CPUtime=882.31 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 83573 0 0 0 87843 388 0 0 25 0 1 0 902111609 349949952 83491 33554432000 4194304 5714214 140734535586784 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6924/statm: 85437 83491 178 372 0 85062 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 341748

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 6962
/proc/meminfo: memFree=31730144/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=358584 CPUtime=942.32 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 87747 0 0 0 93834 398 0 0 25 0 1 0 902111609 367190016 87665 33554432000 4194304 5714214 140734535586784 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6924/statm: 89646 87665 178 372 0 89271 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 358584

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 6964
/proc/meminfo: memFree=31714340/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=374244 CPUtime=1002.32 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 91584 0 0 0 99823 409 0 0 25 0 1 0 902111609 383225856 91502 33554432000 4194304 5714214 140734535586784 18446744073709551615 4319395 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6924/statm: 93561 91502 178 372 0 93186 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 374244

[startup+1062.3 s]
/proc/loadavg: 2.07 2.02 1.93 3/178 6966
/proc/meminfo: memFree=31678696/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=420028 CPUtime=1062.33 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 102974 0 0 0 105808 425 0 0 25 0 1 0 902111609 430108672 102892 33554432000 4194304 5714214 140734535586784 18446744073709551615 4967840 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6924/statm: 105007 102892 178 372 0 104632 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 420028

[startup+1122.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 6967
/proc/meminfo: memFree=31654832/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=429656 CPUtime=1122.33 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 107993 0 0 0 111788 445 0 0 25 0 1 0 902111609 439967744 105902 33554432000 4194304 5714214 140734535586784 18446744073709551615 4319337 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6924/statm: 107414 105902 178 372 0 107039 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 429656

[startup+1182.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/178 6969
/proc/meminfo: memFree=31654652/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=429656 CPUtime=1182.33 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 108090 0 0 0 117776 457 0 0 25 0 1 0 902111609 439967744 105999 33554432000 4194304 5714214 140734535586784 18446744073709551615 4319434 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6924/statm: 107414 105999 178 372 0 107039 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 429656

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 6970
/proc/meminfo: memFree=31653364/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=429656 CPUtime=1242.33 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 108201 0 0 0 123761 472 0 0 25 0 1 0 902111609 439967744 106110 33554432000 4194304 5714214 140734535586784 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6924/statm: 107414 106110 178 372 0 107039 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 429656

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 6972
/proc/meminfo: memFree=31652568/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=429656 CPUtime=1302.34 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 108253 0 0 0 129749 485 0 0 25 0 1 0 902111609 439967744 106162 33554432000 4194304 5714214 140734535586784 18446744073709551615 4319771 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6924/statm: 107414 106162 178 372 0 107039 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 429656

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 6974
/proc/meminfo: memFree=31652756/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=429656 CPUtime=1362.33 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 108336 0 0 0 135738 495 0 0 25 0 1 0 902111609 439967744 106245 33554432000 4194304 5714214 140734535586784 18446744073709551615 4322847 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6924/statm: 107414 106245 178 372 0 107039 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 429656

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 6975
/proc/meminfo: memFree=31652452/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=429656 CPUtime=1422.34 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 108366 0 0 0 141726 508 0 0 25 0 1 0 902111609 439967744 106275 33554432000 4194304 5714214 140734535586784 18446744073709551615 4198960 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6924/statm: 107414 106275 178 372 0 107039 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 429656

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 6977
/proc/meminfo: memFree=31614208/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=429656 CPUtime=1482.34 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 108439 0 0 0 147712 522 0 0 25 0 1 0 902111609 439967744 106348 33554432000 4194304 5714214 140734535586784 18446744073709551615 4319240 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6924/statm: 107414 106348 178 372 0 107039 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 429656

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 6978
/proc/meminfo: memFree=31546956/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=429656 CPUtime=1542.34 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 108557 0 0 0 153701 533 0 0 25 0 1 0 902111609 439967744 106466 33554432000 4194304 5714214 140734535586784 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6924/statm: 107414 106466 178 372 0 107039 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 429656

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 6980
/proc/meminfo: memFree=31498296/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=429656 CPUtime=1602.35 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 108700 0 0 0 159683 552 0 0 25 0 1 0 902111609 439967744 106609 33554432000 4194304 5714214 140734535586784 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6924/statm: 107414 106609 178 372 0 107039 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 429656

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 6982
/proc/meminfo: memFree=31483240/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=429656 CPUtime=1662.35 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 108799 0 0 0 165672 563 0 0 25 0 1 0 902111609 439967744 106708 33554432000 4194304 5714214 140734535586784 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6924/statm: 107414 106708 178 372 0 107039 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 429656

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 6983
/proc/meminfo: memFree=31467816/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=429656 CPUtime=1722.35 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 108827 0 0 0 171659 576 0 0 25 0 1 0 902111609 439967744 106736 33554432000 4194304 5714214 140734535586784 18446744073709551615 4319341 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6924/statm: 107414 106736 178 372 0 107039 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 429656

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 1.94 3/178 7024
/proc/meminfo: memFree=31935688/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=429656 CPUtime=1782.35 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 108836 0 0 0 177649 586 0 0 25 0 1 0 902111609 439967744 106745 33554432000 4194304 5714214 140734535586784 18446744073709551615 4319878 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6924/statm: 107414 106745 178 372 0 107039 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 429656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 7024
/proc/meminfo: memFree=31900212/32951124 swapFree=67050540/67111528
[pid=6924] ppid=6922 vsize=429656 CPUtime=1800.05 cores=0,2,4,6
/proc/6924/stat : 6924 (wbo1.6) R 6922 6924 5088 0 -1 4202496 108841 0 0 0 179416 589 0 0 25 0 1 0 902111609 439967744 106750 33554432000 4194304 5714214 140734535586784 18446744073709551615 4319422 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6924/statm: 107414 106750 178 372 0 107039 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 429656

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.09
CPU user time (s): 1794.17
CPU system time (s): 5.9191
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 440184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.17
system time used= 5.9191
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108841
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= 17
involuntary context switches= 21338

runsolver used 2.58361 second user time and 5.64014 second system time

The end

Launcher Data

Begin job on node102 at 2011-06-12 20:58:13
IDJOB=3446912
IDBENCH=78845
IDSOLVER=1943
FILE ID=node102/3446912-1307905093
RUNJOBID= node102-1307903167-6577
PBS_JOBID= 13559600
Free space on /tmp= 74132 MiB

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

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

MD5SUM BENCH= 666d5c712f5e475011fc9b955250b39c
RANDOM SEED=495972713

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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:      32456420 kB
Buffers:        113476 kB
Cached:         133572 kB
SwapCached:      25148 kB
Active:         207620 kB
Inactive:       100540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32456420 kB
SwapTotal:    67111528 kB
SwapFree:     67050540 kB
Dirty:            4164 kB
Writeback:           0 kB
AnonPages:       58148 kB
Mapped:           9884 kB
Slab:           122036 kB
PageTables:       4796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   240180 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= 74128 MiB
End job on node102 at 2011-06-12 21:28:15