Trace number 4112748

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-d91742bOPT13949 30.4614 30.4668

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/
submittedPB07/aksoy/trarea_ac/normalized-fir01_trarea_ac.opb
MD5SUM93d57e3cf3bbcca358fa3998d0198f54
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark13949
Best CPU time to get the best result obtained on this benchmark0.009997
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 13949
Optimality of the best value was proved YES
Number of variables256
Total number of constraints351
Number of constraints which are clauses351
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint21
Number of terms in the objective function 152
Biggest coefficient in the objective function 1848
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 235098
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 1848
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 235098
Number of bits of the biggest sum of numbers18
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 347 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 ---[ 341]---> BDD-cost:    1
0.00/0.00	c ---[ 339]---> BDD-cost:    1
0.00/0.00	c ---[ 298]---> BDD-cost:    1
0.00/0.00	c ---[ 296]---> BDD-cost:    1
0.00/0.00	c ---[ 259]---> BDD-cost:    1
0.00/0.00	c ---[ 257]---> BDD-cost:    1
0.00/0.00	c ---[ 237]---> BDD-cost:    1
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: 14726
0.00/0.00	c ---[   0]---> Sorter-cost:41743     Base: 2 5 3 3 3 5
1.59/1.68	|  Eliminated clauses:           0.60 Mb                                      |
1.59/1.68	============================[ Search Statistics ]==============================
1.59/1.68	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.59/1.68	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.59/1.68	===============================================================================
1.59/1.68	|       100 |   25318   104007   275953 |    38135      100     44 |  0.031 % |
1.59/1.68	|       250 |   25318   104007   275953 |    41949      250     41 |  0.031 % |
1.59/1.68	===============================================================================
1.59/1.68	c Found solution: 14670
1.59/1.68	c ---[   0]---> Sorter-cost:   10     Base: 2 5 3 3 3 5
3.29/3.31	|  Eliminated clauses:           0.62 Mb                                      |
3.29/3.31	============================[ Search Statistics ]==============================
3.29/3.31	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.29/3.31	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.29/3.31	===============================================================================
3.29/3.31	|       407 |   25578   104976   279535 |    38491      407     47 |  0.033 % |
3.29/3.31	|       557 |   25578   104976   279535 |    42340      557     61 |  0.033 % |
3.29/3.31	===============================================================================
3.29/3.31	c Found solution: 14590
3.29/3.31	c ---[   0]---> Sorter-cost:    7     Base: 2 5 3 3 3 5
4.69/4.78	|  Eliminated clauses:           0.62 Mb                                      |
4.69/4.78	============================[ Search Statistics ]==============================
4.69/4.78	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.69/4.78	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.69/4.78	===============================================================================
4.69/4.78	===============================================================================
4.69/4.78	c Found solution: 14570
4.69/4.78	c ---[   0]---> Sorter-cost:    7     Base: 2 5 3 3 3 5
6.09/6.17	|  Eliminated clauses:           0.62 Mb                                      |
6.09/6.17	============================[ Search Statistics ]==============================
6.09/6.17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.09/6.17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.09/6.17	===============================================================================
6.09/6.17	===============================================================================
6.09/6.17	c Found solution: 14544
6.09/6.18	c ---[   0]---> Sorter-cost:   10     Base: 2 5 3 3 3 5
7.59/7.65	|  Eliminated clauses:           0.63 Mb                                      |
7.59/7.65	============================[ Search Statistics ]==============================
7.59/7.65	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.59/7.65	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.59/7.65	===============================================================================
7.59/7.65	|       801 |   25677   105370   281222 |    38635      801     66 |  0.040 % |
7.59/7.65	===============================================================================
7.59/7.65	c Found solution: 14479
7.59/7.65	c ---[   0]---> Sorter-cost:    6     Base: 2 5 3 3 3 5
8.89/8.99	|  Eliminated clauses:           0.64 Mb                                      |
8.89/8.99	============================[ Search Statistics ]==============================
8.89/8.99	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.89/8.99	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.89/8.99	===============================================================================
8.89/8.99	===============================================================================
8.89/8.99	c Found solution: 14465
8.89/8.99	c ---[   0]---> Sorter-cost:   10     Base: 2 5 3 3 3 5
10.29/10.36	|  Eliminated clauses:           0.64 Mb                                      |
10.29/10.36	============================[ Search Statistics ]==============================
10.29/10.36	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.29/10.36	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.29/10.36	===============================================================================
10.29/10.36	===============================================================================
10.29/10.36	c Found solution: 14323
10.29/10.36	c ---[   0]---> Sorter-cost:    8     Base: 2 5 3 3 3 5
11.58/11.64	|  Eliminated clauses:           0.64 Mb                                      |
11.58/11.64	============================[ Search Statistics ]==============================
11.58/11.64	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.58/11.64	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.58/11.64	===============================================================================
11.58/11.64	|       970 |   25742   105598   282158 |    38719      970     70 |  0.047 % |
11.58/11.64	===============================================================================
11.58/11.64	c Found solution: 14303
11.58/11.65	c ---[   0]---> Sorter-cost:    7     Base: 2 5 3 3 3 5
14.09/14.14	|  Eliminated clauses:           0.64 Mb                                      |
14.09/14.14	============================[ Search Statistics ]==============================
14.09/14.14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.09/14.14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.09/14.14	===============================================================================
14.09/14.14	|      1215 |   25742   105599   282163 |    38719     1215     65 |  0.050 % |
14.09/14.14	|      1365 |   25742   105599   282163 |    42591     1365     62 |  0.050 % |
14.09/14.14	|      1590 |   25742   105599   282163 |    46850     1590     59 |  0.050 % |
14.09/14.14	|      1927 |   25742   105599   282163 |    51535     1927     61 |  0.050 % |
14.09/14.14	|      2433 |   25742   105599   282163 |    56689     2433     60 |  0.050 % |
14.09/14.14	|      3192 |   25742   105599   282163 |    62358     3192     60 |  0.050 % |
14.09/14.14	===============================================================================
14.09/14.14	c Found solution: 14300
14.09/14.14	c ---[   0]---> Sorter-cost:    4     Base: 2 5 3 3 3 5
15.29/15.37	|  Eliminated clauses:           0.64 Mb                                      |
15.29/15.37	============================[ Search Statistics ]==============================
15.29/15.37	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.29/15.37	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.29/15.37	===============================================================================
15.29/15.37	|      3748 |   25742   105600   282168 |    38720     3748     60 |  0.052 % |
15.29/15.37	===============================================================================
15.29/15.37	c Found solution: 14266
15.29/15.37	c ---[   0]---> Sorter-cost:    7     Base: 2 5 3 3 3 5
16.79/16.87	|  Eliminated clauses:           0.64 Mb                                      |
16.79/16.87	============================[ Search Statistics ]==============================
16.79/16.87	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.79/16.87	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.79/16.87	===============================================================================
16.79/16.87	|      3937 |   25741   105598   282093 |    38719     3937     59 |  0.054 % |
16.79/16.87	|      4087 |   25741   105598   282093 |    42591     4087     59 |  0.054 % |
16.79/16.87	|      4312 |   25741   105598   282093 |    46850     4312     58 |  0.054 % |
16.79/16.87	===============================================================================
16.79/16.87	c Found solution: 14254
16.79/16.87	c ---[   0]---> Sorter-cost:    8     Base: 2 5 3 3 3 5
17.99/18.07	|  Eliminated clauses:           0.64 Mb                                      |
17.99/18.07	============================[ Search Statistics ]==============================
17.99/18.07	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.99/18.07	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.99/18.07	===============================================================================
17.99/18.07	===============================================================================
17.99/18.07	c Found solution: 14242
17.99/18.07	c ---[   0]---> Sorter-cost:    9     Base: 2 5 3 3 3 5
19.09/19.18	|  Eliminated clauses:           0.64 Mb                                      |
19.09/19.18	============================[ Search Statistics ]==============================
19.09/19.18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
19.09/19.18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
19.09/19.18	===============================================================================
19.09/19.18	===============================================================================
19.09/19.18	c Found solution: 14208
19.09/19.18	c ---[   0]---> Sorter-cost:    9     Base: 2 5 3 3 3 5
20.29/20.30	|  Eliminated clauses:           0.64 Mb                                      |
20.29/20.30	============================[ Search Statistics ]==============================
20.29/20.30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
20.29/20.30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
20.29/20.30	===============================================================================
20.29/20.30	===============================================================================
20.29/20.30	c Found solution: 14196
20.29/20.30	c ---[   0]---> Sorter-cost:    9     Base: 2 5 3 3 3 5
23.79/23.87	|  Eliminated clauses:           0.65 Mb                                      |
23.79/23.87	============================[ Search Statistics ]==============================
23.79/23.87	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
23.79/23.87	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
23.79/23.87	===============================================================================
23.79/23.87	|      4628 |   25784   105792   282956 |    38790     4628     59 |  0.064 % |
23.79/23.87	|      4778 |   25769   105792   282956 |    42669     4777     58 |  0.101 % |
23.79/23.87	|      5003 |   25769   105792   282956 |    46936     5002     57 |  0.101 % |
23.79/23.87	|      5340 |   25769   105792   282956 |    51630     5339     56 |  0.101 % |
23.79/23.87	|      5846 |   25769   105792   282956 |    56793     5845     55 |  0.101 % |
23.79/23.87	|      6605 |   25769   105792   282956 |    62472     6604     52 |  0.101 % |
23.79/23.87	|      7744 |   25769   105792   282956 |    68719     7743     50 |  0.101 % |
23.79/23.87	===============================================================================
23.79/23.87	c Found solution: 14057
23.79/23.88	c ---[   0]---> Sorter-cost:    8     Base: 2 5 3 3 3 5
25.19/25.28	|  Eliminated clauses:           0.65 Mb                                      |
25.19/25.28	============================[ Search Statistics ]==============================
25.19/25.28	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
25.19/25.28	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
25.19/25.28	===============================================================================
25.19/25.28	|      8580 |   25760   105670   282585 |    38745     8578     50 |  0.106 % |
25.19/25.28	|      8730 |   25760   105670   282585 |    42620     8728     50 |  0.106 % |
25.19/25.28	===============================================================================
25.19/25.28	c Found solution: 14045
25.19/25.28	c ---[   0]---> Sorter-cost:    6     Base: 2 5 3 3 3 5
26.40/26.44	|  Eliminated clauses:           0.65 Mb                                      |
26.40/26.44	============================[ Search Statistics ]==============================
26.40/26.44	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
26.40/26.44	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
26.40/26.44	===============================================================================
26.40/26.44	===============================================================================
26.40/26.44	c Found solution: 14007
26.40/26.44	c ---[   0]---> Sorter-cost:    8     Base: 2 5 3 3 3 5
27.60/27.64	|  Eliminated clauses:           0.65 Mb                                      |
27.60/27.64	============================[ Search Statistics ]==============================
27.60/27.64	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
27.60/27.64	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
27.60/27.64	===============================================================================
27.60/27.64	===============================================================================
27.60/27.64	c Found solution: 13995
27.60/27.64	c ---[   0]---> Sorter-cost:    7     Base: 2 5 3 3 3 5
28.70/28.78	|  Eliminated clauses:           0.65 Mb                                      |
28.70/28.78	============================[ Search Statistics ]==============================
28.70/28.78	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
28.70/28.78	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
28.70/28.78	===============================================================================
28.70/28.78	===============================================================================
28.70/28.78	c Found solution: 13949
28.70/28.78	c ---[   0]---> Sorter-cost:    5     Base: 2 5 3 3 3 5
30.39/30.46	|  Eliminated clauses:           0.65 Mb                                      |
30.39/30.46	============================[ Search Statistics ]==============================
30.39/30.46	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
30.39/30.46	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
30.39/30.46	===============================================================================
30.39/30.46	|      9077 |   25760   105666   282554 |    38744     9075     50 |  0.116 % |
30.39/30.46	|      9227 |   25760   105666   282554 |    42618     9225     49 |  0.115 % |
30.39/30.46	|      9452 |   25760   105666   282554 |    46880     9450     49 |  0.115 % |
30.39/30.46	|      9789 |   25760   105666   282554 |    51568     9787     48 |  0.116 % |
30.39/30.46	===============================================================================
30.39/30.46	c Optimal solution: 13949
30.39/30.46	s OPTIMUM FOUND
30.39/30.46	v -x28 -x29 -x31 -x32 -x33 -x35 -x37 -x39 -x40 -x42 -x44 -x45 -x46 -x47 -x49 -x50 -x52 -x53 -x55 x56 -x57 -x59 -x61 -x63 -x65 -x67 -x69 -x71 -x73 -x75 -x77 -x78 -x80 -x81 -x83 -x85 -x87 -x88 -x90 -x92 -x94 x95 -x97 -x99 -x101 -x103 -x105 -x107 -x108 -x110 -x111 -x113 -x115 -x117 -x119 -x121 -x122 -x124 -x125 -x127 -x129 -x131 -x132 -x134 -x135 -x136 -x137 -x139 -x140 -x141 -x143 -x144 -x146 -x147 -x148 -x150 -x152 -x153 -x155 -x157 -x159 x160 -x161 -x163 -x165 -x167 -x169 -x170 -x172 -x173 -x175 -x176 -x178 -x180 -x182 -x184 -x186 -x187 -x188 -x190 -x192 -x193 -x195 -x197 -x199 -x200 -x202 -x203 -x204 -x205 -x207 -x209 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x219 -x221 -x223 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x233 -x234 -x235 x236 -x238 -x239 -x240 -x241 -x242 -x243 x244 -x245 -x246 -x247 -x248 x249 -x250 -x251 x252 x253 x254 x255 -x256 -x27 -x1 -x30 -x2 -x3 -x34 -x4 -x36 -x38 -x41 -x43 -x5 -x6 -x48 -x51 -x54 -x58 -x60 -x62 -x64 -x66 -x68 -x70 -x72 -x74 -x76 -x7 -x79 -x82 -x8 -x84 -x86 -x89 -x91 -x93 -x96 -x98 -x100 -x102 -x104 -x106 -x109 -x112 -x114 -x116 -x118 -x9 -x120 -x123 -x10 -x126 -x11 -x128 -x130 -x133 -x12 -x13 -x14 -x138 -x15 -x142 -x145 -x16 -x149 -x151 -x154 -x156 -x158 -x162 -x164 -x166 -x168 -x171 -x174 -x177 -x179 -x181 -x183 -x185 -x17 -x189 -x191 -x18 -x194 -x196 -x198 -x201 -x19 -x20 -x206 -x208 -x210 -x21 -x22 -x23 -x218 -x220 -x222 -x24 -x224 -x25 -x232 -x26 -x237
30.39/30.46	c _______________________________________________________________________________
30.39/30.46	c 
30.39/30.46	restarts              : 76
30.39/30.46	conflicts             : 9800           (322 /sec)
30.39/30.46	decisions             : 23675          (0.00 % random) (778 /sec)
30.39/30.46	propagations          : 37435399       (1229552 /sec)
30.39/30.46	conflict literals     : 473366         (58.44 % deleted)
30.39/30.46	Memory used           : 42.86 MB
30.39/30.46	CPU time              : 30.4464 s
30.39/30.46	c _______________________________________________________________________________

Verifier Data

OK	13949

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-4112748-1466567054/watcher-4112748-1466567054 -o /tmp/evaluation-result-4112748-1466567054/solver-4112748-1466567054 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466551504-32681 --watchdog 1960 minisatp HOME/instance-4112748-1466567054.opb 

pid=2510
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.33 2.27 2.20 3/176 2513
/proc/meminfo: memFree=30113372/32872528 swapFree=1543496/1696796
[pid=2513] ppid=2510 vsize=2032 CPUtime=0 cores=1,3,5,7
/proc/2513/stat : 2513 (minisatp) R 2510 2513 32664 0 -1 4202496 373 0 0 0 0 0 0 0 20 0 1 0 58752011 2080768 244 33554432000 4194304 5646918 140736353501520 140735499329000 4826286 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/2513/statm: 508 244 136 355 0 149 0

[startup+0.100117 s]
/proc/loadavg: 2.33 2.27 2.20 3/176 2513
/proc/meminfo: memFree=30113372/32872528 swapFree=1543496/1696796
[pid=2513] ppid=2510 vsize=8088 CPUtime=0.09 cores=1,3,5,7
/proc/2513/stat : 2513 (minisatp) R 2510 2513 32664 0 -1 4202496 1876 0 0 0 9 0 0 0 20 0 1 0 58752011 8282112 1747 33554432000 4194304 5646918 140736353501520 140735499329000 4346071 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/2513/statm: 2022 1747 137 355 0 1663 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8088

[startup+0.200303 s]
/proc/loadavg: 2.33 2.27 2.20 3/176 2513
/proc/meminfo: memFree=30113372/32872528 swapFree=1543496/1696796
[pid=2513] ppid=2510 vsize=14024 CPUtime=0.19 cores=1,3,5,7
/proc/2513/stat : 2513 (minisatp) R 2510 2513 32664 0 -1 4202496 3360 0 0 0 19 0 0 0 20 0 1 0 58752011 14360576 3231 33554432000 4194304 5646918 140736353501520 140735499329000 4817571 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/2513/statm: 3506 3231 137 355 0 3147 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 14024

[startup+0.300323 s]
/proc/loadavg: 2.33 2.27 2.20 3/176 2513
/proc/meminfo: memFree=30113372/32872528 swapFree=1543496/1696796
[pid=2513] ppid=2510 vsize=16664 CPUtime=0.29 cores=1,3,5,7
/proc/2513/stat : 2513 (minisatp) R 2510 2513 32664 0 -1 4202496 4049 0 0 0 29 0 0 0 20 0 1 0 58752011 17063936 3920 33554432000 4194304 5646918 140736353501520 140735499329000 4459763 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/2513/statm: 4166 3920 137 355 0 3807 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16664

[startup+0.700186 s]
/proc/loadavg: 2.33 2.27 2.20 3/176 2513
/proc/meminfo: memFree=30113372/32872528 swapFree=1543496/1696796
[pid=2513] ppid=2510 vsize=16664 CPUtime=0.69 cores=1,3,5,7
/proc/2513/stat : 2513 (minisatp) R 2510 2513 32664 0 -1 4202496 4052 0 0 0 69 0 0 0 20 0 1 0 58752011 17063936 3923 33554432000 4194304 5646918 140736353501520 140736353445896 4831200 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/2513/statm: 4166 3923 140 355 0 3807 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16664

[startup+1.50026 s]
/proc/loadavg: 2.33 2.27 2.20 3/177 2514
/proc/meminfo: memFree=30098104/32872528 swapFree=1543496/1696796
[pid=2513] ppid=2510 vsize=26332 CPUtime=1.49 cores=1,3,5,7
/proc/2513/stat : 2513 (minisatp) R 2510 2513 32664 0 -1 4202496 5814 0 0 0 149 0 0 0 20 0 1 0 58752011 26963968 6099 33554432000 4194304 5646918 140736353501520 140736353445896 4442496 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/2513/statm: 6583 6099 144 355 0 6224 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26332

[startup+3.10019 s]
/proc/loadavg: 2.33 2.27 2.20 3/177 2514
/proc/meminfo: memFree=30075860/32872528 swapFree=1543496/1696796
[pid=2513] ppid=2510 vsize=39520 CPUtime=3.09 cores=1,3,5,7
/proc/2513/stat : 2513 (minisatp) R 2510 2513 32664 0 -1 4202496 9171 0 0 0 309 0 0 0 20 0 1 0 58752011 40468480 9453 33554432000 4194304 5646918 140736353501520 140736353441512 4419702 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/2513/statm: 9880 9453 151 355 0 9521 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39520

[startup+6.30024 s]
/proc/loadavg: 2.31 2.26 2.20 3/177 2514
/proc/meminfo: memFree=30075404/32872528 swapFree=1543496/1696796
[pid=2513] ppid=2510 vsize=39784 CPUtime=6.29 cores=1,3,5,7
/proc/2513/stat : 2513 (minisatp) R 2510 2513 32664 0 -1 4202496 9275 0 0 0 629 0 0 0 20 0 1 0 58752011 40738816 9555 33554432000 4194304 5646918 140736353501520 140736353500184 4824670 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/2513/statm: 9946 9555 151 355 0 9587 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39784

[startup+12.7002 s]
/proc/loadavg: 2.36 2.28 2.20 3/177 2514
/proc/meminfo: memFree=30074848/32872528 swapFree=1543496/1696796
[pid=2513] ppid=2510 vsize=39784 CPUtime=12.68 cores=1,3,5,7
/proc/2513/stat : 2513 (minisatp) R 2510 2513 32664 0 -1 4202496 9316 0 0 0 1268 0 0 0 20 0 1 0 58752011 40738816 9595 33554432000 4194304 5646918 140736353501520 140736353500184 4832112 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/2513/statm: 9946 9595 151 355 0 9587 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 39784

[startup+25.5003 s]
/proc/loadavg: 2.28 2.26 2.20 3/177 2514
/proc/meminfo: memFree=30074500/32872528 swapFree=1543496/1696796
[pid=2513] ppid=2510 vsize=39784 CPUtime=25.49 cores=1,3,5,7
/proc/2513/stat : 2513 (minisatp) R 2510 2513 32664 0 -1 4202496 9410 0 0 0 2548 1 0 0 20 0 1 0 58752011 40738816 9688 33554432000 4194304 5646918 140736353501520 140736353500184 4565384 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/2513/statm: 9946 9688 152 355 0 9587 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 39784

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

[startup+25.6002 s]
/proc/loadavg: 2.28 2.26 2.20 3/177 2514
/proc/meminfo: memFree=30074500/32872528 swapFree=1543496/1696796
[pid=2513] ppid=2510 vsize=39784 CPUtime=25.59 cores=1,3,5,7
/proc/2513/stat : 2513 (minisatp) R 2510 2513 32664 0 -1 4202496 9410 0 0 0 2558 1 0 0 20 0 1 0 58752011 40738816 9688 33554432000 4194304 5646918 140736353501520 140736353500184 4563520 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/2513/statm: 9946 9688 152 355 0 9587 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 39784

[startup+28.8002 s]
/proc/loadavg: 2.34 2.27 2.20 3/177 2514
/proc/meminfo: memFree=30074500/32872528 swapFree=1543496/1696796
[pid=2513] ppid=2510 vsize=39784 CPUtime=28.79 cores=1,3,5,7
/proc/2513/stat : 2513 (minisatp) R 2510 2513 32664 0 -1 4202496 9410 0 0 0 2878 1 0 0 20 0 1 0 58752011 40738816 9688 33554432000 4194304 5646918 140736353501520 140736353500184 4824670 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/2513/statm: 9946 9688 152 355 0 9587 0
Current children cumulated CPU time (s) 28.79
Current children cumulated vsize (KiB) 39784

[startup+29.6002 s]
/proc/loadavg: 2.34 2.27 2.20 3/177 2514
/proc/meminfo: memFree=30074500/32872528 swapFree=1543496/1696796
[pid=2513] ppid=2510 vsize=39784 CPUtime=29.59 cores=1,3,5,7
/proc/2513/stat : 2513 (minisatp) R 2510 2513 32664 0 -1 4202496 9410 0 0 0 2958 1 0 0 20 0 1 0 58752011 40738816 9688 33554432000 4194304 5646918 140736353501520 140736353500184 4464108 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/2513/statm: 9946 9688 152 355 0 9587 0
Current children cumulated CPU time (s) 29.59
Current children cumulated vsize (KiB) 39784

[startup+30.0002 s]
/proc/loadavg: 2.34 2.27 2.20 3/177 2514
/proc/meminfo: memFree=30074500/32872528 swapFree=1543496/1696796
[pid=2513] ppid=2510 vsize=39784 CPUtime=29.99 cores=1,3,5,7
/proc/2513/stat : 2513 (minisatp) R 2510 2513 32664 0 -1 4202496 9410 0 0 0 2998 1 0 0 20 0 1 0 58752011 40738816 9688 33554432000 4194304 5646918 140736353501520 140736353500184 4402832 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/2513/statm: 9946 9688 152 355 0 9587 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (KiB) 39784

[startup+30.4002 s]
/proc/loadavg: 2.34 2.27 2.20 3/177 2514
/proc/meminfo: memFree=30074500/32872528 swapFree=1543496/1696796
[pid=2513] ppid=2510 vsize=39784 CPUtime=30.39 cores=1,3,5,7
/proc/2513/stat : 2513 (minisatp) R 2510 2513 32664 0 -1 4202496 9410 0 0 0 3038 1 0 0 20 0 1 0 58752011 40738816 9688 33554432000 4194304 5646918 140736353501520 140736353500184 4402751 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/2513/statm: 9946 9688 152 355 0 9587 0
Current children cumulated CPU time (s) 30.39
Current children cumulated vsize (KiB) 39784

Child status: 0
Real time (s): 30.4668
CPU time (s): 30.4614
CPU user time (s): 30.4474
CPU system time (s): 0.013997
CPU usage (%): 99.982
Max. virtual memory (cumulated for all children) (KiB): 39784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.4474
system time used= 0.013997
maximum resident set size= 42892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9423
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= 31

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.079987 second user time and 0.117982 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-22 05:44:14
IDJOB=4112748
IDBENCH=25023
IDSOLVER=2555
FILE ID=node125/4112748-1466567054
RUNJOBID= node125-1466551504-32681
PBS_JOBID= 19943333
Free space on /tmp= 71740 MiB

SOLVER NAME= minisatp 2012-10-02 git-d91742b
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/trarea_ac/normalized-fir01_trarea_ac.opb
COMMAND LINE= minisatp BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4112748-1466567054/watcher-4112748-1466567054 -o /tmp/evaluation-result-4112748-1466567054/solver-4112748-1466567054 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466551504-32681 --watchdog 1960  minisatp HOME/instance-4112748-1466567054.opb

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

MD5SUM BENCH= 93d57e3cf3bbcca358fa3998d0198f54
RANDOM SEED=1110987361

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30114420 kB
Buffers:           86508 kB
Cached:           149404 kB
SwapCached:         2360 kB
Active:           156396 kB
Inactive:         170888 kB
Active(anon):      91564 kB
Inactive(anon):     1880 kB
Active(file):      64832 kB
Inactive(file):   169008 kB
Unevictable:     1696796 kB
Mlocked:         1543496 kB
SwapTotal:      67108856 kB
SwapFree:       67097172 kB
Dirty:              3680 kB
Writeback:             0 kB
AnonPages:       1786860 kB
Mapped:             8924 kB
Shmem:                 0 kB
Slab:             601956 kB
SReclaimable:      45512 kB
SUnreclaim:       556444 kB
KernelStack:        1424 kB
PageTables:         7108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1905012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 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-4112748-1466567054.opb

Free space on /tmp at the end= 71736 MiB
End job on node125 at 2016-06-22 05:44:44