Trace number 4112409

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-d91742bOPT18 308.058 308.109

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-f51m.b.opb
MD5SUM95b567c682e7e3efe2c93879e0e7c89d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark0.074987
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 18
Optimality of the best value was proved YES
Number of variables406
Total number of constraints520
Number of constraints which are clauses520
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint123
Number of terms in the objective function 406
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 406
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 406
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.05	c Converting 498 PB-constraints to clauses...
0.00/0.05	c   -- Unit propagations: (none)
0.00/0.05	c   -- Detecting intervals from adjacent constraints: (none)
0.00/0.05	c   -- Clauses(.)/Splits(s): ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
0.00/0.06	============================[ Search Statistics ]==============================
0.00/0.06	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.06	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.06	===============================================================================
0.00/0.06	===============================================================================
0.00/0.06	c Found solution: 26
0.00/0.06	c ---[   0]---> Sorter-cost:14874     Base:
0.09/0.16	|  Eliminated clauses:           0.16 Mb                                      |
0.09/0.16	============================[ Search Statistics ]==============================
0.09/0.16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.16	===============================================================================
0.09/0.16	===============================================================================
0.09/0.16	c Found solution: 25
0.09/0.16	c ---[   0]---> Sorter-cost:    0     Base:
0.19/0.22	|  Eliminated clauses:           0.16 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	===============================================================================
0.19/0.22	c Found solution: 24
0.19/0.22	c ---[   0]---> Sorter-cost:    0     Base:
0.29/0.34	|  Eliminated clauses:           0.16 Mb                                      |
0.29/0.34	============================[ Search Statistics ]==============================
0.29/0.34	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.34	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.29/0.34	===============================================================================
0.29/0.34	|       242 |    5607    11952    57201 |     4382      242     76 |  0.664 % |
0.29/0.34	|       392 |    5607    11952    57201 |     4820      392     84 |  0.664 % |
0.29/0.34	|       617 |    5607    11952    57201 |     5302      617     96 |  0.664 % |
0.29/0.34	|       954 |    5607    11952    57201 |     5832      954     90 |  0.664 % |
0.29/0.34	===============================================================================
0.29/0.34	c Found solution: 23
0.29/0.34	c ---[   0]---> Sorter-cost:    0     Base:
0.39/0.41	|  Eliminated clauses:           0.16 Mb                                      |
0.39/0.41	============================[ Search Statistics ]==============================
0.39/0.41	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.39/0.41	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.39/0.41	===============================================================================
0.39/0.41	|      1080 |    5613    11987    57388 |     4395     1080     90 |  0.661 % |
0.39/0.41	===============================================================================
0.39/0.41	c Found solution: 22
0.39/0.41	c ---[   0]---> Sorter-cost:    0     Base:
0.49/0.50	|  Eliminated clauses:           0.18 Mb                                      |
0.49/0.50	============================[ Search Statistics ]==============================
0.49/0.50	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.49/0.50	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.49/0.50	===============================================================================
0.49/0.50	|      1260 |    4759    10221    49220 |     3747     1259     89 |  2.224 % |
0.49/0.50	|      1410 |    4759    10221    49220 |     4122     1409     84 |  2.224 % |
0.49/0.50	===============================================================================
0.49/0.50	c Found solution: 20
0.49/0.50	c ---[   0]---> Sorter-cost:    0     Base:
0.99/1.08	|  Eliminated clauses:           0.20 Mb                                      |
0.99/1.08	============================[ Search Statistics ]==============================
0.99/1.08	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.99/1.08	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.99/1.08	===============================================================================
0.99/1.08	|      1596 |    4760    10253    49367 |     3759     1595     80 |  1.962 % |
0.99/1.08	|      1746 |    4758    10253    49367 |     4135     1743     77 |  1.977 % |
0.99/1.08	|      1971 |    4758    10253    49367 |     4548     1968     76 |  1.977 % |
0.99/1.08	|      2308 |    4758    10253    49367 |     5003     2305     76 |  1.977 % |
0.99/1.08	|      2814 |    4758    10253    49367 |     5504     2811     75 |  1.977 % |
0.99/1.08	|      3573 |    4758    10253    49367 |     6054     3570     74 |  1.977 % |
0.99/1.08	|      4712 |    4758    10253    49367 |     6660     4709     74 |  1.977 % |
0.99/1.08	|      6420 |    4758    10253    49367 |     7326     6417     72 |  1.977 % |
0.99/1.08	===============================================================================
0.99/1.08	c Found solution: 19
0.99/1.08	c ---[   0]---> Sorter-cost:    0     Base:
3.30/3.31	|  Eliminated clauses:           0.21 Mb                                      |
3.30/3.31	============================[ Search Statistics ]==============================
3.30/3.31	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.30/3.31	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.30/3.31	===============================================================================
3.30/3.31	|      6864 |    4761    10261    49398 |     3762     3481     62 |  1.767 % |
3.30/3.31	|      7014 |    4761    10261    49398 |     4138     3631     61 |  1.767 % |
3.30/3.31	|      7239 |    4761    10261    49398 |     4552     3856     61 |  1.767 % |
3.30/3.31	|      7576 |    4761    10261    49398 |     5007     4193     61 |  1.767 % |
3.30/3.31	|      8082 |    4761    10261    49398 |     5508     4699     60 |  1.767 % |
3.30/3.31	|      8841 |    4761    10261    49398 |     6059     5458     60 |  1.767 % |
3.30/3.31	|      9980 |    4761    10261    49398 |     6665     3304     49 |  1.767 % |
3.30/3.31	|     11688 |    4761    10261    49398 |     7331     5012     49 |  1.767 % |
3.30/3.31	|     14250 |    4761    10261    49398 |     8064     7574     56 |  1.767 % |
3.30/3.31	|     18094 |    4761    10261    49398 |     8871     7163     59 |  1.767 % |
3.30/3.31	|     23860 |    4761    10261    49398 |     9758     8190     45 |  1.767 % |
3.30/3.31	===============================================================================
3.30/3.31	c Found solution: 18
3.30/3.31	c ---[   0]---> Sorter-cost:    0     Base:
308.04/308.10	|  Eliminated clauses:           0.21 Mb                                      |
308.04/308.10	============================[ Search Statistics ]==============================
308.04/308.10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
308.04/308.10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
308.04/308.10	===============================================================================
308.04/308.10	|     24891 |    4715    10142    48671 |     3718     2363     42 |  1.909 % |
308.04/308.10	|     25041 |    4715    10142    48671 |     4090     2513     42 |  1.909 % |
308.04/308.10	|     25266 |    4715    10142    48671 |     4499     2738     41 |  1.909 % |
308.04/308.10	|     25603 |    4715    10142    48671 |     4949     3075     40 |  1.909 % |
308.04/308.10	|     26109 |    4715    10142    48671 |     5444     3581     40 |  1.909 % |
308.04/308.10	|     26868 |    4715    10142    48671 |     5989     4340     40 |  1.909 % |
308.04/308.10	|     28007 |    4715    10142    48671 |     6587     5479     38 |  1.909 % |
308.04/308.10	|     29715 |    4715    10142    48671 |     7246     3740     30 |  1.909 % |
308.04/308.10	|     32277 |    4715    10142    48671 |     7971     6302     31 |  1.909 % |
308.04/308.10	|     36121 |    4715    10142    48671 |     8768     6016     32 |  1.909 % |
308.04/308.10	|     41887 |    4715    10142    48671 |     9645     7209     31 |  1.909 % |
308.04/308.10	|     50536 |    4715    10142    48671 |    10609     5866     30 |  1.909 % |
308.04/308.10	|     63510 |    4715    10142    48671 |    11670     7710     35 |  1.909 % |
308.04/308.10	|     82971 |    4469    10142    48671 |    12838     8574     36 |  3.587 % |
308.04/308.10	|    112163 |    4469    10142    48671 |    14121    10698     33 |  3.587 % |
308.04/308.10	|    155952 |    4469    10142    48671 |    15534     9730     32 |  3.587 % |
308.04/308.10	|    221636 |    4469    10142    48671 |    17087    10529     35 |  3.587 % |
308.04/308.10	|    320162 |    4469    10142    48671 |    18796    11237     35 |  3.587 % |
308.04/308.10	|    467951 |    4469    10142    48671 |    20675    12513     35 |  3.587 % |
308.04/308.10	|    689634 |    4469    10142    48671 |    22743    19567     32 |  3.587 % |
308.04/308.10	|   1022159 |    4465    10142    48671 |    25017    23492     27 |  3.614 % |
308.04/308.10	|   1520947 |    4465    10142    48671 |    27519    19348     26 |  3.614 % |
308.04/308.10	|   2269129 |    4457    10142    48671 |    30271    18573     28 |  3.669 % |
308.04/308.10	===============================================================================
308.04/308.10	c Optimal solution: 18
308.04/308.10	s OPTIMUM FOUND
308.04/308.10	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 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 x406
308.04/308.10	c _______________________________________________________________________________
308.04/308.10	c 
308.04/308.10	restarts              : 4202
308.04/308.10	conflicts             : 2379469        (7725 /sec)
308.04/308.10	decisions             : 3173692        (0.00 % random) (10303 /sec)
308.04/308.10	propagations          : 2360253488     (7662186 /sec)
308.04/308.10	conflict literals     : 69783011       (39.96 % deleted)
308.04/308.10	Memory used           : 30.46 MB
308.04/308.10	CPU time              : 308.039 s
308.04/308.10	c _______________________________________________________________________________

Verifier Data

OK	18

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-4112409-1466535801/watcher-4112409-1466535801 -o /tmp/evaluation-result-4112409-1466535801/solver-4112409-1466535801 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466515278-25741 --watchdog 1960 minisatp HOME/instance-4112409-1466535801.opb 

pid=29440
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.01 2.04 2.00 3/176 29443
/proc/meminfo: memFree=31740728/32872528 swapFree=249320/249320
[pid=29443] ppid=29440 vsize=6476 CPUtime=0 cores=0,2,4,6
/proc/29443/stat : 29443 (minisatp) R 29440 29443 25725 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 55630505 6631424 203 33554432000 4194304 5646918 140734292074944 140736011705176 4251237 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/29443/statm: 1619 204 97 355 0 1260 0

[startup+0.100156 s]
/proc/loadavg: 2.01 2.04 2.00 3/176 29443
/proc/meminfo: memFree=31740728/32872528 swapFree=249320/249320
[pid=29443] ppid=29440 vsize=8652 CPUtime=0.09 cores=0,2,4,6
/proc/29443/stat : 29443 (minisatp) R 29440 29443 25725 0 -1 4202496 928 0 0 0 9 0 0 0 20 0 1 0 55630505 8859648 804 33554432000 4194304 5646918 140734292074944 140736011705176 4831247 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/29443/statm: 2163 804 126 355 0 1804 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8652

[startup+0.20029 s]
/proc/loadavg: 2.01 2.04 2.00 3/176 29443
/proc/meminfo: memFree=31740728/32872528 swapFree=249320/249320
[pid=29443] ppid=29440 vsize=8160 CPUtime=0.19 cores=0,2,4,6
/proc/29443/stat : 29443 (minisatp) R 29440 29443 25725 0 -1 4202496 2021 0 0 0 19 0 0 0 20 0 1 0 55630505 8355840 1659 33554432000 4194304 5646918 140734292074944 140736011705176 4831296 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/29443/statm: 2040 1660 144 355 0 1681 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8160

[startup+0.300295 s]
/proc/loadavg: 2.01 2.04 2.00 3/176 29443
/proc/meminfo: memFree=31740728/32872528 swapFree=249320/249320
[pid=29443] ppid=29440 vsize=8900 CPUtime=0.29 cores=0,2,4,6
/proc/29443/stat : 29443 (minisatp) R 29440 29443 25725 0 -1 4202496 2192 0 0 0 29 0 0 0 20 0 1 0 55630505 9113600 1828 33554432000 4194304 5646918 140734292074944 140736011705176 4402684 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/29443/statm: 2225 1828 154 355 0 1866 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8900

[startup+0.700238 s]
/proc/loadavg: 2.01 2.04 2.00 3/176 29443
/proc/meminfo: memFree=31740728/32872528 swapFree=249320/249320
[pid=29443] ppid=29440 vsize=10108 CPUtime=0.69 cores=0,2,4,6
/proc/29443/stat : 29443 (minisatp) R 29440 29443 25725 0 -1 4202496 2469 0 0 0 69 0 0 0 20 0 1 0 55630505 10350592 2100 33554432000 4194304 5646918 140734292074944 140734292071432 4416598 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/29443/statm: 2527 2100 157 355 0 2168 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10108

[startup+1.50019 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 29444
/proc/meminfo: memFree=31730496/32872528 swapFree=249320/249320
[pid=29443] ppid=29440 vsize=13432 CPUtime=1.49 cores=0,2,4,6
/proc/29443/stat : 29443 (minisatp) R 29440 29443 25725 0 -1 4202496 2888 0 0 0 149 0 0 0 20 0 1 0 55630505 13754368 3027 33554432000 4194304 5646918 140734292074944 140734292071432 4402684 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/29443/statm: 3358 3027 159 355 0 2999 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13432

[startup+3.10024 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 29444
/proc/meminfo: memFree=31728892/32872528 swapFree=249320/249320
[pid=29443] ppid=29440 vsize=16124 CPUtime=3.09 cores=0,2,4,6
/proc/29443/stat : 29443 (minisatp) R 29440 29443 25725 0 -1 4202496 3097 0 0 0 309 0 0 0 20 0 1 0 55630505 16510976 3233 33554432000 4194304 5646918 140734292074944 140734292073192 4403167 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/29443/statm: 4031 3233 159 355 0 3672 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16124

[startup+6.30023 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 29444
/proc/meminfo: memFree=31727940/32872528 swapFree=249320/249320
[pid=29443] ppid=29440 vsize=16124 CPUtime=6.29 cores=0,2,4,6
/proc/29443/stat : 29443 (minisatp) R 29440 29443 25725 0 -1 4202496 3097 0 0 0 629 0 0 0 20 0 1 0 55630505 16510976 3233 33554432000 4194304 5646918 140734292074944 140734292073224 4402974 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/29443/statm: 4031 3233 159 355 0 3672 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16124

[startup+12.7002 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 29444
/proc/meminfo: memFree=31719292/32872528 swapFree=249320/249320
[pid=29443] ppid=29440 vsize=18804 CPUtime=12.69 cores=0,2,4,6
/proc/29443/stat : 29443 (minisatp) R 29440 29443 25725 0 -1 4202496 3633 0 0 0 1269 0 0 0 20 0 1 0 55630505 19255296 3762 33554432000 4194304 5646918 140734292074944 140734292073192 4396812 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/29443/statm: 4701 3762 159 355 0 4342 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18804

[startup+25.5003 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 29444
/proc/meminfo: memFree=31718568/32872528 swapFree=249320/249320
[pid=29443] ppid=29440 vsize=18804 CPUtime=25.48 cores=0,2,4,6
/proc/29443/stat : 29443 (minisatp) R 29440 29443 25725 0 -1 4202496 3802 0 0 0 2548 0 0 0 20 0 1 0 55630505 19255296 3930 33554432000 4194304 5646918 140734292074944 140734292073192 4403107 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/29443/statm: 4701 3930 159 355 0 4342 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18804

[startup+51.1003 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 29444
/proc/meminfo: memFree=31713916/32872528 swapFree=249320/249320
[pid=29443] ppid=29440 vsize=21620 CPUtime=51.08 cores=0,2,4,6
/proc/29443/stat : 29443 (minisatp) R 29440 29443 25725 0 -1 4202496 4437 0 0 0 5108 0 0 0 20 0 1 0 55630505 22138880 5070 33554432000 4194304 5646918 140734292074944 140734292073192 4402774 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/29443/statm: 5405 5070 159 355 0 5046 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 21620

[startup+102.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 29445
/proc/meminfo: memFree=31699220/32872528 swapFree=249320/249320
[pid=29443] ppid=29440 vsize=23800 CPUtime=102.28 cores=0,2,4,6
/proc/29443/stat : 29443 (minisatp) R 29440 29443 25725 0 -1 4202496 6343 0 0 0 10227 1 0 0 20 0 1 0 55630505 24371200 5416 33554432000 4194304 5646918 140734292074944 140734292073192 4403582 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/29443/statm: 5950 5416 159 355 0 5591 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 23800

[startup+162.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 29447
/proc/meminfo: memFree=31651352/32872528 swapFree=249320/249320
[pid=29443] ppid=29440 vsize=26480 CPUtime=162.26 cores=0,2,4,6
/proc/29443/stat : 29443 (minisatp) R 29440 29443 25725 0 -1 4202496 7060 0 0 0 16225 1 0 0 20 0 1 0 55630505 27115520 6135 33554432000 4194304 5646918 140734292074944 140734292073208 4402853 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/29443/statm: 6620 6135 159 355 0 6261 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 26480

[startup+222.307 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 29448
/proc/meminfo: memFree=31692204/32872528 swapFree=249320/249320
[pid=29443] ppid=29440 vsize=26480 CPUtime=222.26 cores=0,2,4,6
/proc/29443/stat : 29443 (minisatp) R 29440 29443 25725 0 -1 4202496 7110 0 0 0 22225 1 0 0 20 0 1 0 55630505 27115520 6185 33554432000 4194304 5646918 140734292074944 140734292073208 4403368 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/29443/statm: 6620 6185 159 355 0 6261 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 26480

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 29449
/proc/meminfo: memFree=31638284/32872528 swapFree=249320/249320
[pid=29443] ppid=29440 vsize=26480 CPUtime=282.24 cores=0,2,4,6
/proc/29443/stat : 29443 (minisatp) R 29440 29443 25725 0 -1 4202496 7142 0 0 0 28223 1 0 0 20 0 1 0 55630505 27115520 6216 33554432000 4194304 5646918 140734292074944 140734292073208 4402840 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/29443/statm: 6620 6216 159 355 0 6261 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 26480

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

[startup+294.4 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 29449
/proc/meminfo: memFree=31676576/32872528 swapFree=249320/249320
[pid=29443] ppid=29440 vsize=26776 CPUtime=294.34 cores=0,2,4,6
/proc/29443/stat : 29443 (minisatp) R 29440 29443 25725 0 -1 4202496 7343 0 0 0 29433 1 0 0 20 0 1 0 55630505 27418624 6407 33554432000 4194304 5646918 140734292074944 140734292073208 4402717 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/29443/statm: 6694 6407 159 355 0 6335 0
Current children cumulated CPU time (s) 294.34
Current children cumulated vsize (KiB) 26776

[startup+300.8 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 29450
/proc/meminfo: memFree=31672108/32872528 swapFree=249320/249320
[pid=29443] ppid=29440 vsize=31184 CPUtime=300.74 cores=0,2,4,6
/proc/29443/stat : 29443 (minisatp) R 29440 29443 25725 0 -1 4202496 7441 0 0 0 30073 1 0 0 20 0 1 0 55630505 31932416 7526 33554432000 4194304 5646918 140734292074944 140734292073192 4399417 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/29443/statm: 7796 7526 159 355 0 7437 0
Current children cumulated CPU time (s) 300.74
Current children cumulated vsize (KiB) 31184

[startup+304 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 29450
/proc/meminfo: memFree=31671612/32872528 swapFree=249320/249320
[pid=29443] ppid=29440 vsize=31184 CPUtime=303.94 cores=0,2,4,6
/proc/29443/stat : 29443 (minisatp) R 29440 29443 25725 0 -1 4202496 7441 0 0 0 30393 1 0 0 20 0 1 0 55630505 31932416 7526 33554432000 4194304 5646918 140734292074944 140734292073192 4402778 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/29443/statm: 7796 7526 159 355 0 7437 0
Current children cumulated CPU time (s) 303.94
Current children cumulated vsize (KiB) 31184

[startup+305.6 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 29450
/proc/meminfo: memFree=31640896/32872528 swapFree=249320/249320
[pid=29443] ppid=29440 vsize=31184 CPUtime=305.54 cores=0,2,4,6
/proc/29443/stat : 29443 (minisatp) R 29440 29443 25725 0 -1 4202496 7441 0 0 0 30553 1 0 0 20 0 1 0 55630505 31932416 7526 33554432000 4194304 5646918 140734292074944 140734292073192 4402853 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/29443/statm: 7796 7526 159 355 0 7437 0
Current children cumulated CPU time (s) 305.54
Current children cumulated vsize (KiB) 31184

[startup+307.2 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 29450
/proc/meminfo: memFree=31671616/32872528 swapFree=249320/249320
[pid=29443] ppid=29440 vsize=31184 CPUtime=307.14 cores=0,2,4,6
/proc/29443/stat : 29443 (minisatp) R 29440 29443 25725 0 -1 4202496 7441 0 0 0 30713 1 0 0 20 0 1 0 55630505 31932416 7526 33554432000 4194304 5646918 140734292074944 140734292073192 4403454 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/29443/statm: 7796 7526 159 355 0 7437 0
Current children cumulated CPU time (s) 307.14
Current children cumulated vsize (KiB) 31184

[startup+307.6 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 29450
/proc/meminfo: memFree=31671616/32872528 swapFree=249320/249320
[pid=29443] ppid=29440 vsize=31184 CPUtime=307.54 cores=0,2,4,6
/proc/29443/stat : 29443 (minisatp) R 29440 29443 25725 0 -1 4202496 7441 0 0 0 30753 1 0 0 20 0 1 0 55630505 31932416 7526 33554432000 4194304 5646918 140734292074944 140734292073192 4402778 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/29443/statm: 7796 7526 159 355 0 7437 0
Current children cumulated CPU time (s) 307.54
Current children cumulated vsize (KiB) 31184

[startup+308 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 29450
/proc/meminfo: memFree=31671732/32872528 swapFree=249320/249320
[pid=29443] ppid=29440 vsize=31184 CPUtime=307.94 cores=0,2,4,6
/proc/29443/stat : 29443 (minisatp) R 29440 29443 25725 0 -1 4202496 7441 0 0 0 30793 1 0 0 20 0 1 0 55630505 31932416 7526 33554432000 4194304 5646918 140734292074944 140734292073192 4403215 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/29443/statm: 7796 7526 159 355 0 7437 0
Current children cumulated CPU time (s) 307.94
Current children cumulated vsize (KiB) 31184

[startup+308.107 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 29450
/proc/meminfo: memFree=31671732/32872528 swapFree=249320/249320
[pid=29443] ppid=29440 vsize=31184 CPUtime=308.04 cores=0,2,4,6
/proc/29443/stat : 29443 (minisatp) R 29440 29443 25725 0 -1 4202496 7441 0 0 0 30803 1 0 0 20 0 1 0 55630505 31932416 7526 33554432000 4194304 5646918 140734292074944 140734292073192 4403091 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/29443/statm: 7796 7526 159 355 0 7437 0
Current children cumulated CPU time (s) 308.04
Current children cumulated vsize (KiB) 31184

Child status: 0
Real time (s): 308.109
CPU time (s): 308.058
CPU user time (s): 308.039
CPU system time (s): 0.018997
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 31184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 308.039
system time used= 0.018997
maximum resident set size= 30140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7450
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= 7
involuntary context switches= 317

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.68374 second user time and 1.78073 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-21 21:03:21
IDJOB=4112409
IDBENCH=2050
IDSOLVER=2555
FILE ID=node103/4112409-1466535801
RUNJOBID= node103-1466515278-25741
PBS_JOBID= 19942890
Free space on /tmp= 71728 MiB

SOLVER NAME= minisatp 2012-10-02 git-d91742b
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/logic-synthesis/normalized-f51m.b.opb
COMMAND LINE= minisatp BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4112409-1466535801/watcher-4112409-1466535801 -o /tmp/evaluation-result-4112409-1466535801/solver-4112409-1466535801 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466515278-25741 --watchdog 1960  minisatp HOME/instance-4112409-1466535801.opb

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

MD5SUM BENCH= 95b567c682e7e3efe2c93879e0e7c89d
RANDOM SEED=453032638

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31741264 kB
Buffers:           17112 kB
Cached:            60084 kB
SwapCached:         1184 kB
Active:           130536 kB
Inactive:          52636 kB
Active(anon):     105920 kB
Inactive(anon):     2036 kB
Active(file):      24616 kB
Inactive(file):    50600 kB
Unevictable:      249320 kB
Mlocked:          249320 kB
SwapTotal:      67108856 kB
SwapFree:       67100264 kB
Dirty:              3564 kB
Writeback:             0 kB
AnonPages:        384960 kB
Mapped:             8900 kB
Shmem:                 0 kB
Slab:             568568 kB
SReclaimable:      12620 kB
SUnreclaim:       555948 kB
KernelStack:        1440 kB
PageTables:         5076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     468080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 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-4112409-1466535801.opb

Free space on /tmp at the end= 71724 MiB
End job on node103 at 2016-06-21 21:08:29