Trace number 4112467

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-d91742bOPT694 89.5084 89.5291

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-cm42a.opb
MD5SUMfbb7284250700e8b461b63d83ddce719
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark694
Best CPU time to get the best result obtained on this benchmark0.067988
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 694
Optimality of the best value was proved YES
Number of variables99
Total number of constraints185
Number of constraints which are clauses185
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 99
Biggest coefficient in the objective function 60
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 4087
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 60
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 4087
Number of bits of the biggest sum of numbers12
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 185 PB-constraints to clauses...
0.00/0.00	c   -- Unit propagations: (none)
0.00/0.00	c   -- Detecting intervals from adjacent constraints: (none)
0.00/0.00	c   -- Clauses(.)/Splits(s): .........................................................................................................................................................................................
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: 939
0.00/0.00	c ---[   0]---> Sorter-cost: 8480     Base: 3 2 2 2 2
0.09/0.19	|  Eliminated clauses:           0.12 Mb                                      |
0.09/0.19	============================[ Search Statistics ]==============================
0.09/0.19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.19	===============================================================================
0.09/0.19	|       100 |    5031    19857    53298 |     7280      100     21 |  0.013 % |
0.09/0.19	|       250 |    5009    19857    53298 |     8008      249     22 |  0.298 % |
0.09/0.19	|       475 |    4949    19857    53298 |     8809      471     39 |  1.077 % |
0.09/0.19	|       812 |    4949    19857    53298 |     9690      807     37 |  1.077 % |
0.09/0.19	|      1318 |    4932    19857    53298 |    10659     1307     45 |  1.297 % |
0.09/0.19	===============================================================================
0.09/0.19	c Found solution: 928
0.09/0.19	c ---[   0]---> Sorter-cost: 6779     Base: 3 2 2 2 2
0.59/0.68	|  Eliminated clauses:           0.22 Mb                                      |
0.59/0.68	============================[ Search Statistics ]==============================
0.59/0.68	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.59/0.68	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.59/0.68	===============================================================================
0.59/0.68	|      1452 |    8719    34888    93753 |    12792     1441     47 |  0.735 % |
0.59/0.68	|      1602 |    8719    34888    93753 |    14071     1591     49 |  0.735 % |
0.59/0.68	|      1827 |    8719    34888    93753 |    15478     1816     53 |  0.735 % |
0.59/0.68	|      2164 |    8719    34888    93753 |    17026     2153     56 |  0.735 % |
0.59/0.68	|      2670 |    8719    34888    93753 |    18729     2659     54 |  0.735 % |
0.59/0.68	|      3429 |    8719    34888    93753 |    20602     3418     54 |  0.735 % |
0.59/0.68	===============================================================================
0.59/0.68	c Found solution: 813
0.59/0.68	c ---[   0]---> Sorter-cost:    6     Base: 3 2 2 2 2
0.69/0.73	|  Eliminated clauses:           0.22 Mb                                      |
0.69/0.73	============================[ Search Statistics ]==============================
0.69/0.73	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.73	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.73	===============================================================================
0.69/0.73	===============================================================================
0.69/0.73	c Found solution: 797
0.69/0.73	c ---[   0]---> Sorter-cost:    5     Base: 3 2 2 2 2
0.99/1.10	|  Eliminated clauses:           0.22 Mb                                      |
0.99/1.10	============================[ Search Statistics ]==============================
0.99/1.10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.99/1.10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.99/1.10	===============================================================================
0.99/1.10	|      4210 |    8747    34992    94278 |    12830     4199     55 |  0.740 % |
0.99/1.10	|      4360 |    8747    34992    94278 |    14113     4349     55 |  0.740 % |
0.99/1.10	|      4585 |    8747    34992    94278 |    15524     4574     55 |  0.740 % |
0.99/1.10	|      4922 |    8747    34992    94278 |    17077     4911     54 |  0.740 % |
0.99/1.10	|      5428 |    8747    34992    94278 |    18784     5417     54 |  0.740 % |
0.99/1.10	|      6187 |    8727    34992    94278 |    20663     6175     52 |  0.884 % |
0.99/1.10	===============================================================================
0.99/1.10	c Found solution: 787
1.09/1.17	c ---[   0]---> Sorter-cost:    6     Base: 3 2 2 2 2
1.49/1.58	|  Eliminated clauses:           0.22 Mb                                      |
1.49/1.58	============================[ Search Statistics ]==============================
1.49/1.58	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.49/1.58	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.49/1.58	===============================================================================
1.49/1.58	|      6958 |    8722    34905    94083 |    12798     6946     52 |  0.890 % |
1.49/1.58	|      7108 |    8722    34905    94083 |    14078     7096     52 |  0.890 % |
1.49/1.58	|      7333 |    8722    34905    94083 |    15486     7321     52 |  0.890 % |
1.49/1.58	|      7670 |    8722    34905    94083 |    17034     7658     51 |  0.890 % |
1.49/1.58	|      8176 |    8722    34905    94083 |    18738     8164     50 |  0.890 % |
1.49/1.58	|      8935 |    8722    34905    94083 |    20612     8923     50 |  0.890 % |
1.49/1.58	|     10074 |    8722    34905    94083 |    22673    10062     50 |  0.890 % |
1.49/1.58	===============================================================================
1.49/1.58	c Found solution: 780
1.49/1.58	c ---[   0]---> Sorter-cost:    6     Base: 3 2 2 2 2
2.29/2.34	|  Eliminated clauses:           0.22 Mb                                      |
2.29/2.34	============================[ Search Statistics ]==============================
2.29/2.34	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.29/2.34	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.29/2.34	===============================================================================
2.29/2.34	|     10355 |    8724    34917    94187 |    12802    10343     49 |  0.896 % |
2.29/2.34	|     10505 |    8724    34917    94187 |    14083    10493     49 |  0.896 % |
2.29/2.34	|     10730 |    8724    34917    94187 |    15491    10718     50 |  0.896 % |
2.29/2.34	|     11067 |    8724    34917    94187 |    17040    11055     50 |  0.896 % |
2.29/2.34	|     11573 |    8724    34917    94187 |    18744    11561     51 |  0.896 % |
2.29/2.34	|     12332 |    8724    34917    94187 |    20619    12320     51 |  0.896 % |
2.29/2.34	|     13471 |    8724    34917    94187 |    22681    13459     52 |  0.896 % |
2.29/2.34	===============================================================================
2.29/2.34	c Found solution: 778
2.29/2.34	c ---[   0]---> Sorter-cost:    5     Base: 3 2 2 2 2
2.39/2.40	|  Eliminated clauses:           0.22 Mb                                      |
2.39/2.40	============================[ Search Statistics ]==============================
2.39/2.40	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.39/2.40	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.39/2.40	===============================================================================
2.39/2.40	===============================================================================
2.39/2.40	c Found solution: 773
2.39/2.40	c ---[   0]---> Sorter-cost:    3     Base: 3 2 2 2 2
4.29/4.30	|  Eliminated clauses:           0.22 Mb                                      |
4.29/4.30	============================[ Search Statistics ]==============================
4.29/4.30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.29/4.30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.29/4.30	===============================================================================
4.29/4.30	|     14740 |    8729    34941    94273 |    12811     7448     48 |  0.915 % |
4.29/4.30	|     14890 |    8729    34941    94273 |    14092     7598     48 |  0.915 % |
4.29/4.30	|     15115 |    8729    34941    94273 |    15502     7823     48 |  0.915 % |
4.29/4.30	|     15452 |    8729    34941    94273 |    17052     8160     48 |  0.915 % |
4.29/4.30	|     15958 |    8729    34941    94273 |    18757     8666     48 |  0.915 % |
4.29/4.30	|     16717 |    8729    34941    94273 |    20633     9425     47 |  0.915 % |
4.29/4.30	|     17856 |    8729    34941    94273 |    22696    10564     47 |  0.915 % |
4.29/4.30	|     19564 |    8729    34941    94273 |    24966    12272     46 |  0.915 % |
4.29/4.30	|     22126 |    8729    34941    94273 |    27463    14834     45 |  0.915 % |
4.29/4.30	===============================================================================
4.29/4.30	c Found solution: 772
4.29/4.31	c ---[   0]---> Sorter-cost:    4     Base: 3 2 2 2 2
4.39/4.42	|  Eliminated clauses:           0.22 Mb                                      |
4.39/4.42	============================[ Search Statistics ]==============================
4.39/4.42	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.39/4.42	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.39/4.42	===============================================================================
4.39/4.42	|     24550 |    8730    34948    94311 |    12814     8679     32 |  0.921 % |
4.39/4.42	|     24700 |    8730    34948    94311 |    14095     8829     32 |  0.921 % |
4.39/4.42	===============================================================================
4.39/4.42	c Found solution: 771
4.39/4.42	c ---[   0]---> Sorter-cost:    5     Base: 3 2 2 2 2
4.39/4.48	|  Eliminated clauses:           0.22 Mb                                      |
4.39/4.48	============================[ Search Statistics ]==============================
4.39/4.48	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.39/4.48	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.39/4.48	===============================================================================
4.39/4.48	|     24947 |    8732    34960    94382 |    12818     9076     33 |  0.927 % |
4.39/4.48	===============================================================================
4.39/4.48	c Found solution: 770
4.39/4.48	c ---[   0]---> Sorter-cost:    4     Base: 3 2 2 2 2
4.59/4.62	|  Eliminated clauses:           0.22 Mb                                      |
4.59/4.62	============================[ Search Statistics ]==============================
4.59/4.62	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.59/4.62	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.59/4.62	===============================================================================
4.59/4.62	|     25144 |    8733    34967    94420 |    12821     9273     33 |  0.934 % |
4.59/4.62	|     25294 |    8733    34967    94420 |    14103     9423     33 |  0.934 % |
4.59/4.62	|     25519 |    8733    34967    94420 |    15513     9648     33 |  0.934 % |
4.59/4.62	===============================================================================
4.59/4.62	c Found solution: 769
4.59/4.62	c ---[   0]---> Sorter-cost:    5     Base: 3 2 2 2 2
4.59/4.67	|  Eliminated clauses:           0.22 Mb                                      |
4.59/4.67	============================[ Search Statistics ]==============================
4.59/4.67	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.59/4.67	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.59/4.67	===============================================================================
4.59/4.67	|     25781 |    8735    34979    94487 |    12825     9910     33 |  0.940 % |
4.59/4.67	===============================================================================
4.59/4.67	c Found solution: 760
4.59/4.67	c ---[   0]---> Sorter-cost:    3     Base: 3 2 2 2 2
8.49/8.58	|  Eliminated clauses:           0.22 Mb                                      |
8.49/8.58	============================[ Search Statistics ]==============================
8.49/8.58	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.49/8.58	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.49/8.58	===============================================================================
8.49/8.58	|     25915 |    8736    34987    94531 |    12828    10044     34 |  0.946 % |
8.49/8.58	|     26065 |    8736    34987    94531 |    14111    10194     34 |  0.946 % |
8.49/8.58	|     26290 |    8736    34987    94531 |    15522    10419     34 |  0.946 % |
8.49/8.58	|     26627 |    8736    34987    94531 |    17074    10756     34 |  0.946 % |
8.49/8.58	|     27133 |    8736    34987    94531 |    18782    11262     35 |  0.946 % |
8.49/8.58	|     27892 |    8736    34987    94531 |    20660    12021     35 |  0.946 % |
8.49/8.58	|     29031 |    8736    34987    94531 |    22726    13160     36 |  0.946 % |
8.49/8.58	|     30739 |    8736    34987    94531 |    24999    14868     37 |  0.946 % |
8.49/8.58	|     33301 |    8736    34987    94531 |    27499    17430     38 |  0.946 % |
8.49/8.58	|     37145 |    8736    34987    94531 |    30249    21274     39 |  0.946 % |
8.49/8.58	|     42911 |    8736    34987    94531 |    33273    27040     41 |  0.946 % |
8.49/8.58	===============================================================================
8.49/8.58	c Found solution: 758
8.49/8.58	c ---[   0]---> Sorter-cost:    4     Base: 3 2 2 2 2
10.78/10.86	|  Eliminated clauses:           0.22 Mb                                      |
10.78/10.86	============================[ Search Statistics ]==============================
10.78/10.86	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.78/10.86	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.78/10.86	===============================================================================
10.78/10.86	|     43679 |    8736    34988    94537 |    12828     7027     32 |  0.952 % |
10.78/10.86	|     43829 |    8736    34988    94537 |    14111     7177     32 |  0.952 % |
10.78/10.86	|     44054 |    8736    34988    94537 |    15523     7402     33 |  0.952 % |
10.78/10.86	|     44391 |    8736    34988    94537 |    17075     7739     34 |  0.952 % |
10.78/10.86	|     44897 |    8736    34988    94537 |    18782     8245     35 |  0.952 % |
10.78/10.86	|     45656 |    8736    34988    94537 |    20661     9004     36 |  0.952 % |
10.78/10.86	|     46795 |    8736    34988    94537 |    22727    10143     37 |  0.952 % |
10.78/10.86	|     48503 |    8736    34988    94537 |    24999    11851     40 |  0.952 % |
10.78/10.86	|     51065 |    8736    34988    94537 |    27499    14413     41 |  0.952 % |
10.78/10.86	===============================================================================
10.78/10.86	c Found solution: 751
10.78/10.86	c ---[   0]---> Sorter-cost:    4     Base: 3 2 2 2 2
10.88/10.95	|  Eliminated clauses:           0.23 Mb                                      |
10.88/10.95	============================[ Search Statistics ]==============================
10.88/10.95	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.88/10.95	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.88/10.95	===============================================================================
10.88/10.95	|     54155 |    8737    34994    94578 |    12831     8802     39 |  0.959 % |
10.88/10.95	|     54305 |    8737    34994    94578 |    14114     8952     39 |  0.959 % |
10.88/10.95	===============================================================================
10.88/10.95	c Found solution: 748
10.88/10.96	c ---[   0]---> Sorter-cost:    3     Base: 3 2 2 2 2
10.99/11.07	|  Eliminated clauses:           0.23 Mb                                      |
10.99/11.07	============================[ Search Statistics ]==============================
10.99/11.07	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.99/11.07	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.99/11.07	===============================================================================
10.99/11.07	|     54433 |    8737    34993    94571 |    12830     9080     39 |  0.965 % |
10.99/11.07	|     54583 |    8737    34993    94571 |    14113     9230     39 |  0.965 % |
10.99/11.07	===============================================================================
10.99/11.07	c Found solution: 723
10.99/11.07	c ---[   0]---> Sorter-cost:    2     Base: 3 2 2 2 2
23.29/23.30	|  Eliminated clauses:           0.23 Mb                                      |
23.29/23.30	============================[ Search Statistics ]==============================
23.29/23.30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
23.29/23.30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
23.29/23.30	===============================================================================
23.29/23.30	|     54904 |    8737    34989    94549 |    12829     9551     39 |  0.972 % |
23.29/23.30	|     55054 |    8737    34989    94549 |    14112     9701     39 |  0.972 % |
23.29/23.30	|     55279 |    8737    34989    94549 |    15523     9926     39 |  0.972 % |
23.29/23.30	|     55616 |    8737    34989    94549 |    17075    10263     38 |  0.972 % |
23.29/23.30	|     56122 |    8737    34989    94549 |    18783    10769     38 |  0.972 % |
23.29/23.30	|     56881 |    8737    34989    94549 |    20661    11528     37 |  0.972 % |
23.29/23.30	|     58020 |    8737    34989    94549 |    22727    12667     37 |  0.972 % |
23.29/23.30	|     59728 |    8737    34989    94549 |    25000    14375     36 |  0.972 % |
23.29/23.30	|     62290 |    8737    34989    94549 |    27500    16937     35 |  0.972 % |
23.29/23.30	|     66134 |    8737    34989    94549 |    30250    20781     33 |  0.972 % |
23.29/23.30	|     71900 |    8737    34989    94549 |    33275    26547     33 |  0.972 % |
23.29/23.30	|     80549 |    8737    34989    94549 |    36603    17362     25 |  0.972 % |
23.29/23.30	|     93523 |    8737    34989    94549 |    40263    30336     27 |  0.972 % |
23.29/23.30	===============================================================================
23.29/23.30	c Found solution: 721
23.29/23.31	c ---[   0]---> Sorter-cost:    2     Base: 3 2 2 2 2
29.49/29.56	|  Eliminated clauses:           0.23 Mb                                      |
29.49/29.56	============================[ Search Statistics ]==============================
29.49/29.56	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
29.49/29.56	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
29.49/29.56	===============================================================================
29.49/29.56	|    110286 |    8738    34993    94579 |    12830     6174     19 |  0.978 % |
29.49/29.56	|    110436 |    8738    34993    94579 |    14113     6324     20 |  0.978 % |
29.49/29.56	|    110661 |    8738    34993    94579 |    15525     6549     20 |  0.978 % |
29.49/29.56	|    110998 |    8738    34993    94579 |    17077     6886     21 |  0.978 % |
29.49/29.56	|    111504 |    8738    34993    94579 |    18785     7392     22 |  0.978 % |
29.49/29.56	|    112263 |    8738    34993    94579 |    20664     8151     23 |  0.978 % |
29.49/29.56	|    113402 |    8738    34993    94579 |    22730     9290     24 |  0.978 % |
29.49/29.56	|    115110 |    8738    34993    94579 |    25003    10998     25 |  0.978 % |
29.49/29.56	|    117672 |    8738    34993    94579 |    27503    13560     27 |  0.978 % |
29.49/29.56	|    121516 |    8738    34993    94579 |    30254    17404     28 |  0.978 % |
29.49/29.56	|    127282 |    8738    34993    94579 |    33279    23170     30 |  0.978 % |
29.49/29.56	|    135931 |    8738    34993    94579 |    36607    31819     32 |  0.978 % |
29.49/29.56	===============================================================================
29.49/29.56	c Found solution: 712
29.49/29.56	c ---[   0]---> Sorter-cost:    2     Base: 3 2 2 2 2
30.80/30.83	|  Eliminated clauses:           0.23 Mb                                      |
30.80/30.83	============================[ Search Statistics ]==============================
30.80/30.83	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
30.80/30.83	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
30.80/30.83	===============================================================================
30.80/30.83	|    139303 |    8738    34997    94595 |    12832     8424     25 |  0.985 % |
30.80/30.83	|    139453 |    8738    34997    94595 |    14115     8574     25 |  0.985 % |
30.80/30.83	|    139678 |    8738    34997    94595 |    15527     8799     25 |  0.985 % |
30.80/30.83	|    140015 |    8738    34997    94595 |    17079     9136     25 |  0.985 % |
30.80/30.83	|    140521 |    8738    34997    94595 |    18787     9642     26 |  0.985 % |
30.80/30.83	|    141280 |    8738    34997    94595 |    20666    10401     27 |  0.985 % |
30.80/30.83	|    142419 |    8738    34997    94595 |    22733    11540     28 |  0.985 % |
30.80/30.83	|    144127 |    8738    34997    94595 |    25006    13248     28 |  0.985 % |
30.80/30.83	===============================================================================
30.80/30.83	c Found solution: 705
30.80/30.83	c ---[   0]---> Sorter-cost:    4     Base: 3 2 2 2 2
40.19/40.27	|  Eliminated clauses:           0.23 Mb                                      |
40.19/40.27	============================[ Search Statistics ]==============================
40.19/40.27	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
40.19/40.27	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
40.19/40.27	===============================================================================
40.19/40.27	|    145936 |    8738    34999    94603 |    12832     7579     25 |  0.991 % |
40.19/40.27	|    146086 |    8738    34999    94603 |    14116     7729     25 |  0.991 % |
40.19/40.27	|    146311 |    8738    34999    94603 |    15527     7954     26 |  0.991 % |
40.19/40.27	|    146648 |    8738    34999    94603 |    17080     8291     26 |  0.991 % |
40.19/40.27	|    147154 |    8738    34999    94603 |    18788     8797     27 |  0.991 % |
40.19/40.27	|    147913 |    8738    34999    94603 |    20667     9556     28 |  0.991 % |
40.19/40.27	|    149052 |    8738    34999    94603 |    22734    10695     30 |  0.991 % |
40.19/40.27	|    150760 |    8738    34999    94603 |    25007    12403     31 |  0.991 % |
40.19/40.27	|    153322 |    8738    34999    94603 |    27508    14965     31 |  0.991 % |
40.19/40.27	|    157166 |    8738    34999    94603 |    30259    18809     33 |  0.991 % |
40.19/40.27	|    162932 |    8738    34999    94603 |    33285    24575     35 |  0.991 % |
40.19/40.27	|    171581 |    8738    34999    94603 |    36613    33224     36 |  0.991 % |
40.19/40.27	|    184555 |    8738    34999    94603 |    40275    27156     35 |  0.991 % |
40.19/40.27	===============================================================================
40.19/40.27	c Found solution: 698
40.19/40.27	c ---[   0]---> Sorter-cost:    3     Base: 3 2 2 2 2
40.29/40.33	|  Eliminated clauses:           0.23 Mb                                      |
40.29/40.33	============================[ Search Statistics ]==============================
40.29/40.33	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
40.29/40.33	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
40.29/40.33	===============================================================================
40.29/40.33	===============================================================================
40.29/40.33	c Found solution: 696
40.29/40.33	c ---[   0]---> Sorter-cost:    4     Base: 3 2 2 2 2
49.98/50.02	|  Eliminated clauses:           0.23 Mb                                      |
49.98/50.02	============================[ Search Statistics ]==============================
49.98/50.02	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
49.98/50.02	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
49.98/50.02	===============================================================================
49.98/50.02	|    190121 |    8739    35002    94623 |    12834     8272     28 |  1.004 % |
49.98/50.02	|    190271 |    8739    35002    94623 |    14117     8422     29 |  1.004 % |
49.98/50.02	|    190496 |    8739    35002    94623 |    15529     8647     29 |  1.004 % |
49.98/50.02	|    190833 |    8739    35002    94623 |    17082     8984     29 |  1.004 % |
49.98/50.02	|    191339 |    8739    35002    94623 |    18790     9490     30 |  1.004 % |
49.98/50.02	|    192098 |    8739    35002    94623 |    20669    10249     31 |  1.004 % |
49.98/50.02	|    193237 |    8739    35002    94623 |    22736    11388     31 |  1.004 % |
49.98/50.02	|    194945 |    8739    35002    94623 |    25009    13096     32 |  1.004 % |
49.98/50.02	|    197507 |    8739    35002    94623 |    27510    15658     34 |  1.004 % |
49.98/50.02	|    201351 |    8739    35002    94623 |    30262    19502     35 |  1.004 % |
49.98/50.02	|    207117 |    8739    35002    94623 |    33288    25268     35 |  1.004 % |
49.98/50.02	|    215766 |    8739    35002    94623 |    36617    16990     31 |  1.004 % |
49.98/50.02	|    228740 |    8739    35002    94623 |    40278    29964     33 |  1.004 % |
49.98/50.02	===============================================================================
49.98/50.02	c Found solution: 694
49.98/50.02	c ---[   0]---> Sorter-cost:    4     Base: 3 2 2 2 2
89.47/89.52	|  Eliminated clauses:           0.23 Mb                                      |
89.47/89.52	============================[ Search Statistics ]==============================
89.47/89.52	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
89.47/89.52	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
89.47/89.52	===============================================================================
89.47/89.52	|    236679 |    8740    35007    94637 |    12835     8921     23 |  1.011 % |
89.47/89.52	|    236829 |    8740    35007    94637 |    14119     9071     24 |  1.011 % |
89.47/89.52	|    237054 |    8740    35007    94637 |    15531     9296     24 |  1.011 % |
89.47/89.52	|    237391 |    8740    35007    94637 |    17084     9633     25 |  1.011 % |
89.47/89.52	|    237897 |    8740    35007    94637 |    18793    10139     25 |  1.011 % |
89.47/89.52	|    238656 |    8740    35007    94637 |    20672    10898     26 |  1.011 % |
89.47/89.52	|    239795 |    8740    35007    94637 |    22739    12037     26 |  1.011 % |
89.47/89.52	|    241503 |    8740    35007    94637 |    25013    13745     27 |  1.011 % |
89.47/89.52	|    244065 |    8740    35007    94637 |    27514    16307     29 |  1.011 % |
89.47/89.52	|    247909 |    8740    35007    94637 |    30266    20151     29 |  1.011 % |
89.47/89.52	|    253675 |    8740    35007    94637 |    33293    25917     32 |  1.011 % |
89.47/89.52	|    262324 |    8740    35007    94637 |    36622    17721     35 |  1.011 % |
89.47/89.52	|    275298 |    8738    35007    94637 |    40284    30690     36 |  1.025 % |
89.47/89.52	|    294759 |    8738    35007    94637 |    44313    28148     33 |  1.025 % |
89.47/89.52	|    323951 |    8738    35007    94637 |    48744    32432     32 |  1.025 % |
89.47/89.52	|    367740 |    8738    35007    94637 |    53618    46543     34 |  1.025 % |
89.47/89.52	===============================================================================
89.47/89.52	c Optimal solution: 694
89.47/89.52	s OPTIMUM FOUND
89.47/89.52	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
89.47/89.52	c _______________________________________________________________________________
89.47/89.52	c 
89.47/89.52	restarts              : 1339
89.47/89.52	conflicts             : 430400         (4809 /sec)
89.47/89.52	decisions             : 615816         (0.00 % random) (6881 /sec)
89.47/89.52	propagations          : 409228764      (4572879 /sec)
89.47/89.52	conflict literals     : 16044317       (59.05 % deleted)
89.47/89.52	Memory used           : 32.78 MB
89.47/89.52	CPU time              : 89.4904 s
89.47/89.52	c _______________________________________________________________________________

Verifier Data

OK	694

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-4112467-1466535440/watcher-4112467-1466535440 -o /tmp/evaluation-result-4112467-1466535440/solver-4112467-1466535440 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466515278-7445 --watchdog 1960 minisatp HOME/instance-4112467-1466535440.opb 

pid=10892
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.26 2.15 2.07 3/176 10895
/proc/meminfo: memFree=31417444/32872528 swapFree=527360/560064
[pid=10895] ppid=10892 vsize=6484 CPUtime=0 cores=1,3,5,7
/proc/10895/stat : 10895 (minisatp) R 10892 10895 7428 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 55594128 6639616 242 33554432000 4194304 5646918 140736641226064 140734629283176 4821510 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/10895/statm: 1621 243 125 355 0 1262 0

[startup+0.10017 s]
/proc/loadavg: 2.26 2.15 2.07 3/176 10895
/proc/meminfo: memFree=31417444/32872528 swapFree=527360/560064
[pid=10895] ppid=10892 vsize=6312 CPUtime=0.09 cores=1,3,5,7
/proc/10895/stat : 10895 (minisatp) R 10892 10895 7428 0 -1 4202496 1495 0 0 0 9 0 0 0 20 0 1 0 55594128 6463488 1231 33554432000 4194304 5646918 140736641226064 140734629283176 4398067 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/10895/statm: 1578 1231 154 355 0 1219 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6312

[startup+0.200328 s]
/proc/loadavg: 2.26 2.15 2.07 3/176 10895
/proc/meminfo: memFree=31417444/32872528 swapFree=527360/560064
[pid=10895] ppid=10892 vsize=6616 CPUtime=0.19 cores=1,3,5,7
/proc/10895/stat : 10895 (minisatp) R 10892 10895 7428 0 -1 4202496 1619 0 0 0 19 0 0 0 20 0 1 0 55594128 6774784 1355 33554432000 4194304 5646918 140736641226064 140734629283176 4831206 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/10895/statm: 1654 1355 154 355 0 1295 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 6616

[startup+0.300271 s]
/proc/loadavg: 2.26 2.15 2.07 3/176 10895
/proc/meminfo: memFree=31417444/32872528 swapFree=527360/560064
[pid=10895] ppid=10892 vsize=9460 CPUtime=0.29 cores=1,3,5,7
/proc/10895/stat : 10895 (minisatp) R 10892 10895 7428 0 -1 4202496 2609 0 0 0 29 0 0 0 20 0 1 0 55594128 9687040 1985 33554432000 4194304 5646918 140736641226064 140734629283176 4400009 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/10895/statm: 2365 1985 155 355 0 2006 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9460

[startup+0.700234 s]
/proc/loadavg: 2.26 2.15 2.07 3/176 10895
/proc/meminfo: memFree=31417444/32872528 swapFree=527360/560064
[pid=10895] ppid=10892 vsize=11108 CPUtime=0.69 cores=1,3,5,7
/proc/10895/stat : 10895 (minisatp) R 10892 10895 7428 0 -1 4202496 2841 0 0 0 69 0 0 0 20 0 1 0 55594128 11374592 2217 33554432000 4194304 5646918 140736641226064 140736641224312 4565321 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/10895/statm: 2777 2217 156 355 0 2418 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11108

[startup+1.50023 s]
/proc/loadavg: 2.26 2.15 2.07 3/177 10896
/proc/meminfo: memFree=31406764/32872528 swapFree=527360/560064
[pid=10895] ppid=10892 vsize=13064 CPUtime=1.49 cores=1,3,5,7
/proc/10895/stat : 10895 (minisatp) R 10892 10895 7428 0 -1 4202496 3506 0 0 0 149 0 0 0 20 0 1 0 55594128 13377536 2877 33554432000 4194304 5646918 140736641226064 140736641224344 4416598 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/10895/statm: 3266 2877 156 355 0 2907 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13064

[startup+3.10024 s]
/proc/loadavg: 2.26 2.15 2.07 3/177 10896
/proc/meminfo: memFree=31401312/32872528 swapFree=527360/560064
[pid=10895] ppid=10892 vsize=17416 CPUtime=3.09 cores=1,3,5,7
/proc/10895/stat : 10895 (minisatp) R 10892 10895 7428 0 -1 4202496 4102 0 0 0 309 0 0 0 20 0 1 0 55594128 17833984 3982 33554432000 4194304 5646918 140736641226064 140736641224728 4402764 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/10895/statm: 4354 3982 157 355 0 3995 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17416

[startup+6.30022 s]
/proc/loadavg: 2.23 2.15 2.07 3/177 10896
/proc/meminfo: memFree=31399456/32872528 swapFree=527360/560064
[pid=10895] ppid=10892 vsize=17416 CPUtime=6.29 cores=1,3,5,7
/proc/10895/stat : 10895 (minisatp) R 10892 10895 7428 0 -1 4202496 4103 0 0 0 629 0 0 0 20 0 1 0 55594128 17833984 3983 33554432000 4194304 5646918 140736641226064 140736641224344 4402806 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/10895/statm: 4354 3983 157 355 0 3995 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17416

[startup+12.7002 s]
/proc/loadavg: 2.22 2.14 2.07 3/177 10896
/proc/meminfo: memFree=31389740/32872528 swapFree=527360/560064
[pid=10895] ppid=10892 vsize=22188 CPUtime=12.68 cores=1,3,5,7
/proc/10895/stat : 10895 (minisatp) R 10892 10895 7428 0 -1 4202496 4646 0 0 0 1268 0 0 0 20 0 1 0 55594128 22720512 5037 33554432000 4194304 5646918 140736641226064 140736641224344 4402853 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/10895/statm: 5547 5037 157 355 0 5188 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 22188

[startup+25.5003 s]
/proc/loadavg: 2.17 2.14 2.07 3/177 10896
/proc/meminfo: memFree=31380516/32872528 swapFree=527360/560064
[pid=10895] ppid=10892 vsize=29260 CPUtime=25.49 cores=1,3,5,7
/proc/10895/stat : 10895 (minisatp) R 10892 10895 7428 0 -1 4202496 5077 0 0 0 2548 1 0 0 20 0 1 0 55594128 29962240 5938 33554432000 4194304 5646918 140736641226064 140736641224344 4402657 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/10895/statm: 7315 5938 157 355 0 6956 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 29260

[startup+51.1003 s]
/proc/loadavg: 2.11 2.12 2.06 3/177 10896
/proc/meminfo: memFree=31417104/32872528 swapFree=527360/560064
[pid=10895] ppid=10892 vsize=29260 CPUtime=51.08 cores=1,3,5,7
/proc/10895/stat : 10895 (minisatp) R 10892 10895 7428 0 -1 4202496 5588 0 0 0 5107 1 0 0 20 0 1 0 55594128 29962240 6989 33554432000 4194304 5646918 140736641226064 140736641224344 4402853 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/10895/statm: 7315 6989 157 355 0 6956 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 29260

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

[startup+51.2003 s]
/proc/loadavg: 2.11 2.12 2.06 3/177 10896
/proc/meminfo: memFree=31417104/32872528 swapFree=527360/560064
[pid=10895] ppid=10892 vsize=29260 CPUtime=51.18 cores=1,3,5,7
/proc/10895/stat : 10895 (minisatp) R 10892 10895 7428 0 -1 4202496 5588 0 0 0 5117 1 0 0 20 0 1 0 55594128 29962240 6989 33554432000 4194304 5646918 140736641226064 140736641224344 4403411 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/10895/statm: 7315 6989 157 355 0 6956 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 29260

[startup+76.8003 s]
/proc/loadavg: 2.07 2.11 2.06 3/177 10897
/proc/meminfo: memFree=31416484/32872528 swapFree=527360/560064
[pid=10895] ppid=10892 vsize=33568 CPUtime=76.77 cores=1,3,5,7
/proc/10895/stat : 10895 (minisatp) R 10892 10895 7428 0 -1 4202496 6161 0 0 0 7676 1 0 0 20 0 1 0 55594128 34373632 8066 33554432000 4194304 5646918 140736641226064 140736641224328 4402764 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/10895/statm: 8392 8066 157 355 0 8033 0
Current children cumulated CPU time (s) 76.77
Current children cumulated vsize (KiB) 33568

[startup+83.2003 s]
/proc/loadavg: 2.06 2.11 2.06 3/177 10897
/proc/meminfo: memFree=31412140/32872528 swapFree=527360/560064
[pid=10895] ppid=10892 vsize=33568 CPUtime=83.17 cores=1,3,5,7
/proc/10895/stat : 10895 (minisatp) R 10892 10895 7428 0 -1 4202496 6161 0 0 0 8316 1 0 0 20 0 1 0 55594128 34373632 8066 33554432000 4194304 5646918 140736641226064 140736641224328 4397622 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/10895/statm: 8392 8066 157 355 0 8033 0
Current children cumulated CPU time (s) 83.17
Current children cumulated vsize (KiB) 33568

[startup+86.4002 s]
/proc/loadavg: 2.06 2.11 2.06 3/177 10897
/proc/meminfo: memFree=31410364/32872528 swapFree=527360/560064
[pid=10895] ppid=10892 vsize=33568 CPUtime=86.37 cores=1,3,5,7
/proc/10895/stat : 10895 (minisatp) R 10892 10895 7428 0 -1 4202496 6161 0 0 0 8636 1 0 0 20 0 1 0 55594128 34373632 8066 33554432000 4194304 5646918 140736641226064 140736641224328 4402661 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/10895/statm: 8392 8066 157 355 0 8033 0
Current children cumulated CPU time (s) 86.37
Current children cumulated vsize (KiB) 33568

[startup+88.0002 s]
/proc/loadavg: 2.06 2.11 2.06 3/177 10897
/proc/meminfo: memFree=31410364/32872528 swapFree=527360/560064
[pid=10895] ppid=10892 vsize=33568 CPUtime=87.97 cores=1,3,5,7
/proc/10895/stat : 10895 (minisatp) R 10892 10895 7428 0 -1 4202496 6161 0 0 0 8796 1 0 0 20 0 1 0 55594128 34373632 8066 33554432000 4194304 5646918 140736641226064 140736641224328 4403454 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/10895/statm: 8392 8066 157 355 0 8033 0
Current children cumulated CPU time (s) 87.97
Current children cumulated vsize (KiB) 33568

[startup+88.8003 s]
/proc/loadavg: 2.06 2.11 2.06 3/177 10897
/proc/meminfo: memFree=31410364/32872528 swapFree=527360/560064
[pid=10895] ppid=10892 vsize=33568 CPUtime=88.77 cores=1,3,5,7
/proc/10895/stat : 10895 (minisatp) R 10892 10895 7428 0 -1 4202496 6161 0 0 0 8876 1 0 0 20 0 1 0 55594128 34373632 8066 33554432000 4194304 5646918 140736641226064 140736641224328 4402788 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/10895/statm: 8392 8066 157 355 0 8033 0
Current children cumulated CPU time (s) 88.77
Current children cumulated vsize (KiB) 33568

[startup+89.2073 s]
/proc/loadavg: 2.06 2.11 2.06 4/177 10897
/proc/meminfo: memFree=31408316/32872528 swapFree=527360/560064
[pid=10895] ppid=10892 vsize=33568 CPUtime=89.17 cores=1,3,5,7
/proc/10895/stat : 10895 (minisatp) R 10892 10895 7428 0 -1 4202496 6161 0 0 0 8916 1 0 0 20 0 1 0 55594128 34373632 8066 33554432000 4194304 5646918 140736641226064 140736641224328 4402751 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/10895/statm: 8392 8066 157 355 0 8033 0
Current children cumulated CPU time (s) 89.17
Current children cumulated vsize (KiB) 33568

[startup+89.4003 s]
/proc/loadavg: 2.06 2.11 2.06 4/177 10897
/proc/meminfo: memFree=31408316/32872528 swapFree=527360/560064
[pid=10895] ppid=10892 vsize=33568 CPUtime=89.37 cores=1,3,5,7
/proc/10895/stat : 10895 (minisatp) R 10892 10895 7428 0 -1 4202496 6161 0 0 0 8936 1 0 0 20 0 1 0 55594128 34373632 8066 33554432000 4194304 5646918 140736641226064 140736641224328 4402788 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/10895/statm: 8392 8066 157 355 0 8033 0
Current children cumulated CPU time (s) 89.37
Current children cumulated vsize (KiB) 33568

[startup+89.5003 s]
/proc/loadavg: 2.06 2.11 2.06 4/177 10897
/proc/meminfo: memFree=31408316/32872528 swapFree=527360/560064
[pid=10895] ppid=10892 vsize=33568 CPUtime=89.47 cores=1,3,5,7
/proc/10895/stat : 10895 (minisatp) R 10892 10895 7428 0 -1 4202496 6161 0 0 0 8946 1 0 0 20 0 1 0 55594128 34373632 8066 33554432000 4194304 5646918 140736641226064 140736641224328 4402774 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/10895/statm: 8392 8066 157 355 0 8033 0
Current children cumulated CPU time (s) 89.47
Current children cumulated vsize (KiB) 33568

Child status: 0
Real time (s): 89.5291
CPU time (s): 89.5084
CPU user time (s): 89.4904
CPU system time (s): 0.017997
CPU usage (%): 99.9769
Max. virtual memory (cumulated for all children) (KiB): 33568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.4904
system time used= 0.017997
maximum resident set size= 32264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6170
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= 8
involuntary context switches= 93

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.226965 second user time and 0.348946 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-21 20:57:20
IDJOB=4112467
IDBENCH=2019
IDSOLVER=2555
FILE ID=node106/4112467-1466535440
RUNJOBID= node106-1466515278-7445
PBS_JOBID= 19942889
Free space on /tmp= 71696 MiB

SOLVER NAME= minisatp 2012-10-02 git-d91742b
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/synthesis-ptl-cmos-circuits/normalized-cm42a.opb
COMMAND LINE= minisatp BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4112467-1466535440/watcher-4112467-1466535440 -o /tmp/evaluation-result-4112467-1466535440/solver-4112467-1466535440 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466515278-7445 --watchdog 1960  minisatp HOME/instance-4112467-1466535440.opb

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

MD5SUM BENCH= fbb7284250700e8b461b63d83ddce719
RANDOM SEED=1345230082

node106.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.073
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.14
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.073
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	: 5332.55
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.073
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.073
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.56
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.073
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.073
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.56
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.073
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.38
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.073
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:        31417864 kB
Buffers:           18144 kB
Cached:            74384 kB
SwapCached:         2536 kB
Active:           117504 kB
Inactive:          69184 kB
Active(anon):      92568 kB
Inactive(anon):     3776 kB
Active(file):      24936 kB
Inactive(file):    65408 kB
Unevictable:      560064 kB
Mlocked:          527360 kB
SwapTotal:      67108856 kB
SwapFree:       67097112 kB
Dirty:              3616 kB
Writeback:             0 kB
AnonPages:        653296 kB
Mapped:             9356 kB
Shmem:                 0 kB
Slab:             576520 kB
SReclaimable:      20512 kB
SUnreclaim:       556008 kB
KernelStack:        1448 kB
PageTables:         5072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     793772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 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-4112467-1466535440.opb

Free space on /tmp at the end= 71692 MiB
End job on node106 at 2016-06-21 20:58:50