Trace number 4115158

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-d91742bSAT (TO)24 1800.02 1800.3

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-markshare1_1.opb
MD5SUMa432642e9fdf105f945bae55612ade38
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark37.7423
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 7
Optimality of the best value was proved NO
Number of variables280
Total number of constraints11
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint11
Maximum length of a constraint130
Number of terms in the objective function 180
Biggest coefficient in the objective function 43691
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 524412
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 261245
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524412
Number of bits of the biggest sum of numbers20
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 17 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): (none)
0.00/0.00	c ---[  16]---> BDD-cost:   10
0.00/0.00	c ---[  15]---> BDD-cost:   10
0.00/0.00	c ---[  14]---> BDD-cost:   10
0.00/0.00	c ---[  13]---> BDD-cost:   10
0.00/0.00	c ---[  12]---> BDD-cost:   10
0.00/0.00	c ---[  10]---> Adder-cost: 440   maxlim: 1771   bits: 12/11
0.00/0.02	c ---[   8]---> Adder-cost: 460   maxlim: 1890   bits: 12/11
0.00/0.03	c ---[   6]---> Adder-cost: 460   maxlim: 1950   bits: 12/11
0.00/0.04	c ---[   4]---> Adder-cost: 402   maxlim: 1725   bits: 12/11
0.00/0.06	c ---[   2]---> Adder-cost: 428   maxlim: 1754   bits: 12/11
0.00/0.07	c ---[   0]---> Adder-cost: 406   maxlim: 1750   bits: 12/11
0.19/0.20	|  Eliminated clauses:           0.00 Mb                                      |
0.19/0.20	============================[ Search Statistics ]==============================
0.19/0.20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.19/0.20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.19/0.20	===============================================================================
0.19/0.20	|       100 |    2734    17620    62446 |     6460      100      4 |  6.673 % |
0.19/0.20	|       250 |    2732    17620    62446 |     7106      248      7 |  6.741 % |
0.19/0.20	|       475 |    2729    17620    62446 |     7817      470      7 |  6.843 % |
0.19/0.20	|       812 |    2728    17620    62446 |     8599      806      9 |  6.877 % |
0.19/0.20	|      1318 |    2726    17620    62446 |     9459     1310     12 |  6.944 % |
0.19/0.20	|      2077 |    2724    17620    62446 |    10404     2067     16 |  7.012 % |
0.19/0.20	|      3216 |    2722    17620    62446 |    11445     3204     18 |  7.080 % |
0.19/0.20	===============================================================================
0.19/0.20	c Found solution: 117
0.19/0.20	c ---[   0]---> Sorter-cost: 6019     Base: 3 7 2
0.59/0.65	|  Eliminated clauses:           0.09 Mb                                      |
0.59/0.65	============================[ Search Statistics ]==============================
0.59/0.65	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.59/0.65	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.59/0.65	===============================================================================
0.59/0.65	|      4768 |    6246    32541   101528 |    11931     4752     18 |  2.590 % |
0.59/0.65	|      4918 |    6246    32541   101528 |    13124     4902     18 |  2.590 % |
0.59/0.65	|      5143 |    6246    32541   101528 |    14437     5127     18 |  2.590 % |
0.59/0.65	|      5480 |    6246    32541   101528 |    15881     5464     18 |  2.590 % |
0.59/0.65	|      5986 |    6246    32541   101528 |    17469     5970     18 |  2.590 % |
0.59/0.65	|      6745 |    6246    32541   101528 |    19216     6729     18 |  2.590 % |
0.59/0.65	|      7884 |    6244    32541   101528 |    21137     7866     20 |  2.614 % |
0.59/0.65	|      9592 |    6165    32541   101528 |    23251     9564     20 |  3.565 % |
0.59/0.65	|     12154 |    6165    32541   101528 |    25576    12126     20 |  3.565 % |
0.59/0.65	===============================================================================
0.59/0.65	c Found solution: 93
0.59/0.65	c ---[   0]---> Sorter-cost:    4     Base: 3 7 2
1.49/1.54	|  Eliminated clauses:           0.09 Mb                                      |
1.49/1.54	============================[ Search Statistics ]==============================
1.49/1.54	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.49/1.54	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.49/1.54	===============================================================================
1.49/1.54	|     15018 |    6136    32094   100506 |    11767     7545     18 |  3.538 % |
1.49/1.54	|     15168 |    6136    32094   100506 |    12944     7695     18 |  3.538 % |
1.49/1.54	|     15393 |    6136    32094   100506 |    14239     7920     18 |  3.538 % |
1.49/1.54	|     15730 |    6136    32094   100506 |    15662     8257     18 |  3.538 % |
1.49/1.54	|     16236 |    6135    32094   100506 |    17229     8762     18 |  3.550 % |
1.49/1.54	|     16995 |    6135    32094   100506 |    18952     9521     18 |  3.550 % |
1.49/1.54	|     18134 |    6135    32094   100506 |    20847    10660     21 |  3.550 % |
1.49/1.54	|     19842 |    6135    32094   100506 |    22932    12368     21 |  3.550 % |
1.49/1.54	|     22404 |    6135    32094   100506 |    25225    14930     22 |  3.551 % |
1.49/1.54	|     26248 |    6135    32094   100506 |    27747    18774     23 |  3.550 % |
1.49/1.54	|     32014 |    6135    32094   100506 |    30522    24540     28 |  3.550 % |
1.49/1.54	===============================================================================
1.49/1.54	c Found solution: 79
1.49/1.54	c ---[   0]---> Sorter-cost: 2905     Base: 3 7
2.59/2.62	|  Eliminated clauses:           0.13 Mb                                      |
2.59/2.62	============================[ Search Statistics ]==============================
2.59/2.62	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.59/2.62	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.59/2.62	===============================================================================
2.59/2.62	|     33181 |    7397    37253   113799 |    13659    12859     30 |  3.620 % |
2.59/2.62	|     33331 |    7397    37253   113799 |    15025    13009     30 |  3.620 % |
2.59/2.62	|     33556 |    7397    37253   113799 |    16527    13234     30 |  3.620 % |
2.59/2.62	|     33893 |    7397    37253   113799 |    18180    13571     29 |  3.620 % |
2.59/2.62	|     34399 |    7397    37253   113799 |    19998    14077     29 |  3.620 % |
2.59/2.62	|     35158 |    7397    37253   113799 |    21998    14836     29 |  3.620 % |
2.59/2.62	|     36297 |    7397    37253   113799 |    24198    15975     29 |  3.620 % |
2.59/2.62	|     38005 |    7397    37253   113799 |    26618    17683     29 |  3.620 % |
2.59/2.62	|     40567 |    7397    37253   113799 |    29280    20245     30 |  3.620 % |
2.59/2.62	|     44411 |    7397    37253   113799 |    32208    24089     31 |  3.620 % |
2.59/2.62	|     50177 |    7397    37253   113799 |    35429    29855     33 |  3.620 % |
2.59/2.62	===============================================================================
2.59/2.62	c Found solution: 78
2.59/2.62	c ---[   0]---> Sorter-cost:    4     Base: 3 7
3.40/3.44	|  Eliminated clauses:           0.14 Mb                                      |
3.40/3.44	============================[ Search Statistics ]==============================
3.40/3.44	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.40/3.44	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.40/3.44	===============================================================================
3.40/3.44	|     51621 |    7466    37497   114713 |    13748     7900     44 |  3.524 % |
3.40/3.44	|     51771 |    7466    37497   114713 |    15123     8050     43 |  3.524 % |
3.40/3.44	|     51996 |    7466    37497   114713 |    16636     8275     43 |  3.524 % |
3.40/3.44	|     52333 |    7466    37497   114713 |    18299     8612     42 |  3.524 % |
3.40/3.44	|     52839 |    7466    37497   114713 |    20129     9118     42 |  3.524 % |
3.40/3.44	|     53598 |    7466    37497   114713 |    22142     9877     40 |  3.524 % |
3.40/3.44	|     54737 |    7466    37497   114713 |    24357    11016     39 |  3.524 % |
3.40/3.44	|     56445 |    7466    37497   114713 |    26792    12724     37 |  3.524 % |
3.40/3.44	|     59007 |    7466    37497   114713 |    29471    15286     37 |  3.524 % |
3.40/3.44	|     62851 |    7438    37497   114713 |    32419    19125     36 |  3.779 % |
3.40/3.44	===============================================================================
3.40/3.44	c Found solution: 71
3.40/3.44	c ---[   0]---> Sorter-cost:    4     Base: 3 7
9.29/9.35	|  Eliminated clauses:           0.15 Mb                                      |
9.29/9.35	============================[ Search Statistics ]==============================
9.29/9.35	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.29/9.35	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.29/9.35	===============================================================================
9.29/9.35	|     67542 |    7513    37590   115153 |    13783    11949     24 |  3.644 % |
9.29/9.35	|     67692 |    7513    37590   115153 |    15161    12099     24 |  3.644 % |
9.29/9.35	|     67917 |    7513    37590   115153 |    16677    12324     24 |  3.644 % |
9.29/9.35	|     68254 |    7513    37590   115153 |    18345    12661     24 |  3.644 % |
9.29/9.35	|     68760 |    7513    37590   115153 |    20179    13167     25 |  3.644 % |
9.29/9.35	|     69519 |    7513    37590   115153 |    22197    13926     24 |  3.644 % |
9.29/9.35	|     70658 |    7513    37590   115153 |    24417    15065     27 |  3.644 % |
9.29/9.35	|     72366 |    7453    37590   115153 |    26859    16767     27 |  4.170 % |
9.29/9.35	|     74928 |    7453    37590   115153 |    29545    19306     29 |  4.170 % |
9.29/9.35	|     78772 |    7453    37590   115153 |    32499    23150     30 |  4.170 % |
9.29/9.35	|     84538 |    7453    37590   115153 |    35749    28916     35 |  4.170 % |
9.29/9.35	|     93187 |    7453    37590   115153 |    39324    18635     37 |  4.170 % |
9.29/9.35	|    106161 |    7453    37590   115153 |    43256    31609     43 |  4.170 % |
9.29/9.35	|    125622 |    7453    37590   115153 |    47582    25488     45 |  4.170 % |
9.29/9.35	===============================================================================
9.29/9.35	c Found solution: 68
9.29/9.35	c ---[   0]---> Sorter-cost:    4     Base: 3 7
10.39/10.40	|  Eliminated clauses:           0.15 Mb                                      |
10.39/10.40	============================[ Search Statistics ]==============================
10.39/10.40	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.39/10.40	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.39/10.40	===============================================================================
10.39/10.40	|    149753 |    7438    37273   114453 |    13666     9630     40 |  4.121 % |
10.39/10.40	|    149903 |    7438    37273   114453 |    15033     9780     39 |  4.121 % |
10.39/10.40	|    150128 |    7438    37273   114453 |    16536    10005     39 |  4.121 % |
10.39/10.40	|    150465 |    7438    37273   114453 |    18190    10342     38 |  4.121 % |
10.39/10.40	|    150971 |    7438    37273   114453 |    20009    10848     38 |  4.121 % |
10.39/10.40	|    151730 |    7438    37273   114453 |    22010    11607     37 |  4.121 % |
10.39/10.40	|    152869 |    7438    37273   114453 |    24211    12746     37 |  4.121 % |
10.39/10.40	|    154577 |    7438    37273   114453 |    26632    14454     36 |  4.121 % |
10.39/10.40	|    157139 |    7438    37273   114453 |    29295    17016     39 |  4.121 % |
10.39/10.40	|    160983 |    7438    37273   114453 |    32225    20860     40 |  4.121 % |
10.39/10.40	===============================================================================
10.39/10.40	c Found solution: 67
10.39/10.40	c ---[   0]---> Sorter-cost:    3     Base: 3 7
16.08/16.19	|  Eliminated clauses:           0.16 Mb                                      |
16.08/16.19	============================[ Search Statistics ]==============================
16.08/16.19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.08/16.19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.08/16.19	===============================================================================
16.08/16.19	|    166066 |    7451    37347   114781 |    13693    13022     25 |  4.080 % |
16.08/16.19	|    166216 |    7451    37347   114781 |    15063    13172     25 |  4.080 % |
16.08/16.19	|    166441 |    7451    37347   114781 |    16569    13397     24 |  4.080 % |
16.08/16.19	|    166778 |    7451    37347   114781 |    18226    13734     25 |  4.080 % |
16.08/16.19	|    167284 |    7451    37347   114781 |    20049    14240     25 |  4.080 % |
16.08/16.19	|    168043 |    7451    37347   114781 |    22054    14999     25 |  4.080 % |
16.08/16.19	|    169182 |    7451    37347   114781 |    24259    16138     27 |  4.080 % |
16.08/16.19	|    170890 |    7451    37347   114781 |    26685    17846     27 |  4.080 % |
16.08/16.19	|    173452 |    7451    37347   114781 |    29354    20408     30 |  4.080 % |
16.08/16.19	|    177296 |    7451    37347   114781 |    32289    24252     31 |  4.080 % |
16.08/16.19	|    183062 |    7451    37347   114781 |    35518    30018     35 |  4.080 % |
16.08/16.19	|    191711 |    7451    37347   114781 |    39070    19983     32 |  4.080 % |
16.08/16.19	|    204685 |    7451    37347   114781 |    42977    32957     40 |  4.080 % |
16.08/16.19	|    224146 |    7451    37347   114781 |    47275    27075     48 |  4.080 % |
16.08/16.19	===============================================================================
16.08/16.19	c Found solution: 66
16.08/16.20	c ---[   0]---> Sorter-cost:    4     Base: 3 7
17.59/17.67	|  Eliminated clauses:           0.16 Mb                                      |
17.59/17.67	============================[ Search Statistics ]==============================
17.59/17.67	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.59/17.67	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.59/17.67	===============================================================================
17.59/17.67	|    247812 |    7453    37376   114927 |    13704    10498     38 |  4.059 % |
17.59/17.67	|    247962 |    7453    37376   114927 |    15074    10648     37 |  4.059 % |
17.59/17.67	|    248187 |    7453    37376   114927 |    16582    10873     37 |  4.059 % |
17.59/17.67	|    248524 |    7453    37376   114927 |    18240    11210     37 |  4.059 % |
17.59/17.67	|    249030 |    7453    37376   114927 |    20064    11716     37 |  4.059 % |
17.59/17.67	|    249789 |    7453    37376   114927 |    22071    12475     36 |  4.059 % |
17.59/17.67	|    250928 |    7453    37376   114927 |    24278    13614     37 |  4.059 % |
17.59/17.67	|    252636 |    7453    37376   114927 |    26706    15322     36 |  4.059 % |
17.59/17.67	|    255198 |    7453    37376   114927 |    29376    17884     38 |  4.059 % |
17.59/17.67	|    259042 |    7453    37376   114927 |    32314    21728     37 |  4.059 % |
17.59/17.67	|    264808 |    7453    37376   114927 |    35546    27494     38 |  4.059 % |
17.59/17.67	===============================================================================
17.59/17.67	c Found solution: 47
17.59/17.67	c ---[   0]---> Sorter-cost:    2     Base: 3 7
17.69/17.71	|  Eliminated clauses:           0.16 Mb                                      |
17.69/17.71	============================[ Search Statistics ]==============================
17.69/17.71	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.69/17.71	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.69/17.71	===============================================================================
17.69/17.71	===============================================================================
17.69/17.71	c Found solution: 45
17.69/17.71	c ---[   0]---> Sorter-cost:    2     Base: 3 7
22.98/23.06	|  Eliminated clauses:           0.16 Mb                                      |
22.98/23.06	============================[ Search Statistics ]==============================
22.98/23.06	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
22.98/23.06	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
22.98/23.06	===============================================================================
22.98/23.06	|    270998 |    7455    37388   114979 |    13708     8523     19 |  4.070 % |
22.98/23.06	|    271148 |    7455    37388   114979 |    15079     8673     18 |  4.070 % |
22.98/23.06	|    271373 |    7455    37388   114979 |    16587     8898     19 |  4.070 % |
22.98/23.06	|    271710 |    7455    37388   114979 |    18246     9235     20 |  4.070 % |
22.98/23.06	|    272216 |    7455    37388   114979 |    20071     9741     20 |  4.070 % |
22.98/23.06	|    272975 |    7454    37388   114979 |    22078    10499     20 |  4.079 % |
22.98/23.06	|    274114 |    7454    37388   114979 |    24286    11638     24 |  4.079 % |
22.98/23.06	|    275822 |    7454    37388   114979 |    26714    13346     24 |  4.079 % |
22.98/23.06	|    278384 |    7454    37388   114979 |    29386    15908     27 |  4.079 % |
22.98/23.06	|    282228 |    7454    37388   114979 |    32324    19752     30 |  4.079 % |
22.98/23.06	|    287994 |    7454    37388   114979 |    35557    25518     32 |  4.079 % |
22.98/23.06	|    296643 |    7454    37388   114979 |    39113    34167     38 |  4.079 % |
22.98/23.06	|    309617 |    7454    37388   114979 |    43024    25706     34 |  4.079 % |
22.98/23.06	|    329078 |    7454    37388   114979 |    47326    20787     28 |  4.079 % |
22.98/23.06	===============================================================================
22.98/23.06	c Found solution: 38
22.98/23.06	c ---[   0]---> Sorter-cost: 3223     Base: 11
99.78/99.83	|  Eliminated clauses:           0.20 Mb                                      |
99.78/99.83	============================[ Search Statistics ]==============================
99.78/99.83	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
99.78/99.83	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
99.78/99.83	===============================================================================
99.78/99.83	|    347719 |    8797    43077   130024 |    15794     9557     20 |  4.111 % |
99.78/99.83	|    347869 |    8797    43077   130024 |    17374     9707     20 |  4.111 % |
99.78/99.83	|    348094 |    8797    43077   130024 |    19111     9932     20 |  4.111 % |
99.78/99.83	|    348431 |    8797    43077   130024 |    21023    10269     20 |  4.111 % |
99.78/99.83	|    348937 |    8797    43077   130024 |    23125    10775     20 |  4.111 % |
99.78/99.83	|    349696 |    8797    43077   130024 |    25437    11534     21 |  4.111 % |
99.78/99.83	|    350835 |    8797    43077   130024 |    27981    12673     22 |  4.111 % |
99.78/99.83	|    352543 |    8797    43077   130024 |    30779    14381     23 |  4.111 % |
99.78/99.83	|    355105 |    8797    43077   130024 |    33857    16943     25 |  4.111 % |
99.78/99.83	|    358949 |    8797    43077   130024 |    37243    20787     26 |  4.111 % |
99.78/99.83	|    364715 |    8797    43077   130024 |    40967    26553     28 |  4.111 % |
99.78/99.83	|    373364 |    8797    43077   130024 |    45064    35202     34 |  4.111 % |
99.78/99.83	|    386338 |    8797    43077   130024 |    49571    19981     29 |  4.111 % |
99.78/99.83	|    405799 |    8797    43077   130024 |    54528    39442     40 |  4.111 % |
99.78/99.83	|    434991 |    8797    43077   130024 |    59981    34006     41 |  4.111 % |
99.78/99.83	|    478780 |    8797    43077   130024 |    65979    38188     35 |  4.111 % |
99.78/99.83	|    544464 |    8797    43077   130024 |    72577    58572     47 |  4.111 % |
99.78/99.83	|    642990 |    8797    43077   130024 |    79834    48229     50 |  4.111 % |
99.78/99.83	|    790779 |    8797    43077   130024 |    87818    74196     58 |  4.111 % |
99.78/99.83	|   1012462 |    8797    43077   130024 |    96600    82330     53 |  4.111 % |
99.78/99.83	===============================================================================
99.78/99.83	c Found solution: 31
99.78/99.83	c ---[   0]---> Sorter-cost:    2     Base: 11
99.78/99.89	|  Eliminated clauses:           0.21 Mb                                      |
99.78/99.89	============================[ Search Statistics ]==============================
99.78/99.89	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
99.78/99.89	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
99.78/99.89	===============================================================================
99.78/99.89	===============================================================================
99.78/99.89	c Found solution: 30
99.78/99.89	c ---[   0]---> Sorter-cost:    1     Base: 11
209.16/209.24	|  Eliminated clauses:           0.21 Mb                                      |
209.16/209.24	============================[ Search Statistics ]==============================
209.16/209.24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
209.16/209.24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
209.16/209.24	===============================================================================
209.16/209.24	|   1053770 |    8815    43188   130431 |    15835     9606     29 |  4.090 % |
209.16/209.24	|   1053920 |    8815    43188   130431 |    17419     9756     29 |  4.090 % |
209.16/209.24	|   1054145 |    8815    43188   130431 |    19161     9981     29 |  4.090 % |
209.16/209.24	|   1054482 |    8815    43188   130431 |    21077    10318     28 |  4.090 % |
209.16/209.24	|   1054988 |    8815    43188   130431 |    23184    10824     28 |  4.090 % |
209.16/209.24	|   1055747 |    8815    43188   130431 |    25503    11583     28 |  4.090 % |
209.16/209.24	|   1056886 |    8815    43188   130431 |    28053    12722     28 |  4.090 % |
209.16/209.24	|   1058594 |    8815    43188   130431 |    30859    14430     28 |  4.090 % |
209.16/209.24	|   1061156 |    8815    43188   130431 |    33945    16992     28 |  4.090 % |
209.16/209.24	|   1065000 |    8814    43188   130431 |    37339    20830     29 |  4.097 % |
209.16/209.24	|   1070766 |    8814    43188   130431 |    41073    26596     33 |  4.097 % |
209.16/209.24	|   1079415 |    8814    43188   130431 |    45180    35245     34 |  4.097 % |
209.16/209.24	|   1092389 |    8809    43188   130431 |    49698    19170     32 |  4.131 % |
209.16/209.24	|   1111850 |    8809    43188   130431 |    54668    38631     38 |  4.131 % |
209.16/209.24	|   1141042 |    8809    43188   130431 |    60135    32453     37 |  4.131 % |
209.16/209.24	|   1184831 |    8809    43188   130431 |    66149    36077     34 |  4.131 % |
209.16/209.24	|   1250515 |    8809    43188   130431 |    72764    56511     51 |  4.131 % |
209.16/209.24	|   1349041 |    8809    43188   130431 |    80040    42601     40 |  4.131 % |
209.16/209.24	|   1496830 |    8809    43188   130431 |    88044    67219     51 |  4.131 % |
209.16/209.24	|   1718513 |    8809    43188   130431 |    96849    77416     50 |  4.131 % |
209.16/209.24	|   2051038 |    8809    43188   130431 |   106533    21643     55 |  4.131 % |
209.16/209.24	===============================================================================
209.16/209.24	c Found solution: 29
209.16/209.24	c ---[   0]---> Sorter-cost:    2     Base: 11
466.52/466.69	|  Eliminated clauses:           0.21 Mb                                      |
466.52/466.69	============================[ Search Statistics ]==============================
466.52/466.69	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
466.52/466.69	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
466.52/466.69	===============================================================================
466.52/466.69	|   2054633 |    8824    43220   130691 |    15847    12669     39 |  4.099 % |
466.52/466.69	|   2054783 |    8824    43220   130691 |    17432    12819     39 |  4.099 % |
466.52/466.69	|   2055008 |    8824    43220   130691 |    19175    13044     38 |  4.099 % |
466.52/466.69	|   2055345 |    8824    43220   130691 |    21092    13381     38 |  4.099 % |
466.52/466.69	|   2055851 |    8824    43220   130691 |    23202    13887     38 |  4.099 % |
466.52/466.69	|   2056610 |    8824    43220   130691 |    25522    14646     37 |  4.099 % |
466.52/466.69	|   2057749 |    8824    43220   130691 |    28074    15785     37 |  4.099 % |
466.52/466.69	|   2059457 |    8824    43220   130691 |    30881    17493     36 |  4.099 % |
466.52/466.69	|   2062019 |    8824    43220   130691 |    33970    20055     35 |  4.099 % |
466.52/466.69	|   2065863 |    8824    43220   130691 |    37367    23899     36 |  4.099 % |
466.52/466.69	|   2071629 |    8824    43220   130691 |    41103    29665     37 |  4.099 % |
466.52/466.69	|   2080278 |    8824    43220   130691 |    45214    38314     38 |  4.099 % |
466.52/466.69	|   2093252 |    8824    43220   130691 |    49735    24254     33 |  4.099 % |
466.52/466.69	|   2112713 |    8824    43220   130691 |    54709    43715     42 |  4.099 % |
466.52/466.69	|   2141905 |    8824    43220   130691 |    60180    36188     38 |  4.099 % |
466.52/466.69	|   2185694 |    8824    43220   130691 |    66198    39777     36 |  4.099 % |
466.52/466.69	|   2251378 |    8824    43220   130691 |    72818    59367     42 |  4.099 % |
466.52/466.69	|   2349904 |    8824    43220   130691 |    80099    45903     40 |  4.099 % |
466.52/466.69	|   2497693 |    8824    43220   130691 |    88109    67109     50 |  4.099 % |
466.52/466.69	|   2719376 |    8824    43220   130691 |    96920    77754     51 |  4.099 % |
466.52/466.69	|   3051901 |    8824    43220   130691 |   106612    21826     49 |  4.099 % |
466.52/466.69	|   3550689 |    8824    43220   130691 |   117274    84308     52 |  4.099 % |
466.52/466.69	|   4298871 |    8824    43220   130691 |   129001    46080     78 |  4.099 % |
466.52/466.69	===============================================================================
466.52/466.69	c Found solution: 28
466.52/466.69	c ---[   0]---> Sorter-cost:    2     Base: 11
794.46/794.61	|  Eliminated clauses:           0.21 Mb                                      |
794.46/794.61	============================[ Search Statistics ]==============================
794.46/794.61	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
794.46/794.61	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
794.46/794.61	===============================================================================
794.46/794.61	|   4341156 |    8845    43311   131139 |    15880     9734     50 |  4.070 % |
794.46/794.61	|   4341306 |    8845    43311   131139 |    17468     9884     49 |  4.070 % |
794.46/794.61	|   4341531 |    8845    43311   131139 |    19215    10109     48 |  4.070 % |
794.46/794.61	|   4341868 |    8845    43311   131139 |    21137    10446     47 |  4.070 % |
794.46/794.61	|   4342374 |    8845    43311   131139 |    23250    10952     47 |  4.070 % |
794.46/794.61	|   4343133 |    8845    43311   131139 |    25576    11711     45 |  4.070 % |
794.46/794.61	|   4344272 |    8845    43311   131139 |    28133    12850     44 |  4.070 % |
794.46/794.61	|   4345980 |    8845    43311   131139 |    30946    14558     42 |  4.070 % |
794.46/794.61	|   4348542 |    8845    43311   131139 |    34041    17120     41 |  4.070 % |
794.46/794.61	|   4352386 |    8845    43311   131139 |    37445    20964     39 |  4.070 % |
794.46/794.61	|   4358152 |    8845    43311   131139 |    41190    26730     39 |  4.070 % |
794.46/794.61	|   4366801 |    8845    43311   131139 |    45309    35379     39 |  4.070 % |
794.46/794.61	|   4379775 |    8845    43311   131139 |    49840    20940     34 |  4.070 % |
794.46/794.61	|   4399236 |    8845    43311   131139 |    54824    40401     43 |  4.070 % |
794.46/794.61	|   4428428 |    8845    43311   131139 |    60306    34347     40 |  4.070 % |
794.46/794.61	|   4472217 |    8845    43311   131139 |    66337    38150     33 |  4.070 % |
794.46/794.61	|   4537901 |    8845    43311   131139 |    72971    58610     44 |  4.070 % |
794.46/794.61	|   4636427 |    8845    43311   131139 |    80268    46502     47 |  4.070 % |
794.46/794.61	|   4784216 |    8845    43311   131139 |    88295    67179     53 |  4.070 % |
794.46/794.61	|   5005899 |    8845    43311   131139 |    97124    73178     45 |  4.070 % |
794.46/794.61	|   5338424 |    8845    43311   131139 |   106837    98775     66 |  4.070 % |
794.46/794.61	|   5837212 |    8845    43311   131139 |   117521    66617     51 |  4.071 % |
794.46/794.61	|   6585394 |    8845    43311   131139 |   129273    30297     80 |  4.070 % |
794.46/794.61	===============================================================================
794.46/794.61	c Found solution: 25
794.46/794.61	c ---[   0]---> Sorter-cost:    2     Base: 11
1748.32/1748.60	|  Eliminated clauses:           0.22 Mb                                      |
1748.32/1748.60	============================[ Search Statistics ]==============================
1748.32/1748.60	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1748.32/1748.60	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1748.32/1748.60	===============================================================================
1748.32/1748.60	|   7288487 |    8877    43449   131737 |    15931     8432     85 |  4.029 % |
1748.32/1748.60	|   7288637 |    8877    43449   131737 |    17524     8582     84 |  4.029 % |
1748.32/1748.60	|   7288862 |    8877    43449   131737 |    19276     8807     82 |  4.029 % |
1748.32/1748.60	|   7289199 |    8877    43449   131737 |    21204     9144     80 |  4.029 % |
1748.32/1748.60	|   7289705 |    8877    43449   131737 |    23325     9650     76 |  4.029 % |
1748.32/1748.60	|   7290464 |    8877    43449   131737 |    25657    10409     72 |  4.029 % |
1748.32/1748.60	|   7291603 |    8877    43449   131737 |    28223    11548     69 |  4.029 % |
1748.32/1748.60	|   7293311 |    8877    43449   131737 |    31045    13256     64 |  4.029 % |
1748.32/1748.60	|   7295873 |    8877    43449   131737 |    34150    15818     58 |  4.029 % |
1748.32/1748.60	|   7299717 |    8874    43449   131737 |    37565    19661     53 |  4.050 % |
1748.32/1748.60	|   7305483 |    8874    43449   131737 |    41321    25427     49 |  4.050 % |
1748.32/1748.60	|   7314132 |    8874    43449   131737 |    45453    34076     47 |  4.050 % |
1748.32/1748.60	|   7327106 |    8874    43449   131737 |    49999    19171     33 |  4.050 % |
1748.32/1748.60	|   7346567 |    8874    43449   131737 |    54999    38632     37 |  4.050 % |
1748.32/1748.60	|   7375759 |    8874    43449   131737 |    60499    32614     37 |  4.050 % |
1748.32/1748.60	|   7419548 |    8874    43449   131737 |    66548    36010     36 |  4.050 % |
1748.32/1748.60	|   7485232 |    8874    43449   131737 |    73203    55177     48 |  4.050 % |
1748.32/1748.60	|   7583758 |    8874    43449   131737 |    80524    38411     40 |  4.050 % |
1748.32/1748.60	|   7731547 |    8874    43449   131737 |    88576    66835     49 |  4.050 % |
1748.32/1748.60	|   7953230 |    8874    43449   131737 |    97434    76436     45 |  4.050 % |
1748.32/1748.60	|   8285755 |    8874    43449   131737 |   107177    19099     74 |  4.050 % |
1748.32/1748.60	|   8784543 |    8874    43449   131737 |   117895    80745     44 |  4.050 % |
1748.32/1748.60	|   9532725 |    8874    43449   131737 |   129685    45514    114 |  4.050 % |
1748.32/1748.60	|  10654999 |    8874    43449   131737 |   142653    74625     41 |  4.050 % |
1748.32/1748.60	|  12338410 |    8874    43449   131737 |   156919    37394    111 |  4.050 % |
1748.32/1748.60	===============================================================================
1748.32/1748.60	c Found solution: 24
1748.32/1748.60	c ---[   0]---> Sorter-cost:    2     Base: 11
1800.02/1800.30	|  Eliminated clauses:           0.22 Mb                                      |
1800.02/1800.30	============================[ Search Statistics ]==============================
1800.02/1800.30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1800.02/1800.30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1800.02/1800.30	===============================================================================
1800.02/1800.30	|  14382402 |    8890    43504   132099 |    15951    10678     24 |  4.048 % |
1800.02/1800.30	|  14382552 |    8890    43504   132099 |    17546    10828     23 |  4.048 % |
1800.02/1800.30	|  14382777 |    8890    43504   132099 |    19301    11053     23 |  4.048 % |
1800.02/1800.30	|  14383114 |    8890    43504   132099 |    21231    11390     23 |  4.048 % |
1800.02/1800.30	|  14383620 |    8890    43504   132099 |    23354    11896     24 |  4.048 % |
1800.02/1800.30	|  14384379 |    8890    43504   132099 |    25689    12655     24 |  4.048 % |
1800.02/1800.30	|  14385518 |    8890    43504   132099 |    28258    13794     26 |  4.048 % |
1800.02/1800.30	|  14387226 |    8890    43504   132099 |    31084    15502     26 |  4.048 % |
1800.02/1800.30	|  14389788 |    8890    43504   132099 |    34193    18064     28 |  4.048 % |
1800.02/1800.30	|  14393632 |    8890    43504   132099 |    37612    21908     30 |  4.048 % |
1800.02/1800.30	|  14399398 |    8890    43504   132099 |    41373    27674     34 |  4.049 % |
1800.02/1800.30	|  14408047 |    8890    43504   132099 |    45511    36323     37 |  4.048 % |
1800.02/1800.30	|  14421021 |    8890    43504   132099 |    50062    22059     30 |  4.048 % |
1800.02/1800.30	|  14440482 |    8890    43504   132099 |    55068    41520     35 |  4.048 % |
1800.02/1800.30	|  14469674 |    8890    43504   132099 |    60575    34988     36 |  4.048 % |
1800.02/1800.30	|  14513463 |    8890    43504   132099 |    66633    38810     37 |  4.048 % |
1800.02/1800.30	|  14579147 |    8890    43504   132099 |    73296    59394     42 |  4.048 % |
1800.02/1800.30	|  14677673 |    8890    43504   132099 |    80626    46814     39 |  4.048 % |
1800.02/1800.30	|  14825462 |    8890    43504   132099 |    88688    69053     46 |  4.048 % |
1800.02/1800.30	c 
1800.02/1800.30	c *** TERMINATED ***
1800.02/1800.30	s SATISFIABLE
1800.02/1800.30	v x1 x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 x103 -x104 x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 x131 x132 x133 x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 x151 -x152 x153 x154 x155 -x156 -x157 -x158 -x159 -x160 x161 x162 x163 -x164 x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 x181 x182 x183 x184 x185 x186 x187 x188 x189 x190 -x191 x231 x232 x233 x234 x235 x236 x237 x238 x239 -x240 -x241 x242 x243 x244 x245 x246 -x247 x248 x249 -x250 -x251 -x252 x253 x254 x255 x256 x257 x258 x259 x260 -x261 x262 -x263 x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 x274 -x275 -x192 x203 -x214 -x225 x276 x277 -x278 -x279 x280 x193 x194 x195 x196 -x197 -x198 -x199 x200 -x201 -x202 -x204 x205 -x206 -x207 -x208 x209 -x210 -x211 x212 x213 -x215 x216 -x217 x218 -x219 -x220 -x221 -x222 x223 -x224 x226 x227 x228 x229 -x230 x264

Verifier Data

OK	24

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-4115158-1466519317/watcher-4115158-1466519317 -o /tmp/evaluation-result-4115158-1466519317/solver-4115158-1466519317 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466514726-11358 --watchdog 1960 minisatp HOME/instance-4115158-1466519317.opb 

pid=13824
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.18 2.15 2.07 3/176 13827
/proc/meminfo: memFree=30577304/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=6324 CPUtime=0 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 306 0 0 0 0 0 0 0 20 0 1 0 53980948 6475776 182 33554432000 4194304 5646918 140734032225184 140734705774648 4826286 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 1581 182 97 355 0 1222 0

[startup+0.100161 s]
/proc/loadavg: 2.18 2.15 2.07 3/176 13827
/proc/meminfo: memFree=30577304/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=8112 CPUtime=0.09 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 912 0 0 0 9 0 0 0 20 0 1 0 53980948 8306688 764 33554432000 4194304 5646918 140734032225184 140734705774648 4442088 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 2028 764 162 355 0 1669 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8112

[startup+0.200284 s]
/proc/loadavg: 2.18 2.15 2.07 3/176 13827
/proc/meminfo: memFree=30577304/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=8640 CPUtime=0.19 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 1153 0 0 0 19 0 0 0 20 0 1 0 53980948 8847360 1002 33554432000 4194304 5646918 140734032225184 140734032223288 4398943 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 2160 1003 182 355 0 1801 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8640

[startup+0.300344 s]
/proc/loadavg: 2.18 2.15 2.07 3/176 13827
/proc/meminfo: memFree=30577304/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=10960 CPUtime=0.29 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 1888 0 0 0 29 0 0 0 20 0 1 0 53980948 11223040 1714 33554432000 4194304 5646918 140734032225184 140734032223288 4402784 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 2740 1714 184 355 0 2381 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10960

[startup+0.700273 s]
/proc/loadavg: 2.18 2.15 2.07 3/176 13827
/proc/meminfo: memFree=30577304/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=9096 CPUtime=0.69 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 2544 0 0 0 69 0 0 0 20 0 1 0 53980948 9314304 1868 33554432000 4194304 5646918 140734032225184 140734032223288 4389003 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 2274 1868 186 355 0 1915 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9096

[startup+1.50024 s]
/proc/loadavg: 2.18 2.15 2.07 3/177 13828
/proc/meminfo: memFree=30569244/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=12368 CPUtime=1.49 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 3249 0 0 0 149 0 0 0 20 0 1 0 53980948 12664832 2555 33554432000 4194304 5646918 140734032225184 140734032223432 4402764 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 3092 2555 186 355 0 2733 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12368

[startup+3.10028 s]
/proc/loadavg: 2.18 2.15 2.07 3/177 13828
/proc/meminfo: memFree=30563088/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=18416 CPUtime=3.09 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 5028 0 0 0 308 1 0 0 20 0 1 0 53980948 18857984 4280 33554432000 4194304 5646918 140734032225184 140734032223432 4404203 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 4604 4280 189 355 0 4245 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18416

[startup+6.30024 s]
/proc/loadavg: 2.16 2.15 2.07 3/177 13828
/proc/meminfo: memFree=30555656/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=22808 CPUtime=6.29 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 5635 0 0 0 628 1 0 0 20 0 1 0 53980948 23355392 5394 33554432000 4194304 5646918 140734032225184 140734032223448 4402821 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 5702 5394 189 355 0 5343 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22808

[startup+12.7003 s]
/proc/loadavg: 2.15 2.15 2.07 3/177 13828
/proc/meminfo: memFree=30556168/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=22808 CPUtime=12.69 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 7509 0 0 0 1268 1 0 0 20 0 1 0 53980948 23355392 5370 33554432000 4194304 5646918 140734032225184 140734032223448 4402815 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 5702 5370 189 355 0 5343 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22808

[startup+25.5004 s]
/proc/loadavg: 2.19 2.16 2.08 3/177 13828
/proc/meminfo: memFree=30543660/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=37252 CPUtime=25.48 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 8670 0 0 0 2547 1 0 0 20 0 1 0 53980948 38146048 8438 33554432000 4194304 5646918 140734032225184 140734032219880 4402764 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 9313 8438 190 355 0 8954 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 37252

[startup+51.1004 s]
/proc/loadavg: 2.12 2.14 2.07 3/177 13828
/proc/meminfo: memFree=30527552/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=67712 CPUtime=51.09 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 11053 0 0 0 5106 3 0 0 20 0 1 0 53980948 69337088 13029 33554432000 4194304 5646918 140734032225184 140734032223432 4403495 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 16928 13029 190 355 0 16569 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 67712

[startup+102.3 s]
/proc/loadavg: 2.22 2.16 2.08 3/178 13832
/proc/meminfo: memFree=30499644/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=98636 CPUtime=102.29 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 11976 0 0 0 10225 4 0 0 20 0 1 0 53980948 101003264 18170 33554432000 4194304 5646918 140734032225184 140734032223464 4403047 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 24659 18170 190 355 0 24300 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 98636

[startup+162.3 s]
/proc/loadavg: 2.19 2.16 2.09 3/177 13833
/proc/meminfo: memFree=30487716/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=98636 CPUtime=162.27 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 11979 0 0 0 16223 4 0 0 20 0 1 0 53980948 101003264 19706 33554432000 4194304 5646918 140734032225184 140734032223464 4403454 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 24659 19706 190 355 0 24300 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 98636

[startup+222.307 s]
/proc/loadavg: 2.19 2.16 2.09 3/177 13834
/proc/meminfo: memFree=30478372/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=98744 CPUtime=222.27 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 11981 0 0 0 22223 4 0 0 20 0 1 0 53980948 101113856 19708 33554432000 4194304 5646918 140734032225184 140734032223736 4402788 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 24686 19708 190 355 0 24327 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 98744

[startup+282.3 s]
/proc/loadavg: 2.19 2.16 2.09 3/176 13835
/proc/meminfo: memFree=30471840/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=98744 CPUtime=282.25 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 11981 0 0 0 28221 4 0 0 20 0 1 0 53980948 101113856 19708 33554432000 4194304 5646918 140734032225184 140734032223736 4388947 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 24686 19708 190 355 0 24327 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 98744

[startup+342.3 s]
/proc/loadavg: 2.23 2.17 2.10 3/177 13837
/proc/meminfo: memFree=30463180/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=98744 CPUtime=342.24 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 12347 0 0 0 34220 4 0 0 20 0 1 0 53980948 101113856 20220 33554432000 4194304 5646918 140734032225184 140734032223896 4402736 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 24686 20220 190 355 0 24327 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 98744

[startup+402.3 s]
/proc/loadavg: 2.19 2.17 2.10 3/177 13838
/proc/meminfo: memFree=30461100/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=98744 CPUtime=402.23 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 12713 0 0 0 40218 5 0 0 20 0 1 0 53980948 101113856 20220 33554432000 4194304 5646918 140734032225184 140734032223896 4397744 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 24686 20220 190 355 0 24327 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 98744

[startup+462.3 s]
/proc/loadavg: 2.11 2.15 2.09 3/177 13839
/proc/meminfo: memFree=30459852/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=98744 CPUtime=462.22 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 13446 0 0 0 46216 6 0 0 20 0 1 0 53980948 101113856 20220 33554432000 4194304 5646918 140734032225184 140734032223896 4416741 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 24686 20220 190 355 0 24327 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 98744

[startup+522.3 s]
/proc/loadavg: 2.15 2.15 2.09 3/177 13840
/proc/meminfo: memFree=30455496/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=98744 CPUtime=522.21 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 13823 0 0 0 52214 7 0 0 20 0 1 0 53980948 101113856 20224 33554432000 4194304 5646918 140734032225184 140734032223896 4403488 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 24686 20224 191 355 0 24327 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 98744

[startup+582.3 s]
/proc/loadavg: 2.18 2.15 2.09 3/177 13841
/proc/meminfo: memFree=30413540/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=98744 CPUtime=582.2 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 14557 0 0 0 58212 8 0 0 20 0 1 0 53980948 101113856 20224 33554432000 4194304 5646918 140734032225184 140734032223896 4402811 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 24686 20224 191 355 0 24327 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 98744


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


[startup+942.3 s]
/proc/loadavg: 2.35 2.23 2.12 3/177 13852
/proc/meminfo: memFree=30420620/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=98744 CPUtime=942.14 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 16837 0 0 0 94202 12 0 0 20 0 1 0 53980948 101113856 24383 33554432000 4194304 5646918 140734032225184 140734032223896 4402853 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 24686 24383 191 355 0 24327 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 98744

[startup+1002.3 s]
/proc/loadavg: 2.16 2.20 2.12 3/177 13909
/proc/meminfo: memFree=31228484/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=98744 CPUtime=1002.13 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 17205 0 0 0 100200 13 0 0 20 0 1 0 53980948 101113856 24383 33554432000 4194304 5646918 140734032225184 140734032223896 4402832 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 24686 24383 191 355 0 24327 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 98744

[startup+1062.3 s]
/proc/loadavg: 2.06 2.16 2.11 3/177 13910
/proc/meminfo: memFree=30597232/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=98744 CPUtime=1062.13 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 18960 0 0 0 106197 16 0 0 20 0 1 0 53980948 101113856 24383 33554432000 4194304 5646918 140734032225184 140734032223896 4398927 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 24686 24383 191 355 0 24327 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 98744

[startup+1122.3 s]
/proc/loadavg: 2.07 2.14 2.10 3/177 13911
/proc/meminfo: memFree=30483652/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=110692 CPUtime=1122.11 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 20750 0 0 0 112193 18 0 0 20 0 1 0 53980948 113348608 27393 33554432000 4194304 5646918 140734032225184 140734032223896 4402821 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 27673 27393 191 355 0 27314 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 110692

[startup+1182.3 s]
/proc/loadavg: 2.07 2.13 2.09 3/177 13912
/proc/meminfo: memFree=30394784/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=110692 CPUtime=1182.11 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 21116 0 0 0 118192 19 0 0 20 0 1 0 53980948 113348608 27393 33554432000 4194304 5646918 140734032225184 140734032223896 4402853 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 27673 27393 191 355 0 27314 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 110692

[startup+1242.3 s]
/proc/loadavg: 2.13 2.13 2.09 3/177 13914
/proc/meminfo: memFree=30312200/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=110692 CPUtime=1242.1 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 22217 0 0 0 124189 21 0 0 20 0 1 0 53980948 113348608 27393 33554432000 4194304 5646918 140734032225184 140734032223896 4402821 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 27673 27393 191 355 0 27314 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 110692

[startup+1302.3 s]
/proc/loadavg: 2.20 2.15 2.10 3/178 13918
/proc/meminfo: memFree=30237396/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=110692 CPUtime=1302.09 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 23683 0 0 0 130186 23 0 0 20 0 1 0 53980948 113348608 27393 33554432000 4194304 5646918 140734032225184 140734032223896 4396915 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 27673 27393 191 355 0 27314 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 110692

[startup+1362.3 s]
/proc/loadavg: 2.20 2.15 2.10 3/177 13919
/proc/meminfo: memFree=30171084/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=110692 CPUtime=1362.08 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 24899 0 0 0 136183 25 0 0 20 0 1 0 53980948 113348608 27393 33554432000 4194304 5646918 140734032225184 140734032223896 4402776 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 27673 27393 191 355 0 27314 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 110692

[startup+1422.3 s]
/proc/loadavg: 2.12 2.14 2.09 3/177 13920
/proc/meminfo: memFree=30066296/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=160012 CPUtime=1422.08 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 27508 0 0 0 142178 30 0 0 20 0 1 0 53980948 163852288 36959 33554432000 4194304 5646918 140734032225184 140734032223480 4402788 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 40003 36959 191 355 0 39644 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 160012

[startup+1482.3 s]
/proc/loadavg: 2.11 2.13 2.09 4/177 13921
/proc/meminfo: memFree=29945308/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=160012 CPUtime=1482.06 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 29744 0 0 0 148173 33 0 0 20 0 1 0 53980948 163852288 35935 33554432000 4194304 5646918 140734032225184 140734032223480 4402818 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 40003 35935 191 355 0 39644 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 160012

[startup+1542.31 s]
/proc/loadavg: 2.09 2.12 2.09 4/177 13923
/proc/meminfo: memFree=29894760/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=110692 CPUtime=1542.06 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 31624 0 0 0 154168 38 0 0 20 0 1 0 53980948 113348608 27393 33554432000 4194304 5646918 140734032225184 140734032223896 4402764 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 27673 27393 191 355 0 27314 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 110692

[startup+1602.3 s]
/proc/loadavg: 2.07 2.11 2.09 4/177 13924
/proc/meminfo: memFree=29843852/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=110692 CPUtime=1602.04 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 33092 0 0 0 160164 40 0 0 20 0 1 0 53980948 113348608 27393 33554432000 4194304 5646918 140734032225184 140734032223896 4402774 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 27673 27393 191 355 0 27314 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 110692

[startup+1662.3 s]
/proc/loadavg: 2.13 2.11 2.09 3/177 13925
/proc/meminfo: memFree=29767112/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=160012 CPUtime=1662.03 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 34561 0 0 0 166161 42 0 0 20 0 1 0 53980948 163852288 35935 33554432000 4194304 5646918 140734032225184 140734032223480 4403454 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 40003 35935 191 355 0 39644 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 160012

[startup+1722.3 s]
/proc/loadavg: 2.25 2.14 2.10 3/177 13926
/proc/meminfo: memFree=29734548/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=110692 CPUtime=1722.03 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 35893 0 0 0 172158 45 0 0 20 0 1 0 53980948 113348608 27393 33554432000 4194304 5646918 140734032225184 140734032223896 4402764 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 27673 27393 191 355 0 27314 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 110692

[startup+1782.3 s]
/proc/loadavg: 2.14 2.13 2.09 3/177 13927
/proc/meminfo: memFree=29682420/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=110692 CPUtime=1782.02 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 36634 0 0 0 178156 46 0 0 20 0 1 0 53980948 113348608 27396 33554432000 4194304 5646918 140734032225184 140734032223464 4402639 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 27673 27396 191 355 0 27314 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 110692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.10 2.12 2.09 3/177 13927
/proc/meminfo: memFree=29659972/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=110692 CPUtime=1800.02 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 36634 0 0 0 179956 46 0 0 20 0 1 0 53980948 113348608 27396 33554432000 4194304 5646918 140734032225184 140734032223464 4402958 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 27673 27396 191 355 0 27314 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 110692

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.3 s]
/proc/loadavg: 2.10 2.12 2.09 3/177 13927
/proc/meminfo: memFree=29659972/32872528 swapFree=682476/737664
[pid=13827] ppid=13824 vsize=110692 CPUtime=1800.02 cores=1,3,5,7
/proc/13827/stat : 13827 (minisatp) R 13824 13827 11341 0 -1 4202496 36634 0 0 0 179956 46 0 0 20 0 1 0 53980948 113348608 27396 33554432000 4194304 5646918 140734032225184 140734032223464 4402958 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/13827/statm: 27673 27396 191 355 0 27314 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 110692

Child status: 0
Real time (s): 1800.3
CPU time (s): 1800.02
CPU user time (s): 1799.56
CPU system time (s): 0.462929
CPU usage (%): 99.9846
Max. virtual memory (cumulated for all children) (KiB): 240920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.56
system time used= 0.462929
maximum resident set size= 210748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36634
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= 1854

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.29535 second user time and 7.17091 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-21 16:28:37
IDJOB=4115158
IDBENCH=1573
IDSOLVER=2555
FILE ID=node112/4115158-1466519317
RUNJOBID= node112-1466514726-11358
PBS_JOBID= 19942877
Free space on /tmp= 71696 MiB

SOLVER NAME= minisatp 2012-10-02 git-d91742b
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-reduced-mps-v2-20-10-markshare1_1.opb
COMMAND LINE= minisatp BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4115158-1466519317/watcher-4115158-1466519317 -o /tmp/evaluation-result-4115158-1466519317/solver-4115158-1466519317 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466514726-11358 --watchdog 1960  minisatp HOME/instance-4115158-1466519317.opb

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

MD5SUM BENCH= a432642e9fdf105f945bae55612ade38
RANDOM SEED=1711169208

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30577648 kB
Buffers:            6252 kB
Cached:            50212 kB
SwapCached:         1740 kB
Active:           822652 kB
Inactive:          28616 kB
Active(anon):     795356 kB
Inactive(anon):     1680 kB
Active(file):      27296 kB
Inactive(file):    26936 kB
Unevictable:      737664 kB
Mlocked:          682476 kB
SwapTotal:      67108856 kB
SwapFree:       67096804 kB
Dirty:              3512 kB
Writeback:             0 kB
AnonPages:       1544216 kB
Mapped:             8036 kB
Shmem:                 0 kB
Slab:             570276 kB
SReclaimable:      14288 kB
SUnreclaim:       555988 kB
KernelStack:        1472 kB
PageTables:         7748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1730052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    409600 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-4115158-1466519317.opb

Free space on /tmp at the end= 71696 MiB
End job on node112 at 2016-06-21 16:58:38