Trace number 3447070

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo 1.6OPTIMUM 1208.22 1208.19

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900570242--soft-33-100-0.wbo
MD5SUMa7f6c0c06b26873046d2d80874a938bb
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark141.252
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints1868
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 94981
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 94980
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 749
Number of bits of the biggest sum of numbers10
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-3447070-1307905891.wbo.
0.00/0.00	c Instance file HOME/instance-3447070-1307905891.wbo
0.00/0.00	c File size is 92624 bytes.
0.00/0.00	c Highest Coefficient sum: 749
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         s                                      |
0.00/0.00	c |  Number Variables:      231                                                 |
0.00/0.00	c |  Number Clauses:        2684                                                |
0.00/0.00	c |  Number Cardinality:    22                                                  |
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 |     231     2707     8338 |     5000        0   -nan |  0.000 % |
0.00/0.00	c |       101 |     231     2707     8338 |     5500      101     26 |  0.002 % |
0.00/0.01	c |       253 |     231     2707     8338 |     6050      253     25 |  0.002 % |
0.00/0.01	c |       478 |     231     2707     8338 |     6655      478     31 |  0.002 % |
0.00/0.02	c |       816 |     231     2707     8338 |     7320      816     34 |  0.002 % |
0.02/0.03	c |      1322 |     231     2707     8338 |     8052     1322     33 |  0.002 % |
0.02/0.05	c |      2082 |     231     2707     8338 |     8857     2082     32 |  0.002 % |
0.02/0.08	c |      3222 |     231     2707     8338 |     9743     3222     32 |  0.002 % |
0.09/0.14	c |      4932 |     231     2707     8338 |    10717     4932     33 |  0.002 % |
0.19/0.22	c |      7495 |     231     2707     8338 |    11789     7495     32 |  0.002 % |
0.29/0.38	c |     11343 |     231     2707     8338 |    12968    11343     32 |  0.002 % |
0.59/0.64	c |     17110 |     231     2707     8338 |    14265    10576     34 |  0.002 % |
1.10/1.14	c |     25761 |     231     2707     8338 |    15692    12047     38 |  0.002 % |
1.89/1.94	c |     38736 |     231     2707     8338 |    17261     9220     37 |  0.002 % |
3.19/3.26	c |     58198 |     231     2707     8338 |    18987    11319     38 |  0.002 % |
4.99/5.02	c |     87391 |     231     2707     8338 |    20886    11893     34 |  0.002 % |
8.19/8.22	c |    131180 |     231     2707     8338 |    22974    13741     35 |  0.002 % |
13.49/13.53	c |    196868 |     231     2707     8338 |    25272    21775     37 |  0.002 % |
22.09/22.19	c |    295394 |     231     2707     8338 |    27799    15715     38 |  0.002 % |
35.09/35.16	c |    443183 |     231     2707     8338 |    30579    23881     38 |  0.002 % |
54.69/54.71	c |    664866 |     231     2707     8338 |    33637    27040     38 |  0.041 % |
66.69/66.76	c ===============================================================================
72.29/72.32	c core #1
72.29/72.32	c 
72.29/72.32	c 
72.29/72.32	c Core size: 1795	Core Weight: 1	Total Weight: 1
72.29/72.32	c Current CPU time: 71.1832 s
72.29/72.32	c
72.29/72.32	c ============================[ Search Statistics ]==============================
72.29/72.32	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
72.29/72.32	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
72.29/72.32	c ===============================================================================
72.29/72.32	c |         0 |    1186     4472    16656 |     5000        0   -nan |  0.000 % |
72.29/72.32	c |       101 |    1186     4472    16656 |     5500      101     18 |  0.000 % |
72.29/72.32	c |       252 |    1186     4472    16656 |     6050      252     24 |  0.000 % |
72.29/72.33	c |       477 |    1186     4472    16656 |     6655      477     26 |  0.000 % |
72.29/72.34	c |       814 |    1186     4472    16656 |     7320      814     24 |  0.000 % |
72.29/72.35	c |      1320 |    1186     4472    16656 |     8052     1320     26 |  0.000 % |
72.29/72.37	c |      2081 |    1186     4472    16656 |     8857     2081     27 |  0.000 % |
72.39/72.41	c |      3220 |    1186     4472    16656 |     9743     3220     28 |  0.000 % |
72.39/72.46	c |      4931 |    1186     4472    16656 |    10717     4931     28 |  0.000 % |
72.50/72.56	c |      7493 |    1186     4472    16656 |    11789     7493     29 |  0.000 % |
72.69/72.74	c |     11339 |    1186     4472    16656 |    12968    11339     31 |  0.000 % |
72.99/73.00	c |     17106 |    1186     4472    16656 |    14265    10561     33 |  0.000 % |
73.39/73.45	c |     25755 |    1186     4472    16656 |    15692    12025     33 |  0.000 % |
74.19/74.29	c |     38731 |    1186     4472    16656 |    17261     9222     35 |  0.000 % |
75.49/75.52	c |     58193 |    1186     4472    16656 |    18987    11315     34 |  0.000 % |
77.59/77.66	c |     87389 |    1186     4472    16656 |    20886    11875     38 |  0.000 % |
80.89/80.92	c |    131179 |    1186     4472    16656 |    22974    13684     35 |  0.000 % |
85.89/85.98	c |    196865 |    1186     4472    16656 |    25272    21695     35 |  0.000 % |
93.79/93.85	c |    295391 |    1186     4472    16656 |    27799    13967     38 |  0.000 % |
106.60/106.69	c |    443184 |    1186     4472    16656 |    30579    21777     37 |  0.000 % |
122.49/122.50	c ===============================================================================
126.39/126.48	c core #2
126.39/126.48	c 
126.39/126.48	c 
126.39/126.48	c Core size: 1800	Core Weight: 1	Total Weight: 2
126.39/126.48	c Current CPU time: 124.726 s
126.39/126.48	c
126.39/126.48	c ============================[ Search Statistics ]==============================
126.39/126.48	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
126.39/126.48	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
126.39/126.48	c ===============================================================================
126.39/126.48	c |         0 |    2141     6219    24911 |     5000        0   -nan |  0.000 % |
126.39/126.48	c |       100 |    2141     6219    24911 |     5500      100     34 |  0.000 % |
126.39/126.49	c |       250 |    2141     6219    24911 |     6050      250     32 |  0.000 % |
126.39/126.50	c |       475 |    2141     6219    24911 |     6655      475     31 |  0.000 % |
126.50/126.51	c |       813 |    2141     6219    24911 |     7320      813     28 |  0.000 % |
126.50/126.52	c |      1319 |    2141     6219    24911 |     8052     1319     27 |  0.000 % |
126.50/126.55	c |      2079 |    2141     6219    24911 |     8857     2079     29 |  0.000 % |
126.50/126.59	c |      3218 |    2141     6219    24911 |     9743     3218     29 |  0.000 % |
126.59/126.65	c |      4926 |    2141     6219    24911 |    10717     4926     29 |  0.000 % |
126.69/126.75	c |      7491 |    2141     6219    24911 |    11789     7491     29 |  0.000 % |
126.90/126.94	c |     11336 |    2141     6219    24911 |    12968    11336     30 |  0.000 % |
127.20/127.24	c |     17102 |    2141     6219    24911 |    14265    10556     31 |  0.000 % |
127.79/127.80	c |     25752 |    2141     6219    24911 |    15692    12038     35 |  0.000 % |
128.60/128.63	c |     38726 |    2141     6219    24911 |    17261     9203     36 |  0.000 % |
129.99/130.00	c |     58190 |    2141     6219    24911 |    18987    11311     34 |  0.000 % |
132.20/132.20	c |     87383 |    2141     6219    24911 |    20886    11891     37 |  0.000 % |
135.39/135.41	c |    131173 |    2141     6219    24911 |    22974    13701     38 |  0.000 % |
140.59/140.64	c |    196858 |    2141     6219    24911 |    25272    21184     35 |  0.000 % |
148.40/148.42	c |    295384 |    2141     6219    24911 |    27799    13876     34 |  0.000 % |
160.79/160.87	c |    443173 |    2141     6219    24911 |    30579    20610     38 |  0.000 % |
181.40/181.45	c |    664861 |    2141     6219    24911 |    33637    22798     38 |  0.000 % |
204.69/204.75	c ===============================================================================
210.90/210.90	c core #3
210.90/210.90	c 
210.90/210.90	c 
210.90/210.90	c Core size: 1822	Core Weight: 1	Total Weight: 3
210.90/210.90	c Current CPU time: 207.949 s
210.90/210.90	c
210.90/210.90	c ============================[ Search Statistics ]==============================
210.90/210.90	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
210.90/210.90	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
210.90/210.90	c ===============================================================================
210.90/210.90	c |         0 |    3105     7945    33125 |     5000        0   -nan |  0.000 % |
210.90/210.91	c |       100 |    3105     7945    33125 |     5500      100     25 |  0.000 % |
210.90/210.91	c |       250 |    3105     7945    33125 |     6050      250     25 |  0.000 % |
210.90/210.92	c |       475 |    3105     7945    33125 |     6655      475     28 |  0.000 % |
210.90/210.93	c |       813 |    3105     7945    33125 |     7320      813     28 |  0.000 % |
210.90/210.95	c |      1319 |    3105     7945    33125 |     8052     1319     28 |  0.000 % |
210.90/210.98	c |      2080 |    3105     7945    33125 |     8857     2080     28 |  0.000 % |
210.99/211.02	c |      3221 |    3105     7945    33125 |     9743     3221     29 |  0.000 % |
210.99/211.09	c |      4929 |    3105     7945    33125 |    10717     4929     28 |  0.000 % |
211.20/211.21	c |      7491 |    3105     7945    33125 |    11789     7491     31 |  0.000 % |
211.39/211.43	c |     11335 |    3105     7945    33125 |    12968    11335     33 |  0.000 % |
211.70/211.75	c |     17102 |    3105     7945    33125 |    14265    10534     36 |  0.000 % |
212.20/212.28	c |     25751 |    3105     7945    33125 |    15692    12005     37 |  0.000 % |
213.20/213.20	c |     38725 |    3105     7945    33125 |    17261     9208     35 |  0.000 % |
214.60/214.67	c |     58187 |    3105     7945    33125 |    18987    11304     37 |  0.000 % |
217.19/217.22	c |     87379 |    3105     7945    33125 |    20886    11840     34 |  0.000 % |
220.59/220.67	c |    131168 |    3105     7945    33125 |    22974    13651     36 |  0.000 % |
225.89/225.94	c |    196852 |    3105     7945    33125 |    25272    21568     38 |  0.000 % |
235.20/235.26	c |    295379 |    3105     7945    33125 |    27799    14105     36 |  0.000 % |
248.89/248.96	c |    443168 |    3105     7945    33125 |    30579    19061     39 |  0.000 % |
271.20/271.30	c |    664851 |    3105     7945    33125 |    33637    23381     39 |  0.000 % |
296.90/296.96	c ===============================================================================
303.39/303.41	c core #4
303.39/303.41	c 
303.39/303.41	c 
303.39/303.41	c Core size: 1854	Core Weight: 1	Total Weight: 4
303.39/303.41	c Current CPU time: 299.306 s
303.39/303.41	c
303.39/303.41	c ============================[ Search Statistics ]==============================
303.39/303.41	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
303.39/303.41	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
303.39/303.41	c ===============================================================================
303.39/303.41	c |         0 |    4090     9656    41353 |     5000        0   -nan |  0.000 % |
303.39/303.42	c |       100 |    4090     9656    41353 |     5500      100     22 |  0.000 % |
303.39/303.42	c |       250 |    4090     9656    41353 |     6050      250     26 |  0.000 % |
303.39/303.43	c |       475 |    4090     9656    41353 |     6655      475     27 |  0.000 % |
303.39/303.44	c |       814 |    4090     9656    41353 |     7320      814     28 |  0.000 % |
303.39/303.46	c |      1320 |    4090     9656    41353 |     8052     1320     29 |  0.000 % |
303.39/303.49	c |      2079 |    4090     9656    41353 |     8857     2079     30 |  0.000 % |
303.50/303.53	c |      3218 |    4090     9656    41353 |     9743     3218     32 |  0.000 % |
303.61/303.61	c |      4929 |    4090     9656    41353 |    10717     4929     33 |  0.000 % |
303.70/303.73	c |      7494 |    4090     9656    41353 |    11789     7494     33 |  0.000 % |
303.90/303.95	c |     11338 |    4090     9656    41353 |    12968    11338     33 |  0.000 % |
304.30/304.31	c |     17104 |    4090     9656    41353 |    14265    10565     34 |  0.000 % |
304.80/304.89	c |     25757 |    4090     9656    41353 |    15692    12037     34 |  0.000 % |
305.80/305.86	c |     38732 |    4090     9656    41353 |    17261     9207     37 |  0.000 % |
307.20/307.29	c |     58193 |    4090     9656    41353 |    18987    11312     40 |  0.000 % |
309.50/309.53	c |     87387 |    4090     9656    41353 |    20886    11859     41 |  0.000 % |
313.20/313.28	c |    131176 |    4090     9656    41353 |    22974    13679     36 |  0.000 % |
318.80/318.87	c |    196862 |    4090     9656    41353 |    25272    21493     36 |  0.000 % |
328.30/328.33	c |    295388 |    4090     9656    41353 |    27799    13409     38 |  0.000 % |
342.60/342.69	c |    443178 |    4090     9656    41353 |    30579    21479     36 |  0.000 % |
364.50/364.55	c |    664863 |    4090     9656    41353 |    33637    24661     39 |  0.000 % |
397.11/397.19	c |    997389 |    4089     9656    41353 |    37001    18177     36 |  0.024 % |
405.91/405.91	c ===============================================================================
413.30/413.36	c core #5
413.30/413.36	c 
413.30/413.36	c 
413.30/413.36	c Core size: 1871	Core Weight: 1	Total Weight: 5
413.30/413.36	c Current CPU time: 407.807 s
413.30/413.36	c
413.30/413.36	c ============================[ Search Statistics ]==============================
413.30/413.36	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
413.30/413.36	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
413.30/413.36	c ===============================================================================
413.30/413.36	c |         0 |    5093    11357    49575 |     5000        0   -nan |  0.000 % |
413.30/413.37	c |       101 |    5093    11357    49575 |     5500      101     38 |  0.000 % |
413.30/413.38	c |       255 |    5093    11357    49575 |     6050      255     34 |  0.000 % |
413.30/413.39	c |       481 |    5093    11357    49575 |     6655      481     33 |  0.000 % |
413.40/413.40	c |       820 |    5093    11357    49575 |     7320      820     32 |  0.000 % |
413.40/413.42	c |      1326 |    5093    11357    49575 |     8052     1326     31 |  0.000 % |
413.40/413.46	c |      2086 |    5093    11357    49575 |     8857     2086     30 |  0.000 % |
413.51/413.51	c |      3227 |    5093    11357    49575 |     9743     3227     31 |  0.000 % |
413.51/413.59	c |      4939 |    5093    11357    49575 |    10717     4939     32 |  0.000 % |
413.70/413.72	c |      7501 |    5093    11357    49575 |    11789     7501     31 |  0.000 % |
413.91/413.96	c |     11346 |    5093    11357    49575 |    12968    11346     30 |  0.000 % |
414.30/414.38	c |     17112 |    5093    11357    49575 |    14265    17112     32 |  0.000 % |
414.91/414.98	c |     25761 |    5093    11357    49575 |    15692    10014     36 |  0.000 % |
415.80/415.88	c |     38735 |    5093    11357    49575 |    17261    15105     34 |  0.000 % |
417.31/417.34	c |     58198 |    5093    11357    49575 |    18987    17198     34 |  0.000 % |
419.91/419.93	c |     87390 |    5093    11357    49575 |    20886    17766     39 |  0.000 % |
423.90/423.95	c |    131182 |    5093    11357    49575 |    22974    19581     39 |  0.000 % |
430.11/430.16	c |    196866 |    5093    11357    49575 |    25272    16073     37 |  0.000 % |
439.91/439.97	c |    295393 |    5093    11357    49575 |    27799    21670     37 |  0.000 % |
455.10/455.13	c |    443182 |    5093    11357    49575 |    30579    13197     39 |  0.000 % |
476.80/476.80	c |    664866 |    5093    11357    49575 |    33637    14029     34 |  0.000 % |
512.10/512.16	c |    997393 |    5093    11357    49575 |    37001    26814     37 |  0.000 % |
568.80/568.84	c |   1496181 |    5093    11357    49575 |    40701    20546     36 |  0.000 % |
599.60/599.66	c ===============================================================================
611.81/611.81	c core #6
611.81/611.81	c 
611.81/611.81	c 
611.81/611.81	c Core size: 1905	Core Weight: 1	Total Weight: 6
611.81/611.81	c Current CPU time: 603.65 s
611.81/611.81	c
611.81/611.81	c ============================[ Search Statistics ]==============================
611.81/611.81	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
611.81/611.81	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
611.81/611.81	c ===============================================================================
611.81/611.81	c |         0 |    6122    13033    57780 |     5000        0   -nan |  0.000 % |
611.81/611.82	c |       102 |    6122    13033    57780 |     5500      102     26 |  0.000 % |
611.81/611.82	c |       252 |    6122    13033    57780 |     6050      252     25 |  0.000 % |
611.81/611.83	c |       478 |    6122    13033    57780 |     6655      478     27 |  0.000 % |
611.81/611.85	c |       815 |    6122    13033    57780 |     7320      815     28 |  0.000 % |
611.81/611.87	c |      1324 |    6122    13033    57780 |     8052     1324     28 |  0.000 % |
611.91/611.90	c |      2084 |    6122    13033    57780 |     8857     2084     28 |  0.000 % |
611.91/611.96	c |      3225 |    6122    13033    57780 |     9743     3225     29 |  0.000 % |
612.01/612.04	c |      4934 |    6122    13033    57780 |    10717     4934     29 |  0.000 % |
612.10/612.17	c |      7496 |    6122    13033    57780 |    11789     7496     30 |  0.000 % |
612.40/612.43	c |     11341 |    6122    13033    57780 |    12968    11341     31 |  0.000 % |
612.81/612.84	c |     17107 |    6122    13033    57780 |    14265    10577     33 |  0.000 % |
613.40/613.46	c |     25757 |    6122    13033    57780 |    15692    12048     36 |  0.000 % |
614.40/614.44	c |     38731 |    6122    13033    57780 |    17261     9225     34 |  0.000 % |
615.91/615.98	c |     58192 |    6122    13033    57780 |    18987    11320     33 |  0.000 % |
618.60/618.66	c |     87384 |    6122    13033    57780 |    20886    11874     38 |  0.000 % |
622.71/622.77	c |    131177 |    6122    13033    57780 |    22974    13681     37 |  0.000 % |
629.11/629.20	c |    196862 |    6122    13033    57780 |    25272    21686     41 |  0.000 % |
639.21/639.29	c |    295389 |    6122    13033    57780 |    27799    14761     38 |  0.000 % |
654.41/654.47	c |    443181 |    6122    13033    57780 |    30579    19279     37 |  0.000 % |
678.01/678.09	c |    664865 |    6122    13033    57780 |    33637    19285     37 |  0.000 % |
713.61/713.62	c |    997392 |    6122    13033    57780 |    37001    31860     38 |  0.000 % |
771.51/771.54	c |   1496180 |    6122    13033    57780 |    40701    17323     46 |  0.000 % |
858.42/858.40	c |   2244363 |    6121    13033    57780 |    44771    37507     39 |  0.016 % |
860.31/860.34	c ===============================================================================
877.72/877.74	c core #7
877.72/877.74	c 
877.72/877.74	c 
877.72/877.74	c Core size: 2041	Core Weight: 1	Total Weight: 7
877.72/877.74	c Current CPU time: 866.683 s
877.72/877.74	c
877.72/877.74	c ============================[ Search Statistics ]==============================
877.72/877.74	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
877.72/877.74	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
877.72/877.74	c ===============================================================================
877.72/877.74	c |         0 |    7235    14691    66139 |     5000        0   -nan |  0.000 % |
877.72/877.76	c |       100 |    7235    14691    66139 |     5500      100     42 |  0.000 % |
877.72/877.76	c |       251 |    7235    14691    66139 |     6050      251     34 |  0.000 % |
877.72/877.77	c |       476 |    7235    14691    66139 |     6655      476     31 |  0.000 % |
877.72/877.78	c |       813 |    7235    14691    66139 |     7320      813     27 |  0.000 % |
877.82/877.81	c |      1319 |    7235    14691    66139 |     8052     1319     27 |  0.000 % |
877.82/877.84	c |      2080 |    7235    14691    66139 |     8857     2080     28 |  0.000 % |
877.92/877.92	c |      3222 |    7235    14691    66139 |     9743     3222     29 |  0.000 % |
878.02/878.01	c |      4930 |    7235    14691    66139 |    10717     4930     30 |  0.000 % |
878.12/878.17	c |      7493 |    7235    14691    66139 |    11789     7493     31 |  0.000 % |
878.41/878.44	c |     11338 |    7235    14691    66139 |    12968    11338     33 |  0.000 % |
878.82/878.84	c |     17104 |    7235    14691    66139 |    14265    10562     33 |  0.000 % |
879.51/879.53	c |     25753 |    7235    14691    66139 |    15692    12033     37 |  0.000 % |
880.62/880.68	c |     38727 |    7235    14691    66139 |    17261     9207     38 |  0.000 % |
882.51/882.51	c |     58188 |    7235    14691    66139 |    18987    11298     37 |  0.000 % |
885.31/885.37	c |     87383 |    7235    14691    66139 |    20886    11873     38 |  0.000 % |
889.61/889.69	c |    131176 |    7235    14691    66139 |    22974    13725     41 |  0.000 % |
896.91/896.98	c |    196860 |    7235    14691    66139 |    25272    21103     38 |  0.000 % |
908.41/908.47	c |    295388 |    7235    14691    66139 |    27799    12439     41 |  0.000 % |
924.42/924.46	c |    443177 |    7235    14691    66139 |    30579    18892     40 |  0.000 % |
950.42/950.43	c |    664861 |    7235    14691    66139 |    33637    19272     43 |  0.000 % |
991.71/991.75	c |    997389 |    7235    14691    66139 |    37001    33078     42 |  0.000 % |
1053.62/1053.62	c |   1496177 |    7235    14691    66139 |    40701    19977     39 |  0.000 % |
1150.13/1150.12	c |   2244359 |    7222    14691    66139 |    44771    16331     44 |  0.180 % |
1158.82/1158.84	c ===============================================================================
1176.52/1176.52	c core #8
1176.52/1176.52	c 
1176.52/1176.52	c 
1176.52/1176.52	c Core size: 2117	Core Weight: 1	Total Weight: 8
1176.52/1176.52	c Current CPU time: 1163.08 s
1176.52/1176.52	c
1176.52/1176.52	c ============================[ Search Statistics ]==============================
1176.52/1176.52	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1176.52/1176.52	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
1176.52/1176.52	c ===============================================================================
1176.52/1176.52	c |         0 |    8408    16330    74577 |     5443        0   -nan |  0.000 % |
1176.52/1176.53	c |       100 |    8408    16330    74577 |     5987      100     33 |  0.000 % |
1176.52/1176.54	c |       251 |    8408    16330    74577 |     6586      251     34 |  0.000 % |
1176.52/1176.55	c |       476 |    8408    16330    74577 |     7245      476     30 |  0.000 % |
1176.52/1176.57	c |       813 |    8408    16330    74577 |     7969      813     29 |  0.000 % |
1176.52/1176.59	c |      1322 |    8408    16330    74577 |     8766     1322     29 |  0.000 % |
1176.62/1176.64	c |      2081 |    8408    16330    74577 |     9643     2081     28 |  0.000 % |
1176.72/1176.71	c |      3220 |    8408    16330    74577 |    10607     3220     29 |  0.000 % |
1177.03/1177.08	c |      4930 |    8408    16330    74577 |    11668     4930     32 |  0.000 % |
1177.22/1177.24	c |      7492 |    8408    16330    74577 |    12835     7492     34 |  0.000 % |
1177.52/1177.50	c |     11336 |    8408    16330    74577 |    14118    11336     33 |  0.000 % |
1177.92/1177.97	c |     17105 |    8408    16330    74577 |    15530    10001     34 |  0.000 % |
1178.82/1178.84	c |     25756 |    8408    16330    74577 |    17083    10847     38 |  0.000 % |
1180.02/1180.00	c |     38730 |    8408    16330    74577 |    18791    15231     36 |  0.000 % |
1181.82/1181.84	c |     58191 |    8408    16330    74577 |    20671    15797     37 |  0.000 % |
1184.92/1184.94	c |     87383 |    8408    16330    74577 |    22738    13840     38 |  0.000 % |
1190.13/1190.11	c |    131172 |    8408    16330    74577 |    25011    11907     41 |  0.000 % |
1197.92/1197.91	c |    196856 |    8408    16330    74577 |    27513    23972     41 |  0.000 % |
1208.12/1208.16	c ===============================================================================
1208.12/1208.16	c #cores: 8
1208.12/1208.16	o 8
1208.12/1208.16	s OPTIMUM FOUND
1208.12/1208.16	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20 x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 x53 -x54 -x55 -x56 -x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 x109 -x110 x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 x217 -x218 -x219 -x220 -x221 x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231
1208.12/1208.16	c Total CPU time: 1195.68 s

Verifier Data

OK	8

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447070-1307905891/watcher-3447070-1307905891 -o /var/tmp/evaluation-result-3447070-1307905891/solver-3447070-1307905891 -C 1800 -W 1900 -M 15500 wbo1.6 -file-format=wbo -time-limit=1800 -search-mode=0 HOME/instance-3447070-1307905891.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.96 3/174 6284
/proc/meminfo: memFree=1286960/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=2200 CPUtime=0 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 318 0 0 0 0 0 0 0 25 0 1 0 902187873 2252800 269 33554432000 4194304 5714214 140734721245664 18446744073709551615 4970426 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 550 269 178 372 0 152 0

[startup+0.032288 s]
/proc/loadavg: 2.00 2.00 1.96 3/174 6284
/proc/meminfo: memFree=1286960/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=2636 CPUtime=0.02 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 474 0 0 0 2 0 0 0 25 0 1 0 902187873 2699264 402 33554432000 4194304 5714214 140734721245664 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 659 402 177 372 0 284 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2636

[startup+0.100394 s]
/proc/loadavg: 2.00 2.00 1.96 3/174 6284
/proc/meminfo: memFree=1286960/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=3596 CPUtime=0.09 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 706 0 0 0 9 0 0 0 25 0 1 0 902187873 3682304 634 33554432000 4194304 5714214 140734721245664 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 899 634 177 372 0 524 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3596

[startup+0.300353 s]
/proc/loadavg: 2.00 2.00 1.96 3/174 6284
/proc/meminfo: memFree=1286960/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=5596 CPUtime=0.29 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 1229 0 0 0 29 0 0 0 25 0 1 0 902187873 5730304 1157 33554432000 4194304 5714214 140734721245664 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 1399 1157 177 372 0 1024 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5596

[startup+0.700281 s]
/proc/loadavg: 2.00 2.00 1.96 3/174 6284
/proc/meminfo: memFree=1286960/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=7852 CPUtime=0.69 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 1762 0 0 0 68 1 0 0 25 0 1 0 902187873 8040448 1690 33554432000 4194304 5714214 140734721245664 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 1963 1690 177 372 0 1588 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7852

[startup+1.50115 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6288
/proc/meminfo: memFree=1273356/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=11032 CPUtime=1.49 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 2575 0 0 0 147 2 0 0 25 0 1 0 902187873 11296768 2503 33554432000 4194304 5714214 140734721245664 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 2758 2503 177 372 0 2383 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11032

[startup+3.10079 s]
/proc/loadavg: 2.00 2.00 1.96 4/178 6288
/proc/meminfo: memFree=1265420/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=16092 CPUtime=3.09 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 3846 0 0 0 305 4 0 0 25 0 1 0 902187873 16478208 3774 33554432000 4194304 5714214 140734721245664 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 4023 3774 177 372 0 3648 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16092

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6288
/proc/meminfo: memFree=1245100/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=25220 CPUtime=6.29 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 6108 0 0 0 621 8 0 0 25 0 1 0 902187873 25825280 6036 33554432000 4194304 5714214 140734721245664 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 6305 6036 177 372 0 5930 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25220

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6288
/proc/meminfo: memFree=1214020/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=40116 CPUtime=12.69 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 9823 0 0 0 1254 15 0 0 25 0 1 0 902187873 41078784 9751 33554432000 4194304 5714214 140734721245664 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 10029 9751 177 372 0 9654 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40116

[startup+25.5009 s]
/proc/loadavg: 2.00 2.00 1.96 4/178 6288
/proc/meminfo: memFree=1160916/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=66292 CPUtime=25.49 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 16319 0 0 0 2519 30 0 0 25 0 1 0 902187873 67883008 16247 33554432000 4194304 5714214 140734721245664 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 16573 16247 177 372 0 16198 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66292

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6289
/proc/meminfo: memFree=1064784/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=114044 CPUtime=51.09 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 28228 0 0 0 5052 57 0 0 25 0 1 0 902187873 116781056 28156 33554432000 4194304 5714214 140734721245664 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 28511 28156 177 372 0 28136 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 114044

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6329
/proc/meminfo: memFree=1042512/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=177624 CPUtime=102.3 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 44254 0 0 0 10111 119 0 0 25 0 1 0 902187873 181886976 44116 33554432000 4194304 5714214 140734721245664 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 44406 44116 178 372 0 44031 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 177624

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6330
/proc/meminfo: memFree=992124/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=177624 CPUtime=162.3 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 44295 0 0 0 16035 195 0 0 25 0 1 0 902187873 181886976 44157 33554432000 4194304 5714214 140734721245664 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 44406 44157 178 372 0 44031 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 177624

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6332
/proc/meminfo: memFree=965300/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=203864 CPUtime=222.29 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 50839 0 0 0 21961 268 0 0 25 0 1 0 902187873 208756736 50701 33554432000 4194304 5714214 140734721245664 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 50966 50701 178 372 0 50591 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 203864

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6333
/proc/meminfo: memFree=965496/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=203864 CPUtime=282.3 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 50839 0 0 0 27885 345 0 0 25 0 1 0 902187873 208756736 50701 33554432000 4194304 5714214 140734721245664 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 50966 50701 178 372 0 50591 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 203864

[startup+342.3 s]
/proc/loadavg: 2.03 2.01 1.96 3/178 6335
/proc/meminfo: memFree=913504/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=207680 CPUtime=342.3 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 51747 0 0 0 33810 420 0 0 25 0 1 0 902187873 212664320 51609 33554432000 4194304 5714214 140734721245664 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 51920 51609 178 372 0 51545 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 207680

[startup+402.301 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 6336
/proc/meminfo: memFree=912968/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=207680 CPUtime=402.3 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 51759 0 0 0 39733 497 0 0 25 0 1 0 902187873 212664320 51621 33554432000 4194304 5714214 140734721245664 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 51920 51621 178 372 0 51545 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 207680

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6338
/proc/meminfo: memFree=883652/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=236784 CPUtime=462.3 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 59029 0 0 0 45662 568 0 0 25 0 1 0 902187873 242466816 58891 33554432000 4194304 5714214 140734721245664 18446744073709551615 4319319 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 59196 58891 178 372 0 58821 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 236784

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6340
/proc/meminfo: memFree=868972/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=236784 CPUtime=522.31 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 59063 0 0 0 51596 635 0 0 25 0 1 0 902187873 242466816 58925 33554432000 4194304 5714214 140734721245664 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 59196 58925 178 372 0 58821 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 236784

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6341
/proc/meminfo: memFree=826160/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=280248 CPUtime=582.31 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 69876 0 0 0 57523 708 0 0 25 0 1 0 902187873 286973952 69738 33554432000 4194304 5714214 140734721245664 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 70062 69738 178 372 0 69687 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 280248

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6343
/proc/meminfo: memFree=724680/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=379712 CPUtime=642.31 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 94669 0 0 0 63466 765 0 0 25 0 1 0 902187873 388825088 94531 33554432000 4194304 5714214 140734721245664 18446744073709551615 4299783 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 94928 94531 178 372 0 94553 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 379712

[startup+702.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6344
/proc/meminfo: memFree=723900/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=379712 CPUtime=702.31 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 94737 0 0 0 69398 833 0 0 25 0 1 0 902187873 388825088 94599 33554432000 4194304 5714214 140734721245664 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 94928 94599 178 372 0 94553 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 379712

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6346
/proc/meminfo: memFree=723592/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=379712 CPUtime=762.31 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 94737 0 0 0 75343 888 0 0 25 0 1 0 902187873 388825088 94599 33554432000 4194304 5714214 140734721245664 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 94928 94599 178 372 0 94553 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 379712

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6348
/proc/meminfo: memFree=723424/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=379712 CPUtime=822.32 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 94746 0 0 0 81279 953 0 0 25 0 1 0 902187873 388825088 94608 33554432000 4194304 5714214 140734721245664 18446744073709551615 4319314 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 94928 94608 178 372 0 94553 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 379712

[startup+882.3 s]
/proc/loadavg: 2.04 2.01 1.97 3/178 6349
/proc/meminfo: memFree=608188/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=494780 CPUtime=882.32 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 123493 0 0 0 87231 1001 0 0 25 0 1 0 902187873 506654720 123355 33554432000 4194304 5714214 140734721245664 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 123695 123355 178 372 0 123320 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 494780

[startup+942.301 s]
/proc/loadavg: 2.01 2.01 1.97 3/178 6351
/proc/meminfo: memFree=608136/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=494780 CPUtime=942.31 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 123502 0 0 0 93167 1064 0 0 25 0 1 0 902187873 506654720 123364 33554432000 4194304 5714214 140734721245664 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 123695 123364 178 372 0 123320 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 494780

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 6391
/proc/meminfo: memFree=708332/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=494780 CPUtime=1002.32 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 123555 0 0 0 99116 1116 0 0 25 0 1 0 902187873 506654720 123417 33554432000 4194304 5714214 140734721245664 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 123695 123417 178 372 0 123320 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 494780

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 6392
/proc/meminfo: memFree=589700/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=494780 CPUtime=1062.31 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 123555 0 0 0 105075 1156 0 0 25 0 1 0 902187873 506654720 123417 33554432000 4194304 5714214 140734721245664 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 123695 123417 178 372 0 123320 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 494780

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 6394
/proc/meminfo: memFree=471248/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=494780 CPUtime=1122.32 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 123555 0 0 0 111034 1198 0 0 25 0 1 0 902187873 506654720 123417 33554432000 4194304 5714214 140734721245664 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 123695 123417 178 372 0 123320 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 494780

[startup+1182.3 s]
/proc/loadavg: 1.95 1.98 1.96 3/178 7041
/proc/meminfo: memFree=749788/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=503320 CPUtime=1182.33 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 125682 0 0 0 116998 1235 0 0 25 0 1 0 902187873 515399680 125544 33554432000 4194304 5714214 140734721245664 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 125830 125544 178 372 0 125455 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 503320

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

[startup+1190.3 s]
/proc/loadavg: 1.96 1.98 1.96 3/178 7041
/proc/meminfo: memFree=744312/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=503320 CPUtime=1190.32 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 125682 0 0 0 117791 1241 0 0 25 0 1 0 902187873 515399680 125544 33554432000 4194304 5714214 140734721245664 18446744073709551615 4319944 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 125830 125544 178 372 0 125455 0
Current children cumulated CPU time (s) 1190.32
Current children cumulated vsize (KiB) 503320

[startup+1196.7 s]
/proc/loadavg: 1.96 1.98 1.96 3/178 7042
/proc/meminfo: memFree=739720/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=503320 CPUtime=1196.72 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 125682 0 0 0 118427 1245 0 0 25 0 1 0 902187873 515399680 125544 33554432000 4194304 5714214 140734721245664 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 125830 125544 178 372 0 125455 0
Current children cumulated CPU time (s) 1196.72
Current children cumulated vsize (KiB) 503320

[startup+1203.1 s]
/proc/loadavg: 1.97 1.98 1.96 3/178 7042
/proc/meminfo: memFree=736992/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=503320 CPUtime=1203.13 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 125682 0 0 0 119064 1249 0 0 25 0 1 0 902187873 515399680 125544 33554432000 4194304 5714214 140734721245664 18446744073709551615 4319292 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 125830 125544 178 372 0 125455 0
Current children cumulated CPU time (s) 1203.13
Current children cumulated vsize (KiB) 503320

[startup+1206.3 s]
/proc/loadavg: 1.97 1.98 1.96 3/178 7042
/proc/meminfo: memFree=736616/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=503320 CPUtime=1206.32 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 125682 0 0 0 119382 1250 0 0 25 0 1 0 902187873 515399680 125544 33554432000 4194304 5714214 140734721245664 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 125830 125544 178 372 0 125455 0
Current children cumulated CPU time (s) 1206.32
Current children cumulated vsize (KiB) 503320

[startup+1207.1 s]
/proc/loadavg: 1.97 1.98 1.96 3/178 7042
/proc/meminfo: memFree=735376/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=503320 CPUtime=1207.13 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 125682 0 0 0 119462 1251 0 0 25 0 1 0 902187873 515399680 125544 33554432000 4194304 5714214 140734721245664 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 125830 125544 178 372 0 125455 0
Current children cumulated CPU time (s) 1207.13
Current children cumulated vsize (KiB) 503320

[startup+1207.9 s]
/proc/loadavg: 1.97 1.98 1.96 3/178 7042
/proc/meminfo: memFree=733516/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=503320 CPUtime=1207.92 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 125682 0 0 0 119541 1251 0 0 25 0 1 0 902187873 515399680 125544 33554432000 4194304 5714214 140734721245664 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 125830 125544 178 372 0 125455 0
Current children cumulated CPU time (s) 1207.92
Current children cumulated vsize (KiB) 503320

[startup+1208.1 s]
/proc/loadavg: 1.97 1.98 1.96 3/178 7042
/proc/meminfo: memFree=733516/32950928 swapFree=67048888/67111528
[pid=6284] ppid=6281 vsize=503320 CPUtime=1208.12 cores=0,2,4,6
/proc/6284/stat : 6284 (wbo1.6) R 6281 6284 4454 0 -1 4202496 125682 0 0 0 119561 1251 0 0 25 0 1 0 902187873 515399680 125544 33554432000 4194304 5714214 140734721245664 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6284/statm: 125830 125544 178 372 0 125455 0
Current children cumulated CPU time (s) 1208.12
Current children cumulated vsize (KiB) 503320

Child status: 0
Real time (s): 1208.19
CPU time (s): 1208.22
CPU user time (s): 1195.68
CPU system time (s): 12.5331
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 503320

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

runsolver used 1.72974 second user time and 3.82242 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-12 21:11:31
IDJOB=3447070
IDBENCH=78942
IDSOLVER=1943
FILE ID=node122/3447070-1307905891
RUNJOBID= node122-1307904089-6121
PBS_JOBID= 13559584
Free space on /var/tmp= 2892 MiB

SOLVER NAME= wbo 1.6
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900570242--soft-33-100-0.wbo
COMMAND LINE= wbo1.6 -file-format=wbo -time-limit=TIMEOUT -search-mode=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447070-1307905891/watcher-3447070-1307905891 -o /var/tmp/evaluation-result-3447070-1307905891/solver-3447070-1307905891 -C 1800 -W 1900 -M 15500  wbo1.6 -file-format=wbo -time-limit=1800 -search-mode=0 HOME/instance-3447070-1307905891.wbo

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

MD5SUM BENCH= a7f6c0c06b26873046d2d80874a938bb
RANDOM SEED=1434356278

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       1288196 kB
Buffers:         59120 kB
Cached:       30629924 kB
SwapCached:      14964 kB
Active:       15635328 kB
Inactive:     15072184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1288196 kB
SwapTotal:    67111528 kB
SwapFree:     67048888 kB
Dirty:            8548 kB
Writeback:           0 kB
AnonPages:       16084 kB
Mapped:           8432 kB
Slab:           889744 kB
PageTables:       3896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   191360 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2884 MiB
End job on node122 at 2011-06-12 21:31:39