Trace number 4112430

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)139 1800.02 1800.3

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8a2.opb
MD5SUMd9e9e5fece70ebbc4c28befed36e7afc
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark139
Best CPU time to get the best result obtained on this benchmark1207.3
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 139
Optimality of the best value was proved NO
Number of variables360
Total number of constraints980
Number of constraints which are clauses980
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint8
Number of terms in the objective function 360
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 360
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 360
Number of bits of the biggest sum of numbers9
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.01	c Converting 980 PB-constraints to clauses...
0.00/0.01	c   -- Unit propagations: (none)
0.00/0.01	c   -- Detecting intervals from adjacent constraints: (none)
0.00/0.01	c   -- Clauses(.)/Splits(s): ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
0.00/0.01	============================[ Search Statistics ]==============================
0.00/0.01	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	===============================================================================
0.00/0.01	===============================================================================
0.00/0.01	c Found solution: 157
0.00/0.01	c ---[   0]---> Sorter-cost:13276     Base:
0.00/0.09	|  Eliminated clauses:           0.12 Mb                                      |
0.00/0.09	============================[ Search Statistics ]==============================
0.00/0.09	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.09	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.09	===============================================================================
0.00/0.09	|       107 |    2474     5605    19917 |     2055      100     34 |  0.500 % |
0.00/0.09	|       257 |    2453     5605    19917 |     2260      248     53 |  0.694 % |
0.00/0.09	===============================================================================
0.00/0.09	c Found solution: 151
0.00/0.09	c ---[   0]---> Sorter-cost:    0     Base:
0.19/0.22	|  Eliminated clauses:           0.18 Mb                                      |
0.19/0.22	============================[ Search Statistics ]==============================
0.19/0.22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.19/0.22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.19/0.22	===============================================================================
0.19/0.22	|       579 |    2465     5504    19793 |     2018      570     68 |  0.563 % |
0.19/0.22	|       729 |    2402     5504    19793 |     2219      713     67 |  0.913 % |
0.19/0.22	|       954 |    2347     5504    19793 |     2441      933     72 |  1.220 % |
0.19/0.22	|      1291 |    2159     5504    19793 |     2686     1249     65 |  2.267 % |
0.19/0.22	|      1797 |    2121     5504    19793 |     2954     1751     68 |  2.478 % |
0.19/0.22	===============================================================================
0.19/0.22	c Found solution: 145
0.19/0.23	c ---[   0]---> Sorter-cost:    0     Base:
0.59/0.63	|  Eliminated clauses:           0.24 Mb                                      |
0.59/0.63	============================[ Search Statistics ]==============================
0.59/0.63	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.59/0.63	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.59/0.63	===============================================================================
0.59/0.63	|      2294 |    1958     4444    15805 |     1629     2239     66 |  3.441 % |
0.59/0.63	|      2444 |    1958     4444    15805 |     1792     2389     64 |  3.441 % |
0.59/0.63	|      2669 |    1958     4444    15805 |     1971     2611     63 |  3.441 % |
0.59/0.63	|      3006 |    1922     4444    15805 |     2168     1478     42 |  3.585 % |
0.59/0.63	|      3512 |    1922     4444    15805 |     2385     1984     47 |  3.585 % |
0.59/0.63	|      4271 |    1910     4444    15805 |     2624     2740     49 |  3.633 % |
0.59/0.63	|      5410 |    1910     4444    15805 |     2886     1941     51 |  3.633 % |
0.59/0.63	|      7118 |    1910     4444    15805 |     3175     3649     56 |  3.633 % |
0.59/0.63	===============================================================================
0.59/0.63	c Found solution: 141
0.59/0.63	c ---[   0]---> Sorter-cost:    0     Base:
15.28/15.34	|  Eliminated clauses:           0.30 Mb                                      |
15.28/15.34	============================[ Search Statistics ]==============================
15.28/15.34	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.28/15.34	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.28/15.34	===============================================================================
15.28/15.34	|      9758 |    1892     4319    15399 |     1583     2107     56 |  3.077 % |
15.28/15.34	|      9908 |    1892     4319    15399 |     1741     2257     55 |  3.077 % |
15.28/15.34	|     10133 |    1892     4319    15399 |     1916     2482     57 |  3.077 % |
15.28/15.34	|     10470 |    1892     4319    15399 |     2107     2819     58 |  3.077 % |
15.28/15.34	|     10976 |    1892     4319    15399 |     2318     1719     46 |  3.077 % |
15.28/15.34	|     11735 |    1892     4319    15399 |     2550     2478     45 |  3.077 % |
15.28/15.34	|     12874 |    1892     4319    15399 |     2805     1811     36 |  3.077 % |
15.28/15.34	|     14582 |    1892     4319    15399 |     3086     3519     41 |  3.077 % |
15.28/15.34	|     17144 |    1860     4319    15399 |     3394     3948     43 |  3.178 % |
15.28/15.34	|     20988 |    1837     4319    15399 |     3734     3223     48 |  3.250 % |
15.28/15.34	|     26754 |    1828     4319    15399 |     4107     3865     57 |  3.278 % |
15.28/15.34	|     35403 |    1828     4319    15399 |     4518     4194     49 |  3.278 % |
15.28/15.34	|     48377 |    1801     4319    15399 |     4970     5200     46 |  3.363 % |
15.28/15.34	|     67838 |    1801     4319    15399 |     5467     5319     42 |  3.363 % |
15.28/15.34	|     97030 |    1801     4319    15399 |     6013     6742     43 |  3.363 % |
15.28/15.34	|    140819 |    1785     4319    15399 |     6615     5594     53 |  3.414 % |
15.28/15.34	|    206503 |    1754     4319    15399 |     7276     5337     44 |  3.511 % |
15.28/15.34	===============================================================================
15.28/15.34	c Found solution: 139
15.28/15.34	c ---[   0]---> Sorter-cost:    0     Base:
1800.00/1800.30	|  Eliminated clauses:           0.35 Mb                                      |
1800.00/1800.30	============================[ Search Statistics ]==============================
1800.00/1800.30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1800.00/1800.30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1800.00/1800.30	===============================================================================
1800.00/1800.30	|    258238 |    1741     4017    14222 |     1472     2038     48 |  3.121 % |
1800.00/1800.30	|    258388 |    1741     4017    14222 |     1620     2188     49 |  3.121 % |
1800.00/1800.30	|    258613 |    1741     4017    14222 |     1782     2413     49 |  3.121 % |
1800.00/1800.30	|    258950 |    1741     4017    14222 |     1960     2750     48 |  3.121 % |
1800.00/1800.30	|    259456 |    1741     4017    14222 |     2156     1634     42 |  3.121 % |
1800.00/1800.30	|    260215 |    1741     4017    14222 |     2372     2393     45 |  3.121 % |
1800.00/1800.30	|    261354 |    1741     4017    14222 |     2609     3532     49 |  3.121 % |
1800.00/1800.30	|    263062 |    1741     4017    14222 |     2870     3276     44 |  3.121 % |
1800.00/1800.30	|    265624 |    1741     4017    14222 |     3157     3452     44 |  3.121 % |
1800.00/1800.30	|    269468 |    1741     4017    14222 |     3473     2604     48 |  3.121 % |
1800.00/1800.30	|    275234 |    1741     4017    14222 |     3820     3486     44 |  3.121 % |
1800.00/1800.30	|    283883 |    1741     4017    14222 |     4202     4199     48 |  3.121 % |
1800.00/1800.30	|    296857 |    1741     4017    14222 |     4622     2963     36 |  3.121 % |
1800.00/1800.30	|    316318 |    1741     4017    14222 |     5084     4025     45 |  3.121 % |
1800.00/1800.30	|    345510 |    1741     4017    14222 |     5593     3712     53 |  3.121 % |
1800.00/1800.30	|    389299 |    1741     4017    14222 |     6152     4782     46 |  3.121 % |
1800.00/1800.30	|    454983 |    1741     4017    14222 |     6767     6015     51 |  3.121 % |
1800.00/1800.30	|    553509 |    1741     4017    14222 |     7444     4320     36 |  3.121 % |
1800.00/1800.30	|    701298 |    1732     4017    14222 |     8189     7779     46 |  3.144 % |
1800.00/1800.30	|    922981 |    1711     4017    14222 |     9008     7480     42 |  3.199 % |
1800.00/1800.30	|   1255506 |    1674     4017    14222 |     9908    10009     44 |  3.297 % |
1800.00/1800.30	|   1754294 |    1674     4017    14222 |    10899     7590     50 |  3.297 % |
1800.00/1800.30	|   2502476 |    1665     4017    14222 |    11989    11279     53 |  3.320 % |
1800.00/1800.30	|   3624750 |    1625     4017    14222 |    13188    12691     40 |  3.425 % |
1800.00/1800.30	|   5308161 |    1603     4017    14222 |    14507     9302     52 |  3.483 % |
1800.00/1800.30	|   7833277 |    1560     4017    14222 |    15958    13500     57 |  3.596 % |
1800.00/1800.30	|  11620952 |    1560     4017    14222 |    17554    16424     64 |  3.596 % |
1800.00/1800.30	|  17302464 |    1522     4017    14222 |    19309    15603     39 |  3.696 % |
1800.00/1800.30	c 
1800.00/1800.30	c *** TERMINATED ***
1800.00/1800.30	s SATISFIABLE
1800.00/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 -x192 -x193 x194 -x195 x196 -x197 -x198 x199 -x200 -x201 -x202 -x203 -x204 -x205 x206 -x207 x208 -x209 -x210 x211 -x212 -x213 -x214 -x215 -x216 -x217 x218 -x219 -x220 x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 x229 -x230 -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 x264 -x265 x266 x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 x278 x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 x290 -x291 x292 -x293 -x294 -x295 -x296 -x297 -x298 x299 -x300 -x301 x302 -x303 x304 -x305 -x306 x307 -x308 -x309 -x310 -x311 -x312 -x313 x314 x315 -x316 -x317 x318 -x319 x320 -x321 x322 -x323 x324 -x325 x326 -x327 -x328 x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 x337 -x338 -x339 x340 -x341 x342 -x343 x344 -x345 x346 -x347 x348 -x349 x350 -x351 x352 -x353 -x354 -x355 -x356 x357 -x358 -x359 -x360

Verifier Data

OK	139

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-4112430-1466536111/watcher-4112430-1466536111 -o /tmp/evaluation-result-4112430-1466536111/solver-4112430-1466536111 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466515259-25745 --watchdog 1960 minisatp HOME/instance-4112430-1466536111.opb 

pid=29126
running on 4 cores: 0,2,4,6

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.06 2.05 2.00 3/176 29129
/proc/meminfo: memFree=31711540/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=6452 CPUtime=0 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 333 0 0 0 0 0 0 0 20 0 1 0 55657705 6606848 209 33554432000 4194304 5646918 140737280562112 140735824609000 4953072 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/29129/statm: 1613 211 94 355 0 1254 0

[startup+0.10011 s]
/proc/loadavg: 2.06 2.05 2.00 3/176 29129
/proc/meminfo: memFree=31711540/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=7092 CPUtime=0.09 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 1593 0 0 0 9 0 0 0 20 0 1 0 55657705 7262208 1336 33554432000 4194304 5646918 140737280562112 140735824609000 4817450 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/29129/statm: 1773 1336 154 355 0 1414 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7092

[startup+0.200204 s]
/proc/loadavg: 2.06 2.05 2.00 3/176 29129
/proc/meminfo: memFree=31711540/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=9128 CPUtime=0.19 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 2175 0 0 0 19 0 0 0 20 0 1 0 55657705 9347072 1909 33554432000 4194304 5646918 140737280562112 140737280558392 4416598 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 2282 1909 156 355 0 1923 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9128

[startup+0.300325 s]
/proc/loadavg: 2.06 2.05 2.00 3/176 29129
/proc/meminfo: memFree=31711540/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=11856 CPUtime=0.29 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 2741 0 0 0 29 0 0 0 20 0 1 0 55657705 12140544 2469 33554432000 4194304 5646918 140737280562112 140737280558392 4416598 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 2964 2469 158 355 0 2605 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11856

[startup+0.700235 s]
/proc/loadavg: 2.06 2.05 2.00 3/176 29129
/proc/meminfo: memFree=31711540/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=13932 CPUtime=0.69 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 2965 0 0 0 69 0 0 0 20 0 1 0 55657705 14266368 2689 33554432000 4194304 5646918 140737280562112 140737280560776 4398908 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 3483 2689 160 355 0 3124 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13932

[startup+1.50013 s]
/proc/loadavg: 2.06 2.05 2.00 3/177 29130
/proc/meminfo: memFree=31701504/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=13932 CPUtime=1.49 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 3376 0 0 0 149 0 0 0 20 0 1 0 55657705 14266368 3093 33554432000 4194304 5646918 140737280562112 140737280560776 4402853 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 3483 3093 160 355 0 3124 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13932

[startup+3.10024 s]
/proc/loadavg: 2.06 2.05 2.00 4/177 29130
/proc/meminfo: memFree=31698828/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=13932 CPUtime=3.09 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 3376 0 0 0 309 0 0 0 20 0 1 0 55657705 14266368 3093 33554432000 4194304 5646918 140737280562112 140737280557144 4403579 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 3483 3093 160 355 0 3124 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13932

[startup+6.3002 s]
/proc/loadavg: 2.13 2.06 2.01 3/177 29130
/proc/meminfo: memFree=31697276/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=16616 CPUtime=6.29 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 4045 0 0 0 629 0 0 0 20 0 1 0 55657705 17014784 3761 33554432000 4194304 5646918 140737280562112 140737280560360 4403178 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 4154 3761 160 355 0 3795 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16616

[startup+12.7002 s]
/proc/loadavg: 2.12 2.06 2.01 3/177 29130
/proc/meminfo: memFree=31695020/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=17276 CPUtime=12.68 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 4217 0 0 0 1268 0 0 0 20 0 1 0 55657705 17690624 3929 33554432000 4194304 5646918 140737280562112 140737280560376 4402751 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 4319 3929 160 355 0 3960 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 17276

[startup+25.5003 s]
/proc/loadavg: 2.09 2.06 2.01 3/177 29130
/proc/meminfo: memFree=31681584/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=20256 CPUtime=25.48 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 4477 0 0 0 2548 0 0 0 20 0 1 0 55657705 20742144 4694 33554432000 4194304 5646918 140737280562112 140737280557816 4403101 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 5064 4694 160 355 0 4705 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 20256

[startup+51.1003 s]
/proc/loadavg: 2.06 2.05 2.00 3/177 29130
/proc/meminfo: memFree=31678576/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=22932 CPUtime=51.08 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 4644 0 0 0 5108 0 0 0 20 0 1 0 55657705 23482368 5370 33554432000 4194304 5646918 140737280562112 140737280560360 4397625 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 5733 5370 160 355 0 5374 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 22932

[startup+102.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/178 29134
/proc/meminfo: memFree=31673388/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=25656 CPUtime=102.27 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 5289 0 0 0 10227 0 0 0 20 0 1 0 55657705 26271744 6018 33554432000 4194304 5646918 140737280562112 140737280560360 4402815 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 6414 6018 160 355 0 6055 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 25656

[startup+162.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/177 29135
/proc/meminfo: memFree=31667280/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=31112 CPUtime=162.26 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 5669 0 0 0 16225 1 0 0 20 0 1 0 55657705 31858688 7417 33554432000 4194304 5646918 140737280562112 140737280560376 4397856 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 7778 7417 160 355 0 7419 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 31112

[startup+222.307 s]
/proc/loadavg: 2.03 2.04 2.00 3/177 29137
/proc/meminfo: memFree=31657908/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=33924 CPUtime=222.26 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 6715 0 0 0 22225 1 0 0 20 0 1 0 55657705 34738176 8120 33554432000 4194304 5646918 140737280562112 140737280560376 4402853 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 8481 8120 160 355 0 8122 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 33924

[startup+282.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 29138
/proc/meminfo: memFree=31638420/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=34648 CPUtime=282.24 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 7854 0 0 0 28223 1 0 0 20 0 1 0 55657705 35479552 8301 33554432000 4194304 5646918 140737280562112 140737280560376 4403176 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 8662 8301 160 355 0 8303 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 34648

[startup+342.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/177 29139
/proc/meminfo: memFree=31629684/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=38468 CPUtime=342.23 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 8649 0 0 0 34221 2 0 0 20 0 1 0 55657705 39391232 9271 33554432000 4194304 5646918 140737280562112 140737280560360 4403393 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 9617 9271 160 355 0 9258 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 38468

[startup+402.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/177 29140
/proc/meminfo: memFree=31627468/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=41244 CPUtime=402.22 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 10221 0 0 0 40220 2 0 0 20 0 1 0 55657705 42233856 9951 33554432000 4194304 5646918 140737280562112 140737280560376 4397721 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 10311 9951 160 355 0 9952 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 41244

[startup+462.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/177 29141
/proc/meminfo: memFree=31626480/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=41244 CPUtime=462.21 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 10221 0 0 0 46219 2 0 0 20 0 1 0 55657705 42233856 9951 33554432000 4194304 5646918 140737280562112 140737280560376 4403478 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 10311 9951 160 355 0 9952 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 41244

[startup+522.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 29143
/proc/meminfo: memFree=31624868/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=42952 CPUtime=522.2 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 10653 0 0 0 52218 2 0 0 20 0 1 0 55657705 43982848 10378 33554432000 4194304 5646918 140737280562112 140737280560376 4402853 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 10738 10378 160 355 0 10379 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 42952

[startup+582.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/177 29144
/proc/meminfo: memFree=31622268/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=45672 CPUtime=582.19 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 11327 0 0 0 58217 2 0 0 20 0 1 0 55657705 46768128 11049 33554432000 4194304 5646918 140737280562112 140737280560376 4403159 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 11418 11049 160 355 0 11059 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 45672


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


[startup+942.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/177 29154
/proc/meminfo: memFree=31603756/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=56696 CPUtime=942.14 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 14923 0 0 0 94210 4 0 0 20 0 1 0 55657705 58056704 13814 33554432000 4194304 5646918 140737280562112 140737280560376 4399348 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 14174 13814 160 355 0 13815 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 56696

[startup+1002.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/177 29155
/proc/meminfo: memFree=31596416/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=56696 CPUtime=1002.13 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 14924 0 0 0 100209 4 0 0 20 0 1 0 55657705 58056704 13814 33554432000 4194304 5646918 140737280562112 140737280560376 4403184 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 14174 13814 160 355 0 13815 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 56696

[startup+1062.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 29156
/proc/meminfo: memFree=31596788/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=56696 CPUtime=1062.12 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 14924 0 0 0 106208 4 0 0 20 0 1 0 55657705 58056704 13814 33554432000 4194304 5646918 140737280562112 140737280560376 4397622 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 14174 13814 160 355 0 13815 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 56696

[startup+1122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 29158
/proc/meminfo: memFree=31596660/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=56696 CPUtime=1122.11 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 14924 0 0 0 112207 4 0 0 20 0 1 0 55657705 58056704 13814 33554432000 4194304 5646918 140737280562112 140737280560376 4403454 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 14174 13814 160 355 0 13815 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 56696

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 29159
/proc/meminfo: memFree=31598136/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=56784 CPUtime=1182.1 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 15721 0 0 0 118206 4 0 0 20 0 1 0 55657705 58146816 13428 33554432000 4194304 5646918 140737280562112 140737280560360 4403435 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 14196 13428 160 355 0 13837 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 56784

[startup+1242.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 29160
/proc/meminfo: memFree=31597696/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=56784 CPUtime=1242.09 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 15721 0 0 0 124205 4 0 0 20 0 1 0 55657705 58146816 13428 33554432000 4194304 5646918 140737280562112 140737280560360 4398960 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 14196 13428 160 355 0 13837 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 56784

[startup+1302.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 29164
/proc/meminfo: memFree=31569772/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=61136 CPUtime=1302.08 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 16222 0 0 0 130204 4 0 0 20 0 1 0 55657705 62603264 14947 33554432000 4194304 5646918 140737280562112 140737280560376 4403167 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 15284 14947 160 355 0 14925 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 61136

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 29165
/proc/meminfo: memFree=31562124/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=61136 CPUtime=1362.07 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 16222 0 0 0 136203 4 0 0 20 0 1 0 55657705 62603264 14947 33554432000 4194304 5646918 140737280562112 140737280560376 4402736 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 15284 14947 160 355 0 14925 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 61136

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 29166
/proc/meminfo: memFree=31562008/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=61136 CPUtime=1422.07 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 16222 0 0 0 142203 4 0 0 20 0 1 0 55657705 62603264 14947 33554432000 4194304 5646918 140737280562112 140737280560376 4403187 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 15284 14947 160 355 0 14925 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 61136

[startup+1482.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 29168
/proc/meminfo: memFree=31561980/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=61136 CPUtime=1482.05 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 16222 0 0 0 148201 4 0 0 20 0 1 0 55657705 62603264 14947 33554432000 4194304 5646918 140737280562112 140737280560376 4398079 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 15284 14947 160 355 0 14925 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 61136

[startup+1542.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 29169
/proc/meminfo: memFree=31561472/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=61136 CPUtime=1542.05 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 16222 0 0 0 154201 4 0 0 20 0 1 0 55657705 62603264 14947 33554432000 4194304 5646918 140737280562112 140737280560376 4403118 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 15284 14947 160 355 0 14925 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 61136

[startup+1602.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 29170
/proc/meminfo: memFree=31561836/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=61136 CPUtime=1602.03 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 16222 0 0 0 160199 4 0 0 20 0 1 0 55657705 62603264 14947 33554432000 4194304 5646918 140737280562112 140737280560376 4402840 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 15284 14947 160 355 0 14925 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 61136

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 29227
/proc/meminfo: memFree=31670092/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=64092 CPUtime=1662.03 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 17816 0 0 0 166198 5 0 0 20 0 1 0 55657705 65630208 15663 33554432000 4194304 5646918 140737280562112 140737280560376 4403184 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 16023 15663 160 355 0 15664 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 64092

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 4/177 29395
/proc/meminfo: memFree=31585776/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=70120 CPUtime=1722.01 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 18132 0 0 0 172196 5 0 0 20 0 1 0 55657705 71802880 16996 33554432000 4194304 5646918 140737280562112 140737280560360 4397947 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 17530 16996 160 355 0 17171 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 70120

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/177 29397
/proc/meminfo: memFree=31486416/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=70120 CPUtime=1782 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 18132 0 0 0 178195 5 0 0 20 0 1 0 55657705 71802880 16996 33554432000 4194304 5646918 140737280562112 140737280560360 4402853 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 17530 16996 160 355 0 17171 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 70120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/177 29397
/proc/meminfo: memFree=31559672/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=70120 CPUtime=1800 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 18132 0 0 0 179995 5 0 0 20 0 1 0 55657705 71802880 16996 33554432000 4194304 5646918 140737280562112 140737280560360 4402829 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 17530 16996 160 355 0 17171 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 70120

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 29129 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1800.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/177 29397
/proc/meminfo: memFree=31559672/32872528 swapFree=303544/319896
[pid=29129] ppid=29126 vsize=70120 CPUtime=1800 cores=0,2,4,6
/proc/29129/stat : 29129 (minisatp) R 29126 29129 25729 0 -1 4202496 18132 0 0 0 179995 5 0 0 20 0 1 0 55657705 71802880 16996 33554432000 4194304 5646918 140737280562112 140737280560360 4402829 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/29129/statm: 17530 16996 160 355 0 17171 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 70120

Child status: 0
Real time (s): 1800.3
CPU time (s): 1800.02
CPU user time (s): 1799.96
CPU system time (s): 0.06099
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 70120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.96
system time used= 0.06099
maximum resident set size= 67984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18132
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= 18
involuntary context switches= 2080

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.77627 second user time and 6.68398 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-21 21:08:31
IDJOB=4112430
IDBENCH=2060
IDSOLVER=2555
FILE ID=node128/4112430-1466536111
RUNJOBID= node128-1466515259-25745
PBS_JOBID= 19942886
Free space on /tmp= 71704 MiB

SOLVER NAME= minisatp 2012-10-02 git-d91742b
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii8a2.opb
COMMAND LINE= minisatp BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4112430-1466536111/watcher-4112430-1466536111 -o /tmp/evaluation-result-4112430-1466536111/solver-4112430-1466536111 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466515259-25745 --watchdog 1960  minisatp HOME/instance-4112430-1466536111.opb

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

MD5SUM BENCH= d9e9e5fece70ebbc4c28befed36e7afc
RANDOM SEED=889706910

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31712596 kB
Buffers:           14744 kB
Cached:            64040 kB
SwapCached:         2172 kB
Active:            81516 kB
Inactive:          54636 kB
Active(anon):      57904 kB
Inactive(anon):     1820 kB
Active(file):      23612 kB
Inactive(file):    52816 kB
Unevictable:      319896 kB
Mlocked:          303544 kB
SwapTotal:      67108856 kB
SwapFree:       67098916 kB
Dirty:              3856 kB
Writeback:             0 kB
AnonPages:        378484 kB
Mapped:             8852 kB
Shmem:                 0 kB
Slab:             572300 kB
SReclaimable:      15840 kB
SUnreclaim:       556460 kB
KernelStack:        1488 kB
PageTables:         5052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     509052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 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-4112430-1466536111.opb

Free space on /tmp at the end= 71696 MiB
End job on node128 at 2016-06-21 21:38:31