Trace number 4113885

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

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-p0291.opb
MD5SUM5dbbb39821171ddf7cf17b36f56beeda
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10447498
Best CPU time to get the best result obtained on this benchmark0.472927
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 10447498
Optimality of the best value was proved YES
Number of variables290
Total number of constraints205
Number of constraints which are clauses189
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints14
Minimum length of a constraint2
Maximum length of a constraint53
Number of terms in the objective function 288
Biggest coefficient in the objective function 80000000
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 686402651
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 80000000
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 686402651
Number of bits of the biggest sum of numbers30
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 205 PB-constraints to clauses...
0.00/0.00	c   -- Unit propagations: (none)
0.00/0.00	c   -- Detecting intervals from adjacent constraints: (none)
0.00/0.00	c   -- Clauses(.)/Splits(s): .............................................................................................................................................................................................sssss
0.00/0.00	c ---[ 144]---> BDD-cost:    3
0.00/0.00	c ---[ 139]---> BDD-cost:    3
0.00/0.00	c ---[  14]---> Sorter-cost: 1503     Base: 2 2 5 2 3
0.00/0.01	c ---[  13]---> Sorter-cost: 1241     Base: 2 2 5 2 3
0.00/0.01	c ---[  11]---> BDD-cost:   52
0.00/0.02	c ---[  10]---> BDD-cost:   52
0.00/0.02	c ---[   9]---> BDD-cost:   52
0.00/0.02	c ---[   8]---> BDD-cost:   12
0.00/0.02	c ---[   7]---> BDD-cost:    8
0.00/0.02	c ---[   6]---> BDD-cost:   16
0.00/0.02	c ---[   5]---> BDD-cost:   28
0.00/0.02	c ---[   4]---> BDD-cost:   12
0.00/0.02	c ---[   3]---> BDD-cost:   86
0.00/0.02	c ---[   2]---> Sorter-cost:  747     Base: 2 5 2 2
0.00/0.02	c ---[   1]---> Sorter-cost:  880     Base: 2 2 5 3
0.00/0.02	c ---[   0]---> BDD-cost:    1
0.00/0.04	|  Eliminated clauses:           0.06 Mb                                      |
0.00/0.04	============================[ Search Statistics ]==============================
0.00/0.04	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.04	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.04	===============================================================================
0.00/0.04	===============================================================================
0.00/0.04	c Found solution: 266449676
0.00/0.05	c ---[   0]---> Sorter-cost:117948     Base: 2 5 2 2 2 2 2 2 2 2 2 3 2 3 3 3 3 3 5
239.16/239.23	|  Eliminated clauses:           1.85 Mb                                      |
239.16/239.23	============================[ Search Statistics ]==============================
239.16/239.23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
239.16/239.23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
239.16/239.23	===============================================================================
239.16/239.23	|       116 |   79060   337554   876212 |   123769      114     42 |  0.028 % |
239.16/239.23	===============================================================================
239.16/239.23	c Found solution: 263308100
239.16/239.24	c ---[   0]---> Sorter-cost:   23     Base: 2 5 2 2 2 2 2 2 2 2 2 3 2 3 3 3 3 3 5
482.52/482.69	|  Eliminated clauses:           1.88 Mb                                      |
482.52/482.69	============================[ Search Statistics ]==============================
482.52/482.69	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
482.52/482.69	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
482.52/482.69	===============================================================================
482.52/482.69	===============================================================================
482.52/482.69	c Found solution: 234174847
482.52/482.69	c ---[   0]---> Sorter-cost:   23     Base: 2 5 2 2 2 2 2 2 2 2 2 3 2 3 3 3 3 3 5
726.38/726.55	|  Eliminated clauses:           1.89 Mb                                      |
726.38/726.55	============================[ Search Statistics ]==============================
726.38/726.55	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
726.38/726.55	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
726.38/726.55	===============================================================================
726.38/726.55	|       324 |   79567   339236   883141 |   124386      322     28 |  0.029 % |
726.38/726.55	|       474 |   79567   339236   883141 |   136825      472     22 |  0.029 % |
726.38/726.55	|       699 |   79550   339236   883141 |   150507      694     20 |  0.044 % |
726.38/726.55	===============================================================================
726.38/726.55	c Found solution: 228458528
726.38/726.56	c ---[   0]---> Sorter-cost:   22     Base: 2 5 2 2 2 2 2 2 2 2 2 3 2 3 3 3 3 3 5
969.75/969.94	|  Eliminated clauses:           1.89 Mb                                      |
969.75/969.94	============================[ Search Statistics ]==============================
969.75/969.94	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
969.75/969.94	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
969.75/969.94	===============================================================================
969.75/969.94	|      1018 |   79585   339269   883509 |   124398     1013     23 |  0.045 % |
969.75/969.94	===============================================================================
969.75/969.94	c Found solution: 205067979
969.75/969.94	c ---[   0]---> Sorter-cost:   24     Base: 2 5 2 2 2 2 2 2 2 2 2 3 2 3 3 3 3 3 5
1213.22/1213.45	|  Eliminated clauses:           1.89 Mb                                      |
1213.22/1213.45	============================[ Search Statistics ]==============================
1213.22/1213.45	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1213.22/1213.45	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1213.22/1213.45	===============================================================================
1213.22/1213.45	===============================================================================
1213.22/1213.45	c Found solution: 205055229
1213.22/1213.45	c ---[   0]---> Sorter-cost:   22     Base: 2 5 2 2 2 2 2 2 2 2 2 3 2 3 3 3 3 3 5
1454.56/1454.89	|  Eliminated clauses:           1.89 Mb                                      |
1454.56/1454.89	============================[ Search Statistics ]==============================
1454.56/1454.89	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1454.56/1454.89	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1454.56/1454.89	===============================================================================
1454.56/1454.89	|      1133 |   79597   339345   884026 |   124426     1128     36 |  0.046 % |
1454.56/1454.89	|      1283 |   79552   339345   884026 |   136869     1277     34 |  0.084 % |
1454.56/1454.89	|      1508 |   79552   339345   884026 |   150556     1502     30 |  0.084 % |
1454.56/1454.89	|      1845 |   79549   339345   884026 |   165611     1838     26 |  0.086 % |
1454.56/1454.89	|      2351 |   79549   339345   884026 |   182172     2344     23 |  0.086 % |
1454.56/1454.89	|      3110 |   79546   339345   884026 |   200390     3102     25 |  0.089 % |
1454.56/1454.89	|      4249 |   79546   339345   884026 |   220429     4241     21 |  0.089 % |
1454.56/1454.89	===============================================================================
1454.56/1454.89	c Found solution: 205051456
1454.66/1454.90	c ---[   0]---> Sorter-cost:   20     Base: 2 5 2 2 2 2 2 2 2 2 2 3 2 3 3 3 3 3 5
1693.42/1693.79	|  Eliminated clauses:           1.90 Mb                                      |
1693.42/1693.79	============================[ Search Statistics ]==============================
1693.42/1693.79	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1693.42/1693.79	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1693.42/1693.79	===============================================================================
1693.42/1693.79	|      4866 |   79508   338930   882969 |   124274     4858     20 |  0.090 % |
1693.42/1693.79	|      5016 |   79508   338930   882969 |   136701     5008     20 |  0.090 % |
1693.42/1693.79	===============================================================================
1693.42/1693.79	c Found solution: 182289140
1693.42/1693.79	c ---[   0]---> 
1800.01/1800.30	c *** TERMINATED ***
1800.01/1800.30	s SATISFIABLE
1800.01/1800.30	v -x18 -x19 -x21 -x22 -x30 -x31 -x33 -x34 -x41 -x42 x44 -x45 -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 -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 -x1 -x20 -x32 -x43 -x2 -x3 -x4 x5 x6 x23 x35 -x46 -x7 -x24 -x36 -x25 -x37 -x26 -x38 -x47 -x8 -x27 -x39 x48 -x10 x11 -x28 x49 -x29 -x40 -x50 -x12 -x13 -x14 -x15 -x16 -x17 x260 -x274 -x280 -x286 x262 x263 -x265 -x259 -x273 -x279 -x285 -x261 -x264 x266 x275 x281 x287 -x267 -x276 -x282 -x288 -x268 -x277 -x283 x289 -x269 -x270 -x278 -x284 -x290 -x271 x272 -x9 -x144

Verifier Data

OK	182289140

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-4113885-1466517485/watcher-4113885-1466517485 -o /tmp/evaluation-result-4113885-1466517485/solver-4113885-1466517485 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466514751-17792 --watchdog 1960 minisatp HOME/instance-4113885-1466517485.opb 

pid=19291
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.16 2.16 2.17 3/176 19294
/proc/meminfo: memFree=30325736/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=6456 CPUtime=0 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 351 0 0 0 0 0 0 0 20 0 1 0 53795007 6610944 228 33554432000 4194304 5646918 140733689995280 140734434518024 4866896 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 1614 228 116 355 0 1255 0

[startup+0.10016 s]
/proc/loadavg: 2.16 2.16 2.17 3/176 19294
/proc/meminfo: memFree=30325736/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=7696 CPUtime=0.09 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 1840 0 0 0 9 0 0 0 20 0 1 0 53795007 7880704 1618 33554432000 4194304 5646918 140733689995280 140734434518024 4824627 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 1924 1618 144 355 0 1565 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7696

[startup+0.200334 s]
/proc/loadavg: 2.16 2.16 2.17 3/176 19294
/proc/meminfo: memFree=30325736/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=7696 CPUtime=0.19 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 1841 0 0 0 19 0 0 0 20 0 1 0 53795007 7880704 1619 33554432000 4194304 5646918 140733689995280 140734434518024 4824670 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 1924 1619 144 355 0 1565 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7696

[startup+0.300275 s]
/proc/loadavg: 2.16 2.16 2.17 3/176 19294
/proc/meminfo: memFree=30325736/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=7696 CPUtime=0.29 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 1841 0 0 0 29 0 0 0 20 0 1 0 53795007 7880704 1619 33554432000 4194304 5646918 140733689995280 140734434518024 4560672 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 1924 1619 144 355 0 1565 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7696

[startup+0.700278 s]
/proc/loadavg: 2.16 2.16 2.17 3/176 19294
/proc/meminfo: memFree=30325736/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=7696 CPUtime=0.69 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 1841 0 0 0 69 0 0 0 20 0 1 0 53795007 7880704 1619 33554432000 4194304 5646918 140733689995280 140733689885704 4831277 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 1924 1619 144 355 0 1565 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7696

[startup+1.50024 s]
/proc/loadavg: 2.16 2.16 2.17 3/177 19295
/proc/meminfo: memFree=30354624/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=7696 CPUtime=1.49 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 1841 0 0 0 149 0 0 0 20 0 1 0 53795007 7880704 1619 33554432000 4194304 5646918 140733689995280 140733689885704 4817697 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 1924 1619 144 355 0 1565 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7696

[startup+3.10024 s]
/proc/loadavg: 2.16 2.16 2.17 3/177 19295
/proc/meminfo: memFree=30354144/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=7696 CPUtime=3.09 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 1841 0 0 0 309 0 0 0 20 0 1 0 53795007 7880704 1619 33554432000 4194304 5646918 140733689995280 140733689885704 4831200 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 1924 1619 144 355 0 1565 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7696

[startup+6.30024 s]
/proc/loadavg: 2.15 2.16 2.17 4/177 19295
/proc/meminfo: memFree=30321164/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=7696 CPUtime=6.29 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 1841 0 0 0 629 0 0 0 20 0 1 0 53795007 7880704 1619 33554432000 4194304 5646918 140733689995280 140733689885704 4832112 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 1924 1619 144 355 0 1565 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7696

[startup+12.7003 s]
/proc/loadavg: 2.14 2.16 2.17 4/177 19295
/proc/meminfo: memFree=30322896/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=7696 CPUtime=12.69 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 1841 0 0 0 1269 0 0 0 20 0 1 0 53795007 7880704 1619 33554432000 4194304 5646918 140733689995280 140733689885704 4817699 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 1924 1619 144 355 0 1565 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7696

[startup+25.5003 s]
/proc/loadavg: 2.25 2.18 2.18 3/177 19295
/proc/meminfo: memFree=30354280/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=7696 CPUtime=25.49 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 1841 0 0 0 2549 0 0 0 20 0 1 0 53795007 7880704 1619 33554432000 4194304 5646918 140733689995280 140733689885704 4831296 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 1924 1619 144 355 0 1565 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 7696

[startup+51.1003 s]
/proc/loadavg: 2.16 2.17 2.17 3/177 19295
/proc/meminfo: memFree=30354528/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=7696 CPUtime=51.09 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 1841 0 0 0 5109 0 0 0 20 0 1 0 53795007 7880704 1619 33554432000 4194304 5646918 140733689995280 140733689885704 4823255 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 1924 1619 144 355 0 1565 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 7696

[startup+102.3 s]
/proc/loadavg: 2.21 2.17 2.17 4/177 19352
/proc/meminfo: memFree=30437100/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=7696 CPUtime=102.28 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 1841 0 0 0 10228 0 0 0 20 0 1 0 53795007 7880704 1619 33554432000 4194304 5646918 140733689995280 140733689885704 4817383 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 1924 1619 144 355 0 1565 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 7696

[startup+162.3 s]
/proc/loadavg: 2.34 2.21 2.18 3/178 19412
/proc/meminfo: memFree=30402896/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=7696 CPUtime=162.27 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 1841 0 0 0 16227 0 0 0 20 0 1 0 53795007 7880704 1619 33554432000 4194304 5646918 140733689995280 140733689885704 4817485 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 1924 1619 144 355 0 1565 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 7696

[startup+222.307 s]
/proc/loadavg: 2.25 2.20 2.18 3/178 19435
/proc/meminfo: memFree=30397660/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=7696 CPUtime=222.27 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 1842 0 0 0 22227 0 0 0 20 0 1 0 53795007 7880704 1627 33554432000 4194304 5646918 140733689995280 140733689885704 4563529 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 1924 1627 144 355 0 1565 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 7696

[startup+282.3 s]
/proc/loadavg: 2.12 2.18 2.17 4/177 19436
/proc/meminfo: memFree=30335676/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=67380 CPUtime=282.25 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 17423 0 0 0 28223 2 0 0 20 0 1 0 53795007 68997120 16125 33554432000 4194304 5646918 140733689995280 140733689882904 4459984 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 16845 16125 154 355 0 16486 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 67380

[startup+342.3 s]
/proc/loadavg: 2.33 2.22 2.19 3/177 19438
/proc/meminfo: memFree=30285220/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=67380 CPUtime=342.24 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 17423 0 0 0 34222 2 0 0 20 0 1 0 53795007 68997120 16125 33554432000 4194304 5646918 140733689995280 140733689882904 4817528 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 16845 16125 154 355 0 16486 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 67380

[startup+402.3 s]
/proc/loadavg: 2.20 2.21 2.18 3/177 19439
/proc/meminfo: memFree=30257700/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=67380 CPUtime=402.23 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 17423 0 0 0 40221 2 0 0 20 0 1 0 53795007 68997120 16125 33554432000 4194304 5646918 140733689995280 140733689882904 4459931 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 16845 16125 154 355 0 16486 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 67380

[startup+462.3 s]
/proc/loadavg: 2.21 2.21 2.18 4/177 19440
/proc/meminfo: memFree=30257220/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=67380 CPUtime=462.22 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 17423 0 0 0 46220 2 0 0 20 0 1 0 53795007 68997120 16125 33554432000 4194304 5646918 140733689995280 140733689882904 4832083 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 16845 16125 154 355 0 16486 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 67380

[startup+522.3 s]
/proc/loadavg: 2.32 2.24 2.19 3/177 19441
/proc/meminfo: memFree=30256104/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=67868 CPUtime=522.21 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 17578 0 0 0 52219 2 0 0 20 0 1 0 53795007 69496832 16280 33554432000 4194304 5646918 140733689995280 140733689883304 4565271 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 16967 16280 154 355 0 16608 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 67868

[startup+582.3 s]
/proc/loadavg: 2.47 2.29 2.21 3/177 19442
/proc/meminfo: memFree=30244632/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=67868 CPUtime=582.21 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 17578 0 0 0 58219 2 0 0 20 0 1 0 53795007 69496832 16280 33554432000 4194304 5646918 140733689995280 140733689883304 4309355 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 16967 16280 154 355 0 16608 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 67868


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


[startup+942.3 s]
/proc/loadavg: 2.23 2.30 2.24 3/177 19453
/proc/meminfo: memFree=30236752/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=67868 CPUtime=942.15 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 17590 0 0 0 94213 2 0 0 20 0 1 0 53795007 69496832 16292 33554432000 4194304 5646918 140733689995280 140733689993944 4817444 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 16967 16292 155 355 0 16608 0
Current children cumulated CPU time (s) 942.15
Current children cumulated vsize (KiB) 67868

[startup+1002.3 s]
/proc/loadavg: 2.24 2.29 2.24 4/177 19454
/proc/meminfo: memFree=30236504/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=67868 CPUtime=1002.14 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 17594 0 0 0 100212 2 0 0 20 0 1 0 53795007 69496832 16296 33554432000 4194304 5646918 140733689995280 140733689993944 4817515 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 16967 16296 155 355 0 16608 0
Current children cumulated CPU time (s) 1002.14
Current children cumulated vsize (KiB) 67868

[startup+1062.3 s]
/proc/loadavg: 2.39 2.33 2.25 3/177 19455
/proc/meminfo: memFree=30233104/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=67868 CPUtime=1062.13 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 17594 0 0 0 106211 2 0 0 20 0 1 0 53795007 69496832 16296 33554432000 4194304 5646918 140733689995280 140733689993944 4823232 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 16967 16296 155 355 0 16608 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 67868

[startup+1122.3 s]
/proc/loadavg: 2.32 2.32 2.26 3/177 19456
/proc/meminfo: memFree=30232984/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=67868 CPUtime=1122.12 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 17594 0 0 0 112210 2 0 0 20 0 1 0 53795007 69496832 16296 33554432000 4194304 5646918 140733689995280 140733689993944 4831296 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 16967 16296 155 355 0 16608 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 67868

[startup+1182.3 s]
/proc/loadavg: 2.32 2.33 2.27 3/177 19457
/proc/meminfo: memFree=30233112/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=67868 CPUtime=1182.11 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 17594 0 0 0 118209 2 0 0 20 0 1 0 53795007 69496832 16296 33554432000 4194304 5646918 140733689995280 140733689993944 4817485 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 16967 16296 155 355 0 16608 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 67868

[startup+1242.3 s]
/proc/loadavg: 2.45 2.37 2.28 3/177 19459
/proc/meminfo: memFree=30231632/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=67868 CPUtime=1242.1 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 17598 0 0 0 124208 2 0 0 20 0 1 0 53795007 69496832 16300 33554432000 4194304 5646918 140733689995280 140733689993944 4831277 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 16967 16300 155 355 0 16608 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 67868

[startup+1302.3 s]
/proc/loadavg: 2.27 2.33 2.27 3/177 19460
/proc/meminfo: memFree=30230300/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=67868 CPUtime=1302.09 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 17607 0 0 0 130207 2 0 0 20 0 1 0 53795007 69496832 16300 33554432000 4194304 5646918 140733689995280 140733689993944 4831277 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 16967 16300 155 355 0 16608 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 67868

[startup+1362.3 s]
/proc/loadavg: 2.23 2.31 2.27 3/178 19464
/proc/meminfo: memFree=30228796/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=67868 CPUtime=1362.07 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 17617 0 0 0 136205 2 0 0 20 0 1 0 53795007 69496832 16400 33554432000 4194304 5646918 140733689995280 140733689993944 4817409 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 16967 16400 155 355 0 16608 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 67868

[startup+1422.3 s]
/proc/loadavg: 2.26 2.31 2.27 3/177 19465
/proc/meminfo: memFree=30228612/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=67868 CPUtime=1422.07 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 17617 0 0 0 142205 2 0 0 20 0 1 0 53795007 69496832 16400 33554432000 4194304 5646918 140733689995280 140733689993944 4817485 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 16967 16400 155 355 0 16608 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 67868

[startup+1482.3 s]
/proc/loadavg: 2.18 2.28 2.26 3/177 19466
/proc/meminfo: memFree=30228472/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=67868 CPUtime=1482.06 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 17633 0 0 0 148204 2 0 0 20 0 1 0 53795007 69496832 16416 33554432000 4194304 5646918 140733689995280 140733689993944 4823232 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 16967 16416 156 355 0 16608 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 67868

[startup+1542.31 s]
/proc/loadavg: 2.25 2.29 2.27 3/177 19468
/proc/meminfo: memFree=30215824/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=67868 CPUtime=1542.05 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 17633 0 0 0 154203 2 0 0 20 0 1 0 53795007 69496832 16416 33554432000 4194304 5646918 140733689995280 140733689993944 4817591 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 16967 16416 156 355 0 16608 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 67868

[startup+1602.3 s]
/proc/loadavg: 2.23 2.28 2.26 3/177 19469
/proc/meminfo: memFree=30216200/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=67868 CPUtime=1602.04 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 17633 0 0 0 160202 2 0 0 20 0 1 0 53795007 69496832 16416 33554432000 4194304 5646918 140733689995280 140733689993944 4832091 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 16967 16416 156 355 0 16608 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 67868

[startup+1662.3 s]
/proc/loadavg: 2.23 2.27 2.26 3/177 19470
/proc/meminfo: memFree=30213972/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=67868 CPUtime=1662.03 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 17633 0 0 0 166201 2 0 0 20 0 1 0 53795007 69496832 16416 33554432000 4194304 5646918 140733689995280 140733689993944 4817701 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 16967 16416 156 355 0 16608 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 67868

[startup+1722.3 s]
/proc/loadavg: 2.28 2.28 2.27 4/178 19640
/proc/meminfo: memFree=30423760/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=67868 CPUtime=1722.02 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 17634 0 0 0 172200 2 0 0 20 0 1 0 53795007 69496832 16417 33554432000 4194304 5646918 140733689995280 140733689993944 4823374 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 16967 16417 156 355 0 16608 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 67868

[startup+1782.3 s]
/proc/loadavg: 2.36 2.30 2.27 3/177 19641
/proc/meminfo: memFree=30345956/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=67868 CPUtime=1782.01 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 17634 0 0 0 178199 2 0 0 20 0 1 0 53795007 69496832 16417 33554432000 4194304 5646918 140733689995280 140733689993944 4463979 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 16967 16417 156 355 0 16608 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 67868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.33 2.29 2.27 3/177 19641
/proc/meminfo: memFree=29775004/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=67868 CPUtime=1800.01 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 17634 0 0 0 179999 2 0 0 20 0 1 0 53795007 69496832 16417 33554432000 4194304 5646918 140733689995280 140733689993944 4823289 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 16967 16417 156 355 0 16608 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 67868

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

[startup+1800.3 s]
/proc/loadavg: 2.33 2.29 2.27 3/177 19641
/proc/meminfo: memFree=29775004/32872528 swapFree=1370848/1518016
[pid=19294] ppid=19291 vsize=67868 CPUtime=1800.01 cores=0,2,4,6
/proc/19294/stat : 19294 (minisatp) R 19291 19294 17776 0 -1 4202496 17634 0 0 0 179999 2 0 0 20 0 1 0 53795007 69496832 16417 33554432000 4194304 5646918 140733689995280 140733689993944 4823289 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/19294/statm: 16967 16417 156 355 0 16608 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 67868

Child status: 0
Real time (s): 1800.3
CPU time (s): 1800.02
CPU user time (s): 1799.99
CPU system time (s): 0.022996
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 76896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.99
system time used= 0.022996
maximum resident set size= 73128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17634
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= 21
involuntary context switches= 1860

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.98879 second user time and 14.4018 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-21 15:58:05
IDJOB=4113885
IDBENCH=1519
IDSOLVER=2555
FILE ID=node129/4113885-1466517485
RUNJOBID= node129-1466514751-17792
PBS_JOBID= 19942879
Free space on /tmp= 71732 MiB

SOLVER NAME= minisatp 2012-10-02 git-d91742b
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-p0291.opb
COMMAND LINE= minisatp BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4113885-1466517485/watcher-4113885-1466517485 -o /tmp/evaluation-result-4113885-1466517485/solver-4113885-1466517485 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466514751-17792 --watchdog 1960  minisatp HOME/instance-4113885-1466517485.opb

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

MD5SUM BENCH= 5dbbb39821171ddf7cf17b36f56beeda
RANDOM SEED=433819012

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.143
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.143
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:        30326964 kB
Buffers:            4488 kB
Cached:            41636 kB
SwapCached:        15836 kB
Active:           268356 kB
Inactive:          38912 kB
Active(anon):     248540 kB
Inactive(anon):    14836 kB
Active(file):      19816 kB
Inactive(file):    24076 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67084856 kB
Dirty:              3508 kB
Writeback:             0 kB
AnonPages:       1784244 kB
Mapped:             7664 kB
Shmem:                 0 kB
Slab:             567652 kB
SReclaimable:      12036 kB
SUnreclaim:       555616 kB
KernelStack:        1472 kB
PageTables:         7732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1914236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    395264 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-4113885-1466517485.opb

Free space on /tmp at the end= 71724 MiB
End job on node129 at 2016-06-21 16:28:06