Trace number 4112780

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 NameAnswerobjective functionCPU timeWall clock time
minisatp 2012-10-02 git-d91742bOPT8034 274.711 274.754

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
poldner/PB/testset/normalized-10_20.opb
MD5SUMdfa433e4e6a88cd1c776cef0a80ce991
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8034
Best CPU time to get the best result obtained on this benchmark0.658899
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 8034
Optimality of the best value was proved YES
Number of variables210
Total number of constraints220
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint10
Number of terms in the objective function 210
Biggest coefficient in the objective function 2937
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 109101
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 2937
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 109101
Number of bits of the biggest sum of numbers17
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 Parsing PB file...
0.00/0.00	c Converting 240 PB-constraints to clauses...
0.00/0.00	c   -- Unit propagations: (none)
0.00/0.00	c   -- Detecting intervals from adjacent constraints: ####################
0.00/0.00	c   -- Clauses(.)/Splits(s): ........................................................................................................................................................................................................
0.00/0.00	c ---[ 238]---> BDD-cost:   17
0.00/0.00	c ---[ 236]---> BDD-cost:   17
0.00/0.00	c ---[ 234]---> BDD-cost:   17
0.00/0.00	c ---[ 232]---> BDD-cost:   17
0.00/0.00	c ---[ 230]---> BDD-cost:   17
0.00/0.00	c ---[ 228]---> BDD-cost:   17
0.00/0.00	c ---[ 226]---> BDD-cost:   17
0.00/0.00	c ---[ 224]---> BDD-cost:   17
0.00/0.00	c ---[ 222]---> BDD-cost:   17
0.00/0.00	c ---[ 220]---> BDD-cost:   17
0.00/0.00	c ---[ 218]---> BDD-cost:   17
0.00/0.00	c ---[ 216]---> BDD-cost:   17
0.00/0.00	c ---[ 214]---> BDD-cost:   17
0.00/0.00	c ---[ 212]---> BDD-cost:   17
0.00/0.00	c ---[ 210]---> BDD-cost:   17
0.00/0.00	c ---[ 208]---> BDD-cost:   17
0.00/0.00	c ---[ 206]---> BDD-cost:   17
0.00/0.00	c ---[ 204]---> BDD-cost:   17
0.00/0.00	c ---[ 202]---> BDD-cost:   17
0.00/0.00	c ---[ 200]---> BDD-cost:   17
0.00/0.00	|  Eliminated clauses:           0.00 Mb                                      |
0.00/0.00	============================[ Search Statistics ]==============================
0.00/0.00	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	===============================================================================
0.00/0.00	===============================================================================
0.00/0.00	c Found solution: 9519
0.00/0.00	c ---[   0]---> Sorter-cost:62168     Base: 2 3 3 2 3 3
24.09/24.11	|  Eliminated clauses:           0.91 Mb                                      |
24.09/24.11	============================[ Search Statistics ]==============================
24.09/24.11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.09/24.11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.09/24.11	===============================================================================
24.09/24.11	|       100 |   37245   149911   404016 |    54967       98    105 |  0.077 % |
24.09/24.11	|       250 |   37245   149911   404016 |    60464      248    120 |  0.076 % |
24.09/24.11	|       475 |   37245   149911   404016 |    66510      473    123 |  0.076 % |
24.09/24.11	|       812 |   37222   149911   404016 |    73161      809    124 |  0.116 % |
24.09/24.11	|      1318 |   37222   149911   404016 |    80477     1315    101 |  0.116 % |
24.09/24.11	|      2077 |   37222   149911   404016 |    88525     2074     87 |  0.116 % |
24.09/24.11	|      3216 |   37222   149911   404016 |    97378     3213     74 |  0.116 % |
24.09/24.11	|      4924 |   37222   149911   404016 |   107115     4921     90 |  0.116 % |
24.09/24.11	|      7486 |   37222   149911   404016 |   117827     7483    120 |  0.117 % |
24.09/24.11	|     11330 |   37222   149911   404016 |   129610    11327    145 |  0.116 % |
24.09/24.11	|     17096 |   37222   149911   404016 |   142571    17093    162 |  0.116 % |
24.09/24.11	|     25745 |   37183   149911   404016 |   156828    25740    175 |  0.184 % |
24.09/24.11	===============================================================================
24.09/24.11	c Found solution: 9506
24.09/24.11	c ---[   0]---> Sorter-cost:    8     Base: 2 3 3 2 3 3
24.69/24.76	|  Eliminated clauses:           0.92 Mb                                      |
24.69/24.76	============================[ Search Statistics ]==============================
24.69/24.76	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.69/24.76	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.69/24.76	===============================================================================
24.69/24.76	===============================================================================
24.69/24.76	c Found solution: 9505
24.69/24.76	c ---[   0]---> Sorter-cost:    9     Base: 2 3 3 2 3 3
25.29/25.35	|  Eliminated clauses:           0.92 Mb                                      |
25.29/25.35	============================[ Search Statistics ]==============================
25.29/25.35	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
25.29/25.35	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
25.29/25.35	===============================================================================
25.29/25.35	===============================================================================
25.29/25.35	c Found solution: 9502
25.29/25.35	c ---[   0]---> Sorter-cost:    7     Base: 2 3 3 2 3 3
32.28/32.30	|  Eliminated clauses:           0.92 Mb                                      |
32.28/32.30	============================[ Search Statistics ]==============================
32.28/32.30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
32.28/32.30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
32.28/32.30	===============================================================================
32.28/32.30	|     35717 |   37251   149685   404370 |    54884    35712    178 |  0.188 % |
32.28/32.30	|     35867 |   37251   149685   404370 |    60372    35862    178 |  0.188 % |
32.28/32.30	|     36092 |   37251   149685   404370 |    66410    36087    178 |  0.188 % |
32.28/32.30	|     36429 |   37251   149685   404370 |    73051    36424    178 |  0.188 % |
32.28/32.30	|     36935 |   37247   149685   404370 |    80356    36929    177 |  0.195 % |
32.28/32.30	|     37694 |   37247   149685   404370 |    88392    37688    177 |  0.195 % |
32.28/32.30	|     38833 |   37247   149685   404370 |    97231    38820    177 |  0.195 % |
32.28/32.30	|     40541 |   37247   149685   404370 |   106954    40528    175 |  0.195 % |
32.28/32.30	|     43103 |   37221   149685   404370 |   117649    43089    172 |  0.239 % |
32.28/32.30	===============================================================================
32.28/32.30	c Found solution: 9195
32.28/32.30	c ---[   0]---> Sorter-cost:    2     Base: 2 3 3 2 3 3
44.18/44.21	|  Eliminated clauses:           0.92 Mb                                      |
44.18/44.21	============================[ Search Statistics ]==============================
44.18/44.21	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
44.18/44.21	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
44.18/44.21	===============================================================================
44.18/44.21	|     43683 |   37203   149478   403822 |    54808    43669    172 |  0.241 % |
44.18/44.21	|     43833 |   37203   149478   403822 |    60289    43819    172 |  0.241 % |
44.18/44.21	|     44058 |   37203   149478   403822 |    66318    44044    172 |  0.241 % |
44.18/44.21	|     44395 |   37203   149478   403822 |    72950    44381    172 |  0.241 % |
44.18/44.21	|     44901 |   37193   149478   403822 |    80245    44886    172 |  0.258 % |
44.18/44.21	|     45660 |   37193   149478   403822 |    88269    45645    171 |  0.258 % |
44.18/44.21	|     46799 |   37193   149478   403822 |    97096    46784    171 |  0.258 % |
44.18/44.21	|     48507 |   37193   149478   403822 |   106806    48492    172 |  0.258 % |
44.18/44.21	|     51069 |   37193   149478   403822 |   117487    51054    172 |  0.258 % |
44.18/44.21	|     54913 |   37193   149478   403822 |   129235    54898    173 |  0.258 % |
44.18/44.21	===============================================================================
44.18/44.21	c Found solution: 8867
44.18/44.21	c ---[   0]---> Sorter-cost:    9     Base: 2 3 3 2 3 3
44.89/44.98	|  Eliminated clauses:           0.93 Mb                                      |
44.89/44.98	============================[ Search Statistics ]==============================
44.89/44.98	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
44.89/44.98	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
44.89/44.98	===============================================================================
44.89/44.98	===============================================================================
44.89/44.98	c Found solution: 8824
44.89/44.98	c ---[   0]---> Sorter-cost:    6     Base: 2 3 3 2 3 3
46.98/47.05	|  Eliminated clauses:           0.94 Mb                                      |
46.98/47.05	============================[ Search Statistics ]==============================
46.98/47.05	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
46.98/47.05	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
46.98/47.05	===============================================================================
46.98/47.05	|     56298 |   37344   149900   405295 |    54963    18005    123 |  0.262 % |
46.98/47.05	|     56448 |   37344   149900   405295 |    60459    18155    123 |  0.262 % |
46.98/47.05	|     56673 |   37344   149900   405295 |    66505    18380    123 |  0.262 % |
46.98/47.05	|     57010 |   37344   149900   405295 |    73156    18717    124 |  0.262 % |
46.98/47.05	|     57516 |   37344   149900   405295 |    80471    19223    125 |  0.262 % |
46.98/47.05	|     58275 |   37344   149900   405295 |    88518    19982    127 |  0.262 % |
46.98/47.05	===============================================================================
46.98/47.05	c Found solution: 8775
46.98/47.05	c ---[   0]---> Sorter-cost:    7     Base: 2 3 3 2 3 3
52.18/52.22	|  Eliminated clauses:           0.94 Mb                                      |
52.18/52.22	============================[ Search Statistics ]==============================
52.18/52.22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
52.18/52.22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
52.18/52.22	===============================================================================
52.18/52.22	|     58397 |   37345   149902   405394 |    54964    20104    128 |  0.264 % |
52.18/52.22	|     58547 |   37345   149902   405394 |    60460    20254    129 |  0.264 % |
52.18/52.22	|     58772 |   37345   149902   405394 |    66506    20479    129 |  0.264 % |
52.18/52.22	|     59109 |   37345   149902   405394 |    73157    20816    130 |  0.264 % |
52.18/52.22	|     59615 |   37345   149902   405394 |    80472    21322    132 |  0.264 % |
52.18/52.22	|     60374 |   37345   149902   405394 |    88520    22081    134 |  0.264 % |
52.18/52.22	|     61513 |   37345   149902   405394 |    97372    23220    136 |  0.264 % |
52.18/52.22	|     63221 |   37345   149902   405394 |   107109    24928    141 |  0.264 % |
52.18/52.22	===============================================================================
52.18/52.22	c Found solution: 8660
52.18/52.22	c ---[   0]---> Sorter-cost:    5     Base: 2 3 3 2 3 3
52.79/52.85	|  Eliminated clauses:           0.94 Mb                                      |
52.79/52.85	============================[ Search Statistics ]==============================
52.79/52.85	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
52.79/52.85	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
52.79/52.85	===============================================================================
52.79/52.85	===============================================================================
52.79/52.85	c Found solution: 8609
52.79/52.85	c ---[   0]---> Sorter-cost:    7     Base: 2 3 3 2 3 3
80.18/80.20	|  Eliminated clauses:           0.95 Mb                                      |
80.18/80.20	============================[ Search Statistics ]==============================
80.18/80.20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
80.18/80.20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
80.18/80.20	===============================================================================
80.18/80.20	|     64324 |   37344   149901   405277 |    54963    26031    139 |  0.265 % |
80.18/80.20	|     64474 |   37344   149901   405277 |    60460    26181    139 |  0.265 % |
80.18/80.20	|     64699 |   37344   149901   405277 |    66506    26406    138 |  0.265 % |
80.18/80.20	|     65036 |   37344   149901   405277 |    73156    26743    138 |  0.265 % |
80.18/80.20	|     65542 |   37344   149901   405277 |    80472    27249    136 |  0.265 % |
80.18/80.20	|     66301 |   37344   149901   405277 |    88519    28008    135 |  0.265 % |
80.18/80.20	|     67440 |   37344   149901   405277 |    97371    29147    134 |  0.265 % |
80.18/80.20	|     69148 |   37344   149901   405277 |   107108    30855    132 |  0.265 % |
80.18/80.20	|     71710 |   37344   149901   405277 |   117819    33417    130 |  0.265 % |
80.18/80.20	|     75554 |   37344   149901   405277 |   129601    37261    128 |  0.265 % |
80.18/80.20	|     81320 |   37344   149901   405277 |   142561    43027    129 |  0.265 % |
80.18/80.20	|     89969 |   37344   149901   405277 |   156817    51676    127 |  0.265 % |
80.18/80.20	===============================================================================
80.18/80.20	c Found solution: 8606
80.18/80.20	c ---[   0]---> Sorter-cost:    5     Base: 2 3 3 2 3 3
118.27/118.31	|  Eliminated clauses:           0.95 Mb                                      |
118.27/118.31	============================[ Search Statistics ]==============================
118.27/118.31	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
118.27/118.31	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
118.27/118.31	===============================================================================
118.27/118.31	|     96137 |   37345   149906   405297 |    54965    21168     77 |  0.267 % |
118.27/118.31	|     96287 |   37345   149906   405297 |    60462    21318     78 |  0.267 % |
118.27/118.31	|     96512 |   37345   149906   405297 |    66508    21543     79 |  0.267 % |
118.27/118.31	|     96849 |   37345   149906   405297 |    73159    21880     79 |  0.267 % |
118.27/118.31	|     97355 |   37345   149906   405297 |    80475    22386     79 |  0.267 % |
118.27/118.31	|     98114 |   37345   149906   405297 |    88522    23145     78 |  0.267 % |
118.27/118.31	|     99253 |   37345   149906   405297 |    97374    24284     80 |  0.267 % |
118.27/118.31	|    100961 |   37345   149906   405297 |   107112    25992     79 |  0.267 % |
118.27/118.31	|    103523 |   37345   149906   405297 |   117823    28554     89 |  0.267 % |
118.27/118.31	|    107367 |   37345   149906   405297 |   129605    32398     93 |  0.267 % |
118.27/118.31	|    113133 |   37345   149906   405297 |   142566    38164    101 |  0.267 % |
118.27/118.31	|    121782 |   37345   149906   405297 |   156823    46813    110 |  0.267 % |
118.27/118.31	|    134756 |   37345   149906   405297 |   172505    59787    115 |  0.267 % |
118.27/118.31	===============================================================================
118.27/118.31	c Found solution: 8478
118.27/118.31	c ---[   0]---> Sorter-cost:    7     Base: 2 3 3 2 3 3
217.87/217.95	|  Eliminated clauses:           0.95 Mb                                      |
217.87/217.95	============================[ Search Statistics ]==============================
217.87/217.95	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
217.87/217.95	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
217.87/217.95	===============================================================================
217.87/217.95	|    142790 |   37346   149911   405315 |    54967    20991    105 |  0.268 % |
217.87/217.95	|    142940 |   37346   149911   405315 |    60464    21141    106 |  0.268 % |
217.87/217.95	|    143165 |   37346   149911   405315 |    66510    21366    107 |  0.268 % |
217.87/217.95	|    143502 |   37346   149911   405315 |    73161    21703    107 |  0.268 % |
217.87/217.95	|    144008 |   37346   149911   405315 |    80477    22209    110 |  0.268 % |
217.87/217.95	|    144767 |   37346   149911   405315 |    88525    22968    111 |  0.268 % |
217.87/217.95	|    145906 |   37346   149911   405315 |    97378    24107    110 |  0.268 % |
217.87/217.95	|    147614 |   37346   149911   405315 |   107115    25815    112 |  0.268 % |
217.87/217.95	|    150176 |   37338   149911   405315 |   117827    28376    111 |  0.282 % |
217.87/217.95	|    154020 |   37338   149911   405315 |   129610    32220    119 |  0.282 % |
217.87/217.95	|    159786 |   37338   149911   405315 |   142571    37986    127 |  0.282 % |
217.87/217.95	|    168435 |   37338   149911   405315 |   156828    46635    132 |  0.282 % |
217.87/217.95	|    181409 |   37338   149911   405315 |   172511    59609    139 |  0.282 % |
217.87/217.95	|    200870 |   37338   149911   405315 |   189762    79070    139 |  0.282 % |
217.87/217.95	|    230062 |   37338   149911   405315 |   208738   108262    149 |  0.282 % |
217.87/217.95	===============================================================================
217.87/217.95	c Found solution: 8477
217.87/217.95	c ---[   0]---> Sorter-cost:    7     Base: 2 3 3 2 3 3
225.85/225.98	|  Eliminated clauses:           0.95 Mb                                      |
225.85/225.98	============================[ Search Statistics ]==============================
225.85/225.98	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
225.85/225.98	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
225.85/225.98	===============================================================================
225.85/225.98	|    237379 |   37330   149843   405139 |    54942    23077    107 |  0.284 % |
225.85/225.98	|    237529 |   37330   149843   405139 |    60436    23227    108 |  0.284 % |
225.85/225.98	|    237754 |   37330   149843   405139 |    66480    23452    108 |  0.284 % |
225.85/225.98	|    238091 |   37330   149843   405139 |    73128    23789    107 |  0.284 % |
225.85/225.98	|    238597 |   37330   149843   405139 |    80441    24295    110 |  0.284 % |
225.85/225.98	|    239356 |   37330   149843   405139 |    88485    25054    112 |  0.284 % |
225.85/225.98	|    240495 |   37330   149843   405139 |    97333    26193    114 |  0.284 % |
225.85/225.98	|    242203 |   37330   149843   405139 |   107067    27901    115 |  0.284 % |
225.85/225.98	|    244765 |   37330   149843   405139 |   117773    30463    123 |  0.284 % |
225.85/225.98	===============================================================================
225.85/225.98	c Found solution: 8468
225.85/225.98	c ---[   0]---> Sorter-cost:    7     Base: 2 3 3 2 3 3
246.26/246.37	|  Eliminated clauses:           0.95 Mb                                      |
246.26/246.37	============================[ Search Statistics ]==============================
246.26/246.37	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
246.26/246.37	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
246.26/246.37	===============================================================================
246.26/246.37	|    245515 |   37331   149849   405160 |    54944    31213    126 |  0.285 % |
246.26/246.37	|    245665 |   37331   149849   405160 |    60439    31363    125 |  0.285 % |
246.26/246.37	|    245890 |   37331   149849   405160 |    66483    31588    125 |  0.285 % |
246.26/246.37	|    246227 |   37331   149849   405160 |    73131    31925    125 |  0.285 % |
246.26/246.37	|    246733 |   37331   149849   405160 |    80444    32431    126 |  0.285 % |
246.26/246.37	|    247492 |   37331   149849   405160 |    88488    33190    127 |  0.285 % |
246.26/246.37	|    248631 |   37331   149849   405160 |    97337    34329    127 |  0.285 % |
246.26/246.37	|    250339 |   37331   149849   405160 |   107071    36037    128 |  0.285 % |
246.26/246.37	|    252901 |   37331   149849   405160 |   117778    38599    131 |  0.285 % |
246.26/246.37	|    256745 |   37331   149849   405160 |   129556    42443    134 |  0.285 % |
246.26/246.37	|    262511 |   37331   149849   405160 |   142512    48209    138 |  0.285 % |
246.26/246.37	===============================================================================
246.26/246.37	c Found solution: 8324
246.26/246.37	c ---[   0]---> Sorter-cost:    4     Base: 2 3 3 2 3 3
248.05/248.19	|  Eliminated clauses:           0.95 Mb                                      |
248.05/248.19	============================[ Search Statistics ]==============================
248.05/248.19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
248.05/248.19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
248.05/248.19	===============================================================================
248.05/248.19	|    267733 |   37257   149576   404582 |    54844    22376    104 |  0.344 % |
248.05/248.19	|    267883 |   37257   149576   404582 |    60328    22526    104 |  0.344 % |
248.05/248.19	|    268108 |   37257   149576   404582 |    66361    22751    105 |  0.344 % |
248.05/248.19	|    268445 |   37257   149576   404582 |    72998    23088    104 |  0.344 % |
248.05/248.19	|    268951 |   37257   149576   404582 |    80297    23594    104 |  0.344 % |
248.05/248.19	===============================================================================
248.05/248.19	c Found solution: 8034
248.05/248.19	c ---[   0]---> Sorter-cost:    6     Base: 2 3 3 2 3 3
274.65/274.74	|  Eliminated clauses:           0.95 Mb                                      |
274.65/274.74	============================[ Search Statistics ]==============================
274.65/274.74	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
274.65/274.74	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
274.65/274.74	===============================================================================
274.65/274.74	|    269301 |   37258   149586   404634 |    54848    23944    104 |  0.345 % |
274.65/274.74	|    269451 |   37258   149586   404634 |    60333    24094    104 |  0.345 % |
274.65/274.74	|    269676 |   37258   149586   404634 |    66366    24319    104 |  0.345 % |
274.65/274.74	|    270013 |   37258   149586   404634 |    73002    24656    104 |  0.345 % |
274.65/274.74	|    270519 |   37258   149586   404634 |    80303    25162    104 |  0.345 % |
274.65/274.74	|    271278 |   37258   149586   404634 |    88333    25921    104 |  0.345 % |
274.65/274.74	|    272417 |   37258   149586   404634 |    97166    27060    104 |  0.345 % |
274.65/274.74	|    274125 |   37258   149586   404634 |   106883    28768    105 |  0.345 % |
274.65/274.74	|    276687 |   37258   149586   404634 |   117571    31330    108 |  0.345 % |
274.65/274.74	|    280531 |   37258   149586   404634 |   129329    35174    110 |  0.345 % |
274.65/274.74	|    286297 |   30780   149586   404634 |   142262    30077     96 | 11.260 % |
274.65/274.74	|    294946 |   30712   149586   404634 |   156488    34364    106 | 11.374 % |
274.65/274.74	===============================================================================
274.65/274.74	c Optimal solution: 8034
274.65/274.74	s OPTIMUM FOUND
274.65/274.74	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
274.65/274.75	c _______________________________________________________________________________
274.65/274.75	c 
274.65/274.75	restarts              : 1002
274.65/274.75	conflicts             : 299753         (1092 /sec)
274.65/274.75	decisions             : 520571         (0.00 % random) (1896 /sec)
274.65/274.75	propagations          : 682067245      (2483900 /sec)
274.65/274.75	conflict literals     : 45315238       (53.27 % deleted)
274.65/274.75	Memory used           : 139.92 MB
274.65/274.75	CPU time              : 274.595 s
274.65/274.75	c _______________________________________________________________________________

Verifier Data

OK	8034

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4112780-1466564228/watcher-4112780-1466564228 -o /tmp/evaluation-result-4112780-1466564228/solver-4112780-1466564228 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466551503-22030 --watchdog 1960 minisatp HOME/instance-4112780-1466564228.opb 

pid=23998
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.15 2.17 2.18 3/178 24001
/proc/meminfo: memFree=30221600/32872528 swapFree=1482636/1662508
[pid=24001] ppid=23998 vsize=6388 CPUtime=0 cores=1,3,5,7
/proc/24001/stat : 24001 (minisatp) R 23998 24001 22013 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 58469227 6541312 229 33554432000 4194304 5646918 140736362684832 140736473143704 4419702 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24001/statm: 1597 741 124 355 0 1238 0

[startup+0.100112 s]
/proc/loadavg: 2.15 2.17 2.18 3/178 24001
/proc/meminfo: memFree=30221600/32872528 swapFree=1482636/1662508
[pid=24001] ppid=23998 vsize=3912 CPUtime=0.09 cores=1,3,5,7
/proc/24001/stat : 24001 (minisatp) R 23998 24001 22013 0 -1 4202496 840 0 0 0 9 0 0 0 20 0 1 0 58469227 4005888 709 33554432000 4194304 5646918 140736362684832 140736473143704 4817528 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24001/statm: 978 709 140 355 0 619 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3912

[startup+0.200248 s]
/proc/loadavg: 2.15 2.17 2.18 3/178 24001
/proc/meminfo: memFree=30221600/32872528 swapFree=1482636/1662508
[pid=24001] ppid=23998 vsize=3912 CPUtime=0.19 cores=1,3,5,7
/proc/24001/stat : 24001 (minisatp) R 23998 24001 22013 0 -1 4202496 840 0 0 0 19 0 0 0 20 0 1 0 58469227 4005888 709 33554432000 4194304 5646918 140736362684832 140736473143704 4823361 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24001/statm: 978 709 140 355 0 619 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 3912

[startup+0.300296 s]
/proc/loadavg: 2.15 2.17 2.18 3/178 24001
/proc/meminfo: memFree=30221600/32872528 swapFree=1482636/1662508
[pid=24001] ppid=23998 vsize=3912 CPUtime=0.29 cores=1,3,5,7
/proc/24001/stat : 24001 (minisatp) R 23998 24001 22013 0 -1 4202496 840 0 0 0 29 0 0 0 20 0 1 0 58469227 4005888 709 33554432000 4194304 5646918 140736362684832 140736473143704 4831277 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24001/statm: 978 709 140 355 0 619 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3912

[startup+0.70024 s]
/proc/loadavg: 2.15 2.17 2.18 3/178 24001
/proc/meminfo: memFree=30221600/32872528 swapFree=1482636/1662508
[pid=24001] ppid=23998 vsize=31704 CPUtime=0.69 cores=1,3,5,7
/proc/24001/stat : 24001 (minisatp) R 23998 24001 22013 0 -1 4202496 6931 0 0 0 68 1 0 0 20 0 1 0 58469227 32464896 7151 33554432000 4194304 5646918 140736362684832 140736362609256 4419702 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24001/statm: 7926 7151 144 355 0 7567 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31704

[startup+1.50025 s]
/proc/loadavg: 2.15 2.17 2.18 3/179 24002
/proc/meminfo: memFree=30186876/32872528 swapFree=1482636/1662508
[pid=24001] ppid=23998 vsize=37388 CPUtime=1.49 cores=1,3,5,7
/proc/24001/stat : 24001 (minisatp) R 23998 24001 22013 0 -1 4202496 8177 0 0 0 148 1 0 0 20 0 1 0 58469227 38285312 8632 33554432000 4194304 5646918 140736362684832 140736362683592 4402824 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24001/statm: 9347 8632 154 355 0 8988 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37388

[startup+3.10031 s]
/proc/loadavg: 2.15 2.17 2.18 3/179 24002
/proc/meminfo: memFree=30186384/32872528 swapFree=1482636/1662508
[pid=24001] ppid=23998 vsize=37388 CPUtime=3.09 cores=1,3,5,7
/proc/24001/stat : 24001 (minisatp) R 23998 24001 22013 0 -1 4202496 8178 0 0 0 308 1 0 0 20 0 1 0 58469227 38285312 8633 33554432000 4194304 5646918 140736362684832 140736362683592 4402764 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24001/statm: 9347 8633 155 355 0 8988 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37388

[startup+6.30028 s]
/proc/loadavg: 2.14 2.17 2.18 3/179 24002
/proc/meminfo: memFree=30183156/32872528 swapFree=1482636/1662508
[pid=24001] ppid=23998 vsize=44460 CPUtime=6.29 cores=1,3,5,7
/proc/24001/stat : 24001 (minisatp) R 23998 24001 22013 0 -1 4202496 8693 0 0 0 628 1 0 0 20 0 1 0 58469227 45527040 9657 33554432000 4194304 5646918 140736362684832 140736362683080 4403416 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24001/statm: 11115 9657 155 355 0 10756 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44460

[startup+12.7003 s]
/proc/loadavg: 2.12 2.17 2.17 3/179 24002
/proc/meminfo: memFree=30164636/32872528 swapFree=1482636/1662508
[pid=24001] ppid=23998 vsize=63136 CPUtime=12.69 cores=1,3,5,7
/proc/24001/stat : 24001 (minisatp) R 23998 24001 22013 0 -1 4202496 9156 0 0 0 1267 2 0 0 20 0 1 0 58469227 64651264 14716 33554432000 4194304 5646918 140736362684832 140736362683128 4397505 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24001/statm: 15784 14716 155 355 0 15425 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 63136

[startup+25.5004 s]
/proc/loadavg: 2.10 2.16 2.17 4/179 24002
/proc/meminfo: memFree=30150932/32872528 swapFree=1482636/1662508
[pid=24001] ppid=23998 vsize=74812 CPUtime=25.49 cores=1,3,5,7
/proc/24001/stat : 24001 (minisatp) R 23998 24001 22013 0 -1 4202496 10117 0 0 0 2547 2 0 0 20 0 1 0 58469227 76607488 17714 33554432000 4194304 5646918 140736362684832 140736362683496 4464108 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24001/statm: 18703 17714 155 355 0 18344 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 74812

[startup+51.1004 s]
/proc/loadavg: 2.13 2.16 2.17 4/179 24003
/proc/meminfo: memFree=30163568/32872528 swapFree=1482636/1662508
[pid=24001] ppid=23998 vsize=63136 CPUtime=51.08 cores=1,3,5,7
/proc/24001/stat : 24001 (minisatp) R 23998 24001 22013 0 -1 4202496 11594 0 0 0 5105 3 0 0 20 0 1 0 58469227 64651264 15060 33554432000 4194304 5646918 140736362684832 140736362683112 4402853 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24001/statm: 15784 15060 157 355 0 15425 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 63136

[startup+102.3 s]
/proc/loadavg: 2.16 2.16 2.17 3/179 24004
/proc/meminfo: memFree=30154652/32872528 swapFree=1482636/1662508
[pid=24001] ppid=23998 vsize=74812 CPUtime=102.28 cores=1,3,5,7
/proc/24001/stat : 24001 (minisatp) R 23998 24001 22013 0 -1 4202496 13682 0 0 0 10224 4 0 0 20 0 1 0 58469227 76607488 16826 33554432000 4194304 5646918 140736362684832 140736362683528 4403159 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24001/statm: 18703 16826 157 355 0 18344 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 74812

[startup+162.3 s]
/proc/loadavg: 2.14 2.16 2.17 3/179 24005
/proc/meminfo: memFree=30139264/32872528 swapFree=1482636/1662508
[pid=24001] ppid=23998 vsize=93780 CPUtime=162.26 cores=1,3,5,7
/proc/24001/stat : 24001 (minisatp) R 23998 24001 22013 0 -1 4202496 16050 0 0 0 16220 6 0 0 20 0 1 0 58469227 96030720 20609 33554432000 4194304 5646918 140736362684832 140736362683528 4402764 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24001/statm: 23445 20609 158 355 0 23086 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 93780

[startup+222.307 s]
/proc/loadavg: 2.21 2.18 2.18 4/180 24009
/proc/meminfo: memFree=30161956/32872528 swapFree=1482636/1662508
[pid=24001] ppid=23998 vsize=63136 CPUtime=222.26 cores=1,3,5,7
/proc/24001/stat : 24001 (minisatp) R 23998 24001 22013 0 -1 4202496 16720 0 0 0 22218 8 0 0 20 0 1 0 58469227 64651264 14755 33554432000 4194304 5646918 140736362684832 140736362683544 4397505 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24001/statm: 15784 14755 158 355 0 15425 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 63136

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 24001 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+230.4 s]
/proc/loadavg: 2.26 2.19 2.18 3/180 24009
/proc/meminfo: memFree=30159228/32872528 swapFree=1482636/1662508
[pid=24001] ppid=23998 vsize=74812 CPUtime=230.35 cores=1,3,5,7
/proc/24001/stat : 24001 (minisatp) R 23998 24001 22013 0 -1 4202496 17663 0 0 0 23027 8 0 0 20 0 1 0 58469227 76607488 16199 33554432000 4194304 5646918 140736362684832 140736362683528 4402684 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24001/statm: 18703 16199 158 355 0 18344 0
Current children cumulated CPU time (s) 230.35
Current children cumulated vsize (KiB) 74812

[startup+256 s]
/proc/loadavg: 2.24 2.19 2.18 3/180 24033
/proc/meminfo: memFree=30161608/32872528 swapFree=1482636/1662508
[pid=24001] ppid=23998 vsize=63136 CPUtime=255.95 cores=1,3,5,7
/proc/24001/stat : 24001 (minisatp) R 23998 24001 22013 0 -1 4202496 18303 0 0 0 25586 9 0 0 20 0 1 0 58469227 64651264 14756 33554432000 4194304 5646918 140736362684832 140736362683112 4402684 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24001/statm: 15784 14756 158 355 0 15425 0
Current children cumulated CPU time (s) 255.95
Current children cumulated vsize (KiB) 63136

[startup+262.4 s]
/proc/loadavg: 2.22 2.18 2.18 4/180 24033
/proc/meminfo: memFree=30159872/32872528 swapFree=1482636/1662508
[pid=24001] ppid=23998 vsize=74812 CPUtime=262.35 cores=1,3,5,7
/proc/24001/stat : 24001 (minisatp) R 23998 24001 22013 0 -1 4202496 19062 0 0 0 26225 10 0 0 20 0 1 0 58469227 76607488 15508 33554432000 4194304 5646918 140736362684832 140736362683528 4402684 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24001/statm: 18703 15508 158 355 0 18344 0
Current children cumulated CPU time (s) 262.35
Current children cumulated vsize (KiB) 74812

[startup+268.8 s]
/proc/loadavg: 2.28 2.20 2.18 3/180 24033
/proc/meminfo: memFree=30161840/32872528 swapFree=1482636/1662508
[pid=24001] ppid=23998 vsize=63136 CPUtime=268.75 cores=1,3,5,7
/proc/24001/stat : 24001 (minisatp) R 23998 24001 22013 0 -1 4202496 19212 0 0 0 26865 10 0 0 20 0 1 0 58469227 64651264 14756 33554432000 4194304 5646918 140736362684832 140736362683496 4402751 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24001/statm: 15784 14756 158 355 0 15425 0
Current children cumulated CPU time (s) 268.75
Current children cumulated vsize (KiB) 63136

[startup+272 s]
/proc/loadavg: 2.26 2.19 2.18 3/180 24033
/proc/meminfo: memFree=30161468/32872528 swapFree=1482636/1662508
[pid=24001] ppid=23998 vsize=63136 CPUtime=271.95 cores=1,3,5,7
/proc/24001/stat : 24001 (minisatp) R 23998 24001 22013 0 -1 4202496 19567 0 0 0 27185 10 0 0 20 0 1 0 58469227 64651264 15109 33554432000 4194304 5646918 140736362684832 140736362683496 4397985 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24001/statm: 15784 15109 158 355 0 15425 0
Current children cumulated CPU time (s) 271.95
Current children cumulated vsize (KiB) 63136

[startup+273.6 s]
/proc/loadavg: 2.26 2.19 2.18 3/180 24033
/proc/meminfo: memFree=30167540/32872528 swapFree=1482636/1662508
[pid=24001] ppid=23998 vsize=58972 CPUtime=273.55 cores=1,3,5,7
/proc/24001/stat : 24001 (minisatp) R 23998 24001 22013 0 -1 4202496 19812 0 0 0 27345 10 0 0 20 0 1 0 58469227 60387328 13313 33554432000 4194304 5646918 140736362684832 140736362682936 4399854 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24001/statm: 14743 13313 158 355 0 14384 0
Current children cumulated CPU time (s) 273.55
Current children cumulated vsize (KiB) 58972

[startup+274.4 s]
/proc/loadavg: 2.26 2.19 2.18 3/180 24033
/proc/meminfo: memFree=30167788/32872528 swapFree=1482636/1662508
[pid=24001] ppid=23998 vsize=70244 CPUtime=274.35 cores=1,3,5,7
/proc/24001/stat : 24001 (minisatp) R 23998 24001 22013 0 -1 4202496 19948 0 0 0 27424 11 0 0 20 0 1 0 58469227 71929856 16515 33554432000 4194304 5646918 140736362684832 140736362682936 4402853 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24001/statm: 17561 16515 158 355 0 17202 0
Current children cumulated CPU time (s) 274.35
Current children cumulated vsize (KiB) 70244

[startup+274.6 s]
/proc/loadavg: 2.26 2.19 2.18 3/180 24033
/proc/meminfo: memFree=30167788/32872528 swapFree=1482636/1662508
[pid=24001] ppid=23998 vsize=70244 CPUtime=274.55 cores=1,3,5,7
/proc/24001/stat : 24001 (minisatp) R 23998 24001 22013 0 -1 4202496 19948 0 0 0 27444 11 0 0 20 0 1 0 58469227 71929856 16515 33554432000 4194304 5646918 140736362684832 140736362683048 4397875 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24001/statm: 17561 16515 158 355 0 17202 0
Current children cumulated CPU time (s) 274.55
Current children cumulated vsize (KiB) 70244

[startup+274.7 s]
/proc/loadavg: 2.26 2.19 2.18 3/180 24033
/proc/meminfo: memFree=30167788/32872528 swapFree=1482636/1662508
[pid=24001] ppid=23998 vsize=70244 CPUtime=274.65 cores=1,3,5,7
/proc/24001/stat : 24001 (minisatp) R 23998 24001 22013 0 -1 4202496 19948 0 0 0 27454 11 0 0 20 0 1 0 58469227 71929856 16515 33554432000 4194304 5646918 140736362684832 140736362683048 4402764 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24001/statm: 17561 16515 158 355 0 17202 0
Current children cumulated CPU time (s) 274.65
Current children cumulated vsize (KiB) 70244

Child status: 0
Real time (s): 274.754
CPU time (s): 274.711
CPU user time (s): 274.597
CPU system time (s): 0.113982
CPU usage (%): 99.9846
Max. virtual memory (cumulated for all children) (KiB): 143276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 274.597
system time used= 0.113982
maximum resident set size= 125984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19957
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= 1
involuntary context switches= 303

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.666898 second user time and 1.08683 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-22 04:57:08
IDJOB=4112780
IDBENCH=24970
IDSOLVER=2555
FILE ID=node134/4112780-1466564228
RUNJOBID= node134-1466551503-22030
PBS_JOBID= 19943329
Free space on /tmp= 71692 MiB

SOLVER NAME= minisatp 2012-10-02 git-d91742b
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/poldner/PB/testset/normalized-10_20.opb
COMMAND LINE= minisatp BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4112780-1466564228/watcher-4112780-1466564228 -o /tmp/evaluation-result-4112780-1466564228/solver-4112780-1466564228 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466551503-22030 --watchdog 1960  minisatp HOME/instance-4112780-1466564228.opb

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

MD5SUM BENCH= dfa433e4e6a88cd1c776cef0a80ce991
RANDOM SEED=1156074999

node134.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.020
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 7358.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30222036 kB
Buffers:           80204 kB
Cached:            79980 kB
SwapCached:         2876 kB
Active:           139936 kB
Inactive:         106100 kB
Active(anon):      85460 kB
Inactive(anon):     2756 kB
Active(file):      54476 kB
Inactive(file):   103344 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67099204 kB
Dirty:              3664 kB
Writeback:             0 kB
AnonPages:       1757440 kB
Mapped:             9496 kB
Shmem:                 0 kB
Slab:             598556 kB
SReclaimable:      42352 kB
SUnreclaim:       556204 kB
KernelStack:        1456 kB
PageTables:         7608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1871760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-4112780-1466564228.opb

Free space on /tmp at the end= 71688 MiB
End job on node134 at 2016-06-22 05:01:43