Trace number 4112377

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-d91742bOPT62027 51.8201 51.8315

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/
MIPLIB/miplib/normalized-mps-v2-20-10-p0040.opb
MD5SUMab21eb5817d07a398a94670d7815d5fb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark62027
Best CPU time to get the best result obtained on this benchmark0.014997
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 62027
Optimality of the best value was proved YES
Number of variables40
Total number of constraints23
Number of constraints which are clauses10
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints3
Minimum length of a constraint4
Maximum length of a constraint10
Number of terms in the objective function 40
Biggest coefficient in the objective function 8161
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 265332
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 8161
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 265332
Number of bits of the biggest sum of numbers19
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 23 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 ---[  21]---> BDD-cost:    5
0.00/0.00	c ---[  19]---> BDD-cost:    5
0.00/0.00	c ---[  17]---> BDD-cost:    5
0.00/0.00	c ---[  15]---> BDD-cost:    5
0.00/0.00	c ---[  13]---> BDD-cost:    5
0.00/0.00	c ---[  11]---> BDD-cost:    5
0.00/0.00	c ---[   9]---> BDD-cost:    5
0.00/0.00	c ---[   7]---> BDD-cost:    5
0.00/0.00	c ---[   5]---> BDD-cost:    5
0.00/0.00	c ---[   3]---> BDD-cost:    5
0.00/0.00	c ---[   2]---> BDD-cost:   17
0.00/0.00	c ---[   1]---> BDD-cost:   16
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: 66305
0.00/0.00	c ---[   0]---> Sorter-cost: 7885     Base: 3 3 3 3 3 3 7
1.10/1.19	|  Eliminated clauses:           0.11 Mb                                      |
1.10/1.19	============================[ Search Statistics ]==============================
1.10/1.19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.10/1.19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.10/1.19	===============================================================================
1.10/1.19	===============================================================================
1.10/1.19	c Found solution: 66279
1.10/1.19	c ---[   0]---> Sorter-cost:   10     Base: 3 3 3 3 3 3 7
2.29/2.36	|  Eliminated clauses:           0.11 Mb                                      |
2.29/2.36	============================[ Search Statistics ]==============================
2.29/2.36	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.29/2.36	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.29/2.36	===============================================================================
2.29/2.36	|       112 |    4515    18562    49770 |     6806      110     14 |  0.377 % |
2.29/2.36	===============================================================================
2.29/2.36	c Found solution: 65999
2.29/2.36	c ---[   0]---> Sorter-cost:    8     Base: 3 3 3 3 3 3 7
3.49/3.50	|  Eliminated clauses:           0.12 Mb                                      |
3.49/3.50	============================[ Search Statistics ]==============================
3.49/3.50	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.49/3.50	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.49/3.50	===============================================================================
3.49/3.50	===============================================================================
3.49/3.50	c Found solution: 65949
3.49/3.50	c ---[   0]---> Sorter-cost:   12     Base: 3 3 3 3 3 3 7
4.59/4.63	|  Eliminated clauses:           0.13 Mb                                      |
4.59/4.63	============================[ Search Statistics ]==============================
4.59/4.63	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.59/4.63	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.59/4.63	===============================================================================
4.59/4.63	===============================================================================
4.59/4.63	c Found solution: 65666
4.59/4.63	c ---[   0]---> Sorter-cost:    7     Base: 3 3 3 3 3 3 7
5.69/5.75	|  Eliminated clauses:           0.13 Mb                                      |
5.69/5.75	============================[ Search Statistics ]==============================
5.69/5.75	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.69/5.75	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.69/5.75	===============================================================================
5.69/5.75	===============================================================================
5.69/5.75	c Found solution: 65656
5.69/5.76	c ---[   0]---> Sorter-cost:    9     Base: 3 3 3 3 3 3 7
6.89/6.90	|  Eliminated clauses:           0.13 Mb                                      |
6.89/6.90	============================[ Search Statistics ]==============================
6.89/6.90	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.89/6.90	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.89/6.90	===============================================================================
6.89/6.90	|       302 |    4504    18413    50378 |     6751      297     26 |  1.041 % |
6.89/6.90	===============================================================================
6.89/6.90	c Found solution: 65625
6.89/6.90	c ---[   0]---> Sorter-cost:    5     Base: 3 3 3 3 3 3 7
7.99/8.02	|  Eliminated clauses:           0.13 Mb                                      |
7.99/8.02	============================[ Search Statistics ]==============================
7.99/8.02	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.99/8.02	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.99/8.02	===============================================================================
7.99/8.02	===============================================================================
7.99/8.02	c Found solution: 65422
7.99/8.02	c ---[   0]---> Sorter-cost:    8     Base: 3 3 3 3 3 3 7
9.09/9.14	|  Eliminated clauses:           0.13 Mb                                      |
9.09/9.14	============================[ Search Statistics ]==============================
9.09/9.14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.09/9.14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.09/9.14	===============================================================================
9.09/9.14	===============================================================================
9.09/9.14	c Found solution: 64958
9.09/9.14	c ---[   0]---> Sorter-cost:   10     Base: 3 3 3 3 3 3 7
10.19/10.28	|  Eliminated clauses:           0.13 Mb                                      |
10.19/10.28	============================[ Search Statistics ]==============================
10.19/10.28	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.19/10.28	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.19/10.28	===============================================================================
10.19/10.28	===============================================================================
10.19/10.28	c Found solution: 64669
10.19/10.28	c ---[   0]---> Sorter-cost:    7     Base: 3 3 3 3 3 3 7
11.59/11.60	|  Eliminated clauses:           0.14 Mb                                      |
11.59/11.60	============================[ Search Statistics ]==============================
11.59/11.60	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.59/11.60	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.59/11.60	===============================================================================
11.59/11.60	|       563 |    4564    18636    51488 |     6833      558     37 |  1.050 % |
11.59/11.60	|       713 |    4564    18636    51488 |     7516      708     32 |  1.050 % |
11.59/11.60	|       938 |    4564    18636    51488 |     8268      933     29 |  1.050 % |
11.59/11.60	|      1275 |    4564    18636    51488 |     9094     1270     30 |  1.050 % |
11.59/11.60	|      1781 |    4564    18636    51488 |    10004     1776     30 |  1.050 % |
11.59/11.60	===============================================================================
11.59/11.60	c Found solution: 64621
11.59/11.60	c ---[   0]---> Sorter-cost:    8     Base: 3 3 3 3 3 3 7
12.69/12.79	|  Eliminated clauses:           0.14 Mb                                      |
12.69/12.79	============================[ Search Statistics ]==============================
12.69/12.79	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.69/12.79	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.69/12.79	===============================================================================
12.69/12.79	|      2492 |    4566    18647    51621 |     6837     2487     28 |  1.058 % |
12.69/12.79	|      2642 |    4566    18647    51621 |     7520     2637     27 |  1.058 % |
12.69/12.79	===============================================================================
12.69/12.79	c Found solution: 64517
12.69/12.79	c ---[   0]---> Sorter-cost:   11     Base: 3 3 3 3 3 3 7
13.88/13.93	|  Eliminated clauses:           0.14 Mb                                      |
13.88/13.93	============================[ Search Statistics ]==============================
13.88/13.93	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.88/13.93	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.88/13.93	===============================================================================
13.88/13.93	===============================================================================
13.88/13.93	c Found solution: 64481
13.88/13.93	c ---[   0]---> Sorter-cost:   11     Base: 3 3 3 3 3 3 7
15.08/15.10	|  Eliminated clauses:           0.14 Mb                                      |
15.08/15.10	============================[ Search Statistics ]==============================
15.08/15.10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.08/15.10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.08/15.10	===============================================================================
15.08/15.10	===============================================================================
15.08/15.10	c Found solution: 64315
15.08/15.10	c ---[   0]---> Sorter-cost:    7     Base: 3 3 3 3 3 3 7
16.18/16.24	|  Eliminated clauses:           0.14 Mb                                      |
16.18/16.24	============================[ Search Statistics ]==============================
16.18/16.24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.18/16.24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.18/16.24	===============================================================================
16.18/16.24	===============================================================================
16.18/16.24	c Found solution: 64287
16.18/16.24	c ---[   0]---> Sorter-cost:   11     Base: 3 3 3 3 3 3 7
17.48/17.50	|  Eliminated clauses:           0.14 Mb                                      |
17.48/17.50	============================[ Search Statistics ]==============================
17.48/17.50	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.48/17.50	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.48/17.50	===============================================================================
17.48/17.50	|      3056 |    4575    18692    52313 |     6853     3051     27 |  1.087 % |
17.48/17.50	|      3206 |    4575    18692    52313 |     7539     3201     27 |  1.087 % |
17.48/17.50	|      3431 |    4575    18692    52313 |     8293     3426     27 |  1.087 % |
17.48/17.50	|      3768 |    4575    18692    52313 |     9122     3763     27 |  1.087 % |
17.48/17.50	===============================================================================
17.48/17.50	c Found solution: 64252
17.48/17.50	c ---[   0]---> Sorter-cost:    9     Base: 3 3 3 3 3 3 7
18.58/18.67	|  Eliminated clauses:           0.14 Mb                                      |
18.58/18.67	============================[ Search Statistics ]==============================
18.58/18.67	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.58/18.67	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.58/18.67	===============================================================================
18.58/18.67	===============================================================================
18.58/18.67	c Found solution: 64144
18.58/18.67	c ---[   0]---> Sorter-cost:    7     Base: 3 3 3 3 3 3 7
19.89/19.92	|  Eliminated clauses:           0.14 Mb                                      |
19.89/19.92	============================[ Search Statistics ]==============================
19.89/19.92	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
19.89/19.92	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
19.89/19.92	===============================================================================
19.89/19.92	|      4010 |    4579    18710    52569 |     6860     4005     27 |  1.103 % |
19.89/19.92	|      4160 |    4573    18710    52569 |     7546     4154     27 |  1.175 % |
19.89/19.92	|      4385 |    4573    18710    52569 |     8301     4379     27 |  1.175 % |
19.89/19.92	===============================================================================
19.89/19.92	c Found solution: 64112
19.89/19.92	c ---[   0]---> Sorter-cost:    6     Base: 3 3 3 3 3 3 7
21.08/21.12	|  Eliminated clauses:           0.15 Mb                                      |
21.08/21.12	============================[ Search Statistics ]==============================
21.08/21.12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.08/21.12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.08/21.12	===============================================================================
21.08/21.12	|      4751 |    4577    18724    52759 |     6865     4741     28 |  1.242 % |
21.08/21.12	===============================================================================
21.08/21.12	c Found solution: 64098
21.08/21.12	c ---[   0]---> Sorter-cost:    8     Base: 3 3 3 3 3 3 7
22.18/22.29	|  Eliminated clauses:           0.15 Mb                                      |
22.18/22.29	============================[ Search Statistics ]==============================
22.18/22.29	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
22.18/22.29	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
22.18/22.29	===============================================================================
22.18/22.29	===============================================================================
22.18/22.29	c Found solution: 63895
22.18/22.29	c ---[   0]---> Sorter-cost:    7     Base: 3 3 3 3 3 3 7
23.48/23.52	|  Eliminated clauses:           0.15 Mb                                      |
23.48/23.52	============================[ Search Statistics ]==============================
23.48/23.52	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
23.48/23.52	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
23.48/23.52	===============================================================================
23.48/23.52	|      5016 |    4578    18748    52987 |     6874     5005     28 |  1.314 % |
23.48/23.52	|      5166 |    4578    18748    52987 |     7561     5155     27 |  1.314 % |
23.48/23.52	===============================================================================
23.48/23.52	c Found solution: 63826
23.48/23.52	c ---[   0]---> Sorter-cost:    9     Base: 3 3 3 3 3 3 7
24.68/24.71	|  Eliminated clauses:           0.15 Mb                                      |
24.68/24.71	============================[ Search Statistics ]==============================
24.68/24.71	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.68/24.71	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.68/24.71	===============================================================================
24.68/24.71	===============================================================================
24.68/24.71	c Found solution: 63742
24.68/24.71	c ---[   0]---> Sorter-cost:   10     Base: 3 3 3 3 3 3 7
25.88/25.92	|  Eliminated clauses:           0.15 Mb                                      |
25.88/25.92	============================[ Search Statistics ]==============================
25.88/25.92	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
25.88/25.92	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
25.88/25.92	===============================================================================
25.88/25.92	|      5361 |    4580    18742    53165 |     6872     5350     28 |  1.325 % |
25.88/25.92	|      5511 |    4580    18742    53165 |     7559     5500     27 |  1.325 % |
25.88/25.92	===============================================================================
25.88/25.92	c Found solution: 63726
25.88/25.92	c ---[   0]---> Sorter-cost:   10     Base: 3 3 3 3 3 3 7
27.08/27.11	|  Eliminated clauses:           0.15 Mb                                      |
27.08/27.11	============================[ Search Statistics ]==============================
27.08/27.11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
27.08/27.11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
27.08/27.11	===============================================================================
27.08/27.11	===============================================================================
27.08/27.11	c Found solution: 63658
27.08/27.11	c ---[   0]---> Sorter-cost:    6     Base: 3 3 3 3 3 3 7
28.28/28.34	|  Eliminated clauses:           0.15 Mb                                      |
28.28/28.34	============================[ Search Statistics ]==============================
28.28/28.34	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
28.28/28.34	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
28.28/28.34	===============================================================================
28.28/28.34	|      5634 |    4583    18764    53497 |     6880     5623     28 |  1.333 % |
28.28/28.34	|      5784 |    4583    18764    53497 |     7568     5773     28 |  1.334 % |
28.28/28.34	===============================================================================
28.28/28.34	c Found solution: 63584
28.28/28.34	c ---[   0]---> Sorter-cost:   10     Base: 3 3 3 3 3 3 7
29.48/29.54	|  Eliminated clauses:           0.16 Mb                                      |
29.48/29.54	============================[ Search Statistics ]==============================
29.48/29.54	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
29.48/29.54	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
29.48/29.54	===============================================================================
29.48/29.54	===============================================================================
29.48/29.54	c Found solution: 63336
29.48/29.54	c ---[   0]---> Sorter-cost:    7     Base: 3 3 3 3 3 3 7
30.89/30.98	|  Eliminated clauses:           0.16 Mb                                      |
30.89/30.98	============================[ Search Statistics ]==============================
30.89/30.98	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
30.89/30.98	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
30.89/30.98	===============================================================================
30.89/30.98	|      6021 |    4607    18856    54005 |     6913     6010     28 |  1.330 % |
30.89/30.98	|      6171 |    4607    18856    54005 |     7605     6160     28 |  1.330 % |
30.89/30.98	|      6396 |    4607    18856    54005 |     8365     6385     27 |  1.330 % |
30.89/30.98	|      6733 |    4607    18856    54005 |     9202     6722     27 |  1.330 % |
30.89/30.98	|      7239 |    4607    18856    54005 |    10122     7228     27 |  1.330 % |
30.89/30.98	===============================================================================
30.89/30.98	c Found solution: 63335
30.89/30.98	c ---[   0]---> Sorter-cost:    7     Base: 3 3 3 3 3 3 7
32.08/32.19	|  Eliminated clauses:           0.16 Mb                                      |
32.08/32.19	============================[ Search Statistics ]==============================
32.08/32.19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
32.08/32.19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
32.08/32.19	===============================================================================
32.08/32.19	===============================================================================
32.08/32.19	c Found solution: 63103
32.08/32.19	c ---[   0]---> Sorter-cost:    7     Base: 3 3 3 3 3 3 7
33.38/33.40	|  Eliminated clauses:           0.16 Mb                                      |
33.38/33.40	============================[ Search Statistics ]==============================
33.38/33.40	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
33.38/33.40	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
33.38/33.40	===============================================================================
33.38/33.40	===============================================================================
33.38/33.40	c Found solution: 63017
33.38/33.40	c ---[   0]---> Sorter-cost:    8     Base: 3 3 3 3 3 3 7
34.58/34.60	|  Eliminated clauses:           0.16 Mb                                      |
34.58/34.60	============================[ Search Statistics ]==============================
34.58/34.60	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
34.58/34.60	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
34.58/34.60	===============================================================================
34.58/34.60	===============================================================================
34.58/34.60	c Found solution: 62965
34.58/34.60	c ---[   0]---> Sorter-cost:    9     Base: 3 3 3 3 3 3 7
35.78/35.86	|  Eliminated clauses:           0.16 Mb                                      |
35.78/35.86	============================[ Search Statistics ]==============================
35.78/35.86	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
35.78/35.86	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
35.78/35.86	===============================================================================
35.78/35.86	|      8154 |    4616    18892    54442 |     6927     4194     20 |  1.354 % |
35.78/35.86	|      8304 |    4616    18892    54442 |     7619     4344     20 |  1.354 % |
35.78/35.86	===============================================================================
35.78/35.86	c Found solution: 62951
35.78/35.86	c ---[   0]---> Sorter-cost:    9     Base: 3 3 3 3 3 3 7
36.98/37.08	|  Eliminated clauses:           0.16 Mb                                      |
36.98/37.08	============================[ Search Statistics ]==============================
36.98/37.08	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
36.98/37.08	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
36.98/37.08	===============================================================================
36.98/37.08	===============================================================================
36.98/37.08	c Found solution: 62864
36.98/37.08	c ---[   0]---> Sorter-cost:    9     Base: 3 3 3 3 3 3 7
38.38/38.47	|  Eliminated clauses:           0.16 Mb                                      |
38.38/38.47	============================[ Search Statistics ]==============================
38.38/38.47	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
38.38/38.47	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
38.38/38.47	===============================================================================
38.38/38.47	|      8582 |    4618    18907    54687 |     6932     4622     20 |  1.365 % |
38.38/38.47	|      8732 |    4615    18907    54687 |     7625     4771     20 |  1.398 % |
38.38/38.47	|      8957 |    4615    18907    54687 |     8388     4996     20 |  1.398 % |
38.38/38.47	|      9294 |    4615    18907    54687 |     9227     5333     20 |  1.398 % |
38.38/38.47	|      9800 |    4615    18907    54687 |    10149     5839     21 |  1.398 % |
38.38/38.47	===============================================================================
38.38/38.47	c Found solution: 62683
38.38/38.47	c ---[   0]---> Sorter-cost:    9     Base: 3 3 3 3 3 3 7
39.68/39.79	|  Eliminated clauses:           0.16 Mb                                      |
39.68/39.79	============================[ Search Statistics ]==============================
39.68/39.79	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
39.68/39.79	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
39.68/39.79	===============================================================================
39.68/39.79	|     10021 |    4611    18881    54627 |     6923     6060     21 |  1.404 % |
39.68/39.79	|     10171 |    4611    18881    54627 |     7615     6210     21 |  1.404 % |
39.68/39.79	|     10396 |    4611    18881    54627 |     8376     6435     21 |  1.404 % |
39.68/39.79	===============================================================================
39.68/39.79	c Found solution: 62648
39.68/39.79	c ---[   0]---> Sorter-cost:    7     Base: 3 3 3 3 3 3 7
40.98/41.09	|  Eliminated clauses:           0.17 Mb                                      |
40.98/41.09	============================[ Search Statistics ]==============================
40.98/41.09	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
40.98/41.09	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
40.98/41.09	===============================================================================
40.98/41.09	|     10725 |    4625    18944    54948 |     6946     3432     19 |  1.398 % |
40.98/41.09	|     10875 |    4625    18944    54948 |     7640     3582     19 |  1.398 % |
40.98/41.09	|     11100 |    4625    18944    54948 |     8404     3807     19 |  1.398 % |
40.98/41.09	===============================================================================
40.98/41.09	c Found solution: 62592
40.98/41.09	c ---[   0]---> Sorter-cost:    6     Base: 3 3 3 3 3 3 7
42.28/42.38	|  Eliminated clauses:           0.17 Mb                                      |
42.28/42.38	============================[ Search Statistics ]==============================
42.28/42.38	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
42.28/42.38	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
42.28/42.38	===============================================================================
42.28/42.38	|     11282 |    4627    18961    55181 |     6952     3989     19 |  1.401 % |
42.28/42.38	|     11432 |    4627    18961    55181 |     7647     4139     19 |  1.401 % |
42.28/42.38	===============================================================================
42.28/42.38	c Found solution: 62514
42.28/42.38	c ---[   0]---> Sorter-cost:    9     Base: 3 3 3 3 3 3 7
43.58/43.66	|  Eliminated clauses:           0.17 Mb                                      |
43.58/43.66	============================[ Search Statistics ]==============================
43.58/43.66	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
43.58/43.66	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
43.58/43.66	===============================================================================
43.58/43.66	===============================================================================
43.58/43.66	c Found solution: 62180
43.58/43.66	c ---[   0]---> Sorter-cost:    7     Base: 3 3 3 3 3 3 7
44.98/45.08	|  Eliminated clauses:           0.17 Mb                                      |
44.98/45.08	============================[ Search Statistics ]==============================
44.98/45.08	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
44.98/45.08	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
44.98/45.08	===============================================================================
44.98/45.08	|     11683 |    4631    18982    55414 |     6960     4390     19 |  1.412 % |
44.98/45.08	|     11833 |    4631    18982    55414 |     7656     4540     19 |  1.412 % |
44.98/45.08	|     12058 |    4631    18982    55414 |     8421     4765     20 |  1.412 % |
44.98/45.08	|     12395 |    4631    18982    55414 |     9263     5102     19 |  1.412 % |
44.98/45.08	===============================================================================
44.98/45.08	c Found solution: 62155
44.98/45.08	c ---[   0]---> Sorter-cost:    6     Base: 3 3 3 3 3 3 7
46.78/46.80	|  Eliminated clauses:           0.17 Mb                                      |
46.78/46.80	============================[ Search Statistics ]==============================
46.78/46.80	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
46.78/46.80	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
46.78/46.80	===============================================================================
46.78/46.80	|     12659 |    4632    18988    55502 |     6962     5366     20 |  1.417 % |
46.78/46.80	|     12809 |    4632    18988    55502 |     7658     5516     19 |  1.417 % |
46.78/46.80	|     13034 |    4632    18988    55502 |     8424     5741     19 |  1.417 % |
46.78/46.80	|     13371 |    4632    18988    55502 |     9266     6078     19 |  1.417 % |
46.78/46.80	|     13877 |    4632    18988    55502 |    10193     6584     20 |  1.417 % |
46.78/46.80	|     14636 |    4612    18988    55502 |    11212     7341     20 |  1.632 % |
46.78/46.80	===============================================================================
46.78/46.80	c Found solution: 62116
46.78/46.80	c ---[   0]---> Sorter-cost: 6012     Base: 3 3 3 3 3 3 7
47.88/47.91	|  Eliminated clauses:           0.27 Mb                                      |
47.88/47.91	============================[ Search Statistics ]==============================
47.88/47.91	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
47.88/47.91	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
47.88/47.91	===============================================================================
47.88/47.91	|     15773 |    7479    30663    85847 |    11243     4001     21 |  3.441 % |
47.88/47.91	===============================================================================
47.88/47.91	c Found solution: 62076
47.88/47.91	c ---[   0]---> Sorter-cost:   12     Base: 3 3 3 3 3 3 7
48.88/48.96	|  Eliminated clauses:           0.27 Mb                                      |
48.88/48.96	============================[ Search Statistics ]==============================
48.88/48.96	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
48.88/48.96	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
48.88/48.96	===============================================================================
48.88/48.96	===============================================================================
48.88/48.96	c Found solution: 62051
48.88/48.96	c ---[   0]---> Sorter-cost:   10     Base: 3 3 3 3 3 3 7
49.98/50.09	|  Eliminated clauses:           0.28 Mb                                      |
49.98/50.09	============================[ Search Statistics ]==============================
49.98/50.09	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
49.98/50.09	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
49.98/50.09	===============================================================================
49.98/50.09	|     15941 |    7523    30852    87348 |    11312     4169     21 |  3.355 % |
49.98/50.09	|     16091 |    7514    30852    87348 |    12443     4318     21 |  3.415 % |
49.98/50.09	===============================================================================
49.98/50.09	c Found solution: 62030
49.98/50.09	c ---[   0]---> Sorter-cost: 5237     Base: 3 3 3 5 2 3 3 2
50.98/51.04	|  Eliminated clauses:           0.36 Mb                                      |
50.98/51.04	============================[ Search Statistics ]==============================
50.98/51.04	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
50.98/51.04	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
50.98/51.04	===============================================================================
50.98/51.04	|     16329 |    9502    38832   107432 |    14238     4554     20 |  5.598 % |
50.98/51.04	===============================================================================
50.98/51.04	c Found solution: 62027
50.98/51.04	c ---[   0]---> Sorter-cost: 3465     Base: 3 3 3 3 3 3 7
51.79/51.82	|  Eliminated clauses:           0.45 Mb                                      |
51.79/51.82	============================[ Search Statistics ]==============================
51.79/51.82	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
51.79/51.82	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
51.79/51.82	===============================================================================
51.79/51.82	|     16562 |    8379    34114    93323 |    12508     1154     30 | 13.645 % |
51.79/51.82	===============================================================================
51.79/51.82	c Optimal solution: 62027
51.79/51.82	s OPTIMUM FOUND
51.79/51.82	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
51.79/51.82	c _______________________________________________________________________________
51.79/51.82	c 
51.79/51.82	restarts              : 139
51.79/51.82	conflicts             : 16608          (321 /sec)
51.79/51.82	decisions             : 27915          (0.00 % random) (539 /sec)
51.79/51.82	propagations          : 10668715       (205931 /sec)
51.79/51.82	conflict literals     : 396992         (62.85 % deleted)
51.79/51.82	Memory used           : 18.88 MB
51.79/51.82	CPU time              : 51.8071 s
51.79/51.82	c _______________________________________________________________________________

Verifier Data

OK	62027

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-4112377-1466531603/watcher-4112377-1466531603 -o /tmp/evaluation-result-4112377-1466531603/solver-4112377-1466531603 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466514731-17585 --watchdog 1960 minisatp HOME/instance-4112377-1466531603.opb 

pid=21155
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.11 2.07 2.07 4/176 21158
/proc/meminfo: memFree=30946360/32872528 swapFree=877056/942464
[pid=21158] ppid=21155 vsize=1972 CPUtime=0 cores=1,3,5,7
/proc/21158/stat : 21158 (minisatp) R 21155 21158 17568 0 -1 4202496 337 0 0 0 0 0 0 0 20 0 1 0 55209280 2019328 212 33554432000 4194304 5646918 140733787637664 140735575336616 4826286 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/21158/statm: 493 212 138 355 0 134 0

[startup+0.100173 s]
/proc/loadavg: 2.11 2.07 2.07 4/176 21158
/proc/meminfo: memFree=30946360/32872528 swapFree=877056/942464
[pid=21158] ppid=21155 vsize=7912 CPUtime=0.09 cores=1,3,5,7
/proc/21158/stat : 21158 (minisatp) R 21155 21158 17568 0 -1 4202496 1804 0 0 0 9 0 0 0 20 0 1 0 55209280 8101888 1679 33554432000 4194304 5646918 140733787637664 140735575336616 4832127 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/21158/statm: 1978 1679 138 355 0 1619 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7912

[startup+0.200386 s]
/proc/loadavg: 2.11 2.07 2.07 4/176 21158
/proc/meminfo: memFree=30946360/32872528 swapFree=877056/942464
[pid=21158] ppid=21155 vsize=7912 CPUtime=0.19 cores=1,3,5,7
/proc/21158/stat : 21158 (minisatp) R 21155 21158 17568 0 -1 4202496 1807 0 0 0 19 0 0 0 20 0 1 0 55209280 8101888 1682 33554432000 4194304 5646918 140733787637664 140735575336616 4817610 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/21158/statm: 1978 1682 141 355 0 1619 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7912

[startup+0.300361 s]
/proc/loadavg: 2.11 2.07 2.07 4/176 21158
/proc/meminfo: memFree=30946360/32872528 swapFree=877056/942464
[pid=21158] ppid=21155 vsize=7912 CPUtime=0.29 cores=1,3,5,7
/proc/21158/stat : 21158 (minisatp) R 21155 21158 17568 0 -1 4202496 1807 0 0 0 29 0 0 0 20 0 1 0 55209280 8101888 1682 33554432000 4194304 5646918 140733787637664 140735575336616 4832091 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/21158/statm: 1978 1682 141 355 0 1619 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7912

[startup+0.700256 s]
/proc/loadavg: 2.11 2.07 2.07 4/176 21158
/proc/meminfo: memFree=30946360/32872528 swapFree=877056/942464
[pid=21158] ppid=21155 vsize=7912 CPUtime=0.69 cores=1,3,5,7
/proc/21158/stat : 21158 (minisatp) R 21155 21158 17568 0 -1 4202496 1807 0 0 0 69 0 0 0 20 0 1 0 55209280 8101888 1682 33554432000 4194304 5646918 140733787637664 140735575336616 4817376 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/21158/statm: 1978 1682 141 355 0 1619 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7912

[startup+1.50025 s]
/proc/loadavg: 2.11 2.07 2.07 4/177 21159
/proc/meminfo: memFree=30940672/32872528 swapFree=877056/942464
[pid=21158] ppid=21155 vsize=9872 CPUtime=1.49 cores=1,3,5,7
/proc/21158/stat : 21158 (minisatp) R 21155 21158 17568 0 -1 4202496 2320 0 0 0 149 0 0 0 20 0 1 0 55209280 10108928 2195 33554432000 4194304 5646918 140733787637664 140733787624088 4831200 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/21158/statm: 2468 2195 144 355 0 2109 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9872

[startup+3.10025 s]
/proc/loadavg: 2.11 2.07 2.07 3/177 21159
/proc/meminfo: memFree=30936360/32872528 swapFree=877056/942464
[pid=21158] ppid=21155 vsize=9872 CPUtime=3.09 cores=1,3,5,7
/proc/21158/stat : 21158 (minisatp) R 21155 21158 17568 0 -1 4202496 2327 0 0 0 309 0 0 0 20 0 1 0 55209280 10108928 2202 33554432000 4194304 5646918 140733787637664 140733787636328 4309907 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/21158/statm: 2468 2202 151 355 0 2109 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9872

[startup+6.30025 s]
/proc/loadavg: 2.10 2.07 2.07 3/177 21159
/proc/meminfo: memFree=30930032/32872528 swapFree=877056/942464
[pid=21158] ppid=21155 vsize=9872 CPUtime=6.29 cores=1,3,5,7
/proc/21158/stat : 21158 (minisatp) R 21155 21158 17568 0 -1 4202496 2327 0 0 0 629 0 0 0 20 0 1 0 55209280 10108928 2202 33554432000 4194304 5646918 140733787637664 140733787636328 4817614 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/21158/statm: 2468 2202 151 355 0 2109 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9872

[startup+12.7002 s]
/proc/loadavg: 2.09 2.07 2.07 4/177 21159
/proc/meminfo: memFree=30921044/32872528 swapFree=877056/942464
[pid=21158] ppid=21155 vsize=10400 CPUtime=12.69 cores=1,3,5,7
/proc/21158/stat : 21158 (minisatp) R 21155 21158 17568 0 -1 4202496 2454 0 0 0 1269 0 0 0 20 0 1 0 55209280 10649600 2329 33554432000 4194304 5646918 140733787637664 140733787620824 4565089 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/21158/statm: 2600 2329 152 355 0 2241 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10400

[startup+25.5003 s]
/proc/loadavg: 2.07 2.06 2.07 3/177 21159
/proc/meminfo: memFree=30903360/32872528 swapFree=877056/942464
[pid=21158] ppid=21155 vsize=14300 CPUtime=25.48 cores=1,3,5,7
/proc/21158/stat : 21158 (minisatp) R 21155 21158 17568 0 -1 4202496 3432 0 0 0 2548 0 0 0 20 0 1 0 55209280 14643200 3307 33554432000 4194304 5646918 140733787637664 140733787636328 4560672 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/21158/statm: 3575 3307 153 355 0 3216 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 14300

[startup+51.1004 s]
/proc/loadavg: 2.11 2.07 2.07 3/177 21159
/proc/meminfo: memFree=30879908/32872528 swapFree=877056/942464
[pid=21158] ppid=21155 vsize=19332 CPUtime=51.08 cores=1,3,5,7
/proc/21158/stat : 21158 (minisatp) R 21155 21158 17568 0 -1 4202496 4682 0 0 0 5107 1 0 0 20 0 1 0 55209280 19795968 4557 33554432000 4194304 5646918 140733787637664 140733787636328 4563598 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/21158/statm: 4833 4557 154 355 0 4474 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 19332

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

[startup+51.2003 s]
/proc/loadavg: 2.11 2.07 2.07 3/177 21159
/proc/meminfo: memFree=30879908/32872528 swapFree=877056/942464
[pid=21158] ppid=21155 vsize=19332 CPUtime=51.18 cores=1,3,5,7
/proc/21158/stat : 21158 (minisatp) R 21155 21158 17568 0 -1 4202496 4682 0 0 0 5117 1 0 0 20 0 1 0 55209280 19795968 4557 33554432000 4194304 5646918 140733787637664 140733787636328 4459799 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/21158/statm: 4833 4557 154 355 0 4474 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 19332

[startup+51.6002 s]
/proc/loadavg: 2.11 2.07 2.07 3/177 21159
/proc/meminfo: memFree=30879908/32872528 swapFree=877056/942464
[pid=21158] ppid=21155 vsize=19332 CPUtime=51.58 cores=1,3,5,7
/proc/21158/stat : 21158 (minisatp) R 21155 21158 17568 0 -1 4202496 4682 0 0 0 5157 1 0 0 20 0 1 0 55209280 19795968 4557 33554432000 4194304 5646918 140733787637664 140733787636328 4823366 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/21158/statm: 4833 4557 154 355 0 4474 0
Current children cumulated CPU time (s) 51.58
Current children cumulated vsize (KiB) 19332

[startup+51.8072 s]
/proc/loadavg: 2.11 2.07 2.07 3/177 21159
/proc/meminfo: memFree=30877860/32872528 swapFree=877056/942464
[pid=21158] ppid=21155 vsize=19332 CPUtime=51.79 cores=1,3,5,7
/proc/21158/stat : 21158 (minisatp) R 21155 21158 17568 0 -1 4202496 4682 0 0 0 5178 1 0 0 20 0 1 0 55209280 19795968 4557 33554432000 4194304 5646918 140733787637664 140733787636328 4402815 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/21158/statm: 4833 4557 154 355 0 4474 0
Current children cumulated CPU time (s) 51.79
Current children cumulated vsize (KiB) 19332

Child status: 0
Real time (s): 51.8315
CPU time (s): 51.8201
CPU user time (s): 51.8081
CPU system time (s): 0.011998
CPU usage (%): 99.9781
Max. virtual memory (cumulated for all children) (KiB): 19332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 51.8081
system time used= 0.011998
maximum resident set size= 18268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4692
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= 54

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.134979 second user time and 0.229965 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-21 19:53:23
IDJOB=4112377
IDBENCH=1867
IDSOLVER=2555
FILE ID=node113/4112377-1466531603
RUNJOBID= node113-1466514731-17585
PBS_JOBID= 19942876
Free space on /tmp= 71704 MiB

SOLVER NAME= minisatp 2012-10-02 git-d91742b
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-p0040.opb
COMMAND LINE= minisatp BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4112377-1466531603/watcher-4112377-1466531603 -o /tmp/evaluation-result-4112377-1466531603/solver-4112377-1466531603 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466514731-17585 --watchdog 1960  minisatp HOME/instance-4112377-1466531603.opb

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

MD5SUM BENCH= ab21eb5817d07a398a94670d7815d5fb
RANDOM SEED=2120981838

node113.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		: 2666.799
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	: 5333.59
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		: 2666.799
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		: 2666.799
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.56
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		: 2666.799
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		: 2666.799
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		: 2666.799
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		: 2666.799
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.54
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		: 2666.799
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30947500 kB
Buffers:           25148 kB
Cached:            44184 kB
SwapCached:         2404 kB
Active:           233220 kB
Inactive:          32916 kB
Active(anon):     194268 kB
Inactive(anon):     5036 kB
Active(file):      38952 kB
Inactive(file):    27880 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098972 kB
Dirty:              3528 kB
Writeback:             0 kB
AnonPages:       1326444 kB
Mapped:             8912 kB
Shmem:                 0 kB
Slab:             581932 kB
SReclaimable:      26008 kB
SUnreclaim:       555924 kB
KernelStack:        1472 kB
PageTables:         6580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1295452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    356352 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-4112377-1466531603.opb

Free space on /tmp at the end= 71700 MiB
End job on node113 at 2016-06-21 19:54:15