Trace number 363982

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, and are wall clock time (not CPU 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
minisat+ 1.14OPT24 1289.41 1289.74

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-count.b.opb
MD5SUM931342e76f648ae82c047d164917a326
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark24
Best CPU time to get the best result obtained on this benchmark0.181971
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 24
Optimality of the best value was proved YES
Number of variables466
Total number of constraints694
Number of constraints which are clauses694
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 constraint78
Number of terms in the objective function 466
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 466
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 466
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.00/0.00	c Parsing PB file...
0.09/0.17	c Converting 694 PB-constraints to clauses...
0.09/0.17	c   -- Unit propagations: (none)
0.09/0.17	c   -- Detecting intervals from adjacent constraints: (none)
0.09/0.17	c   -- Clauses(.)/Splits(s): ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
0.09/0.17	c ==================================[MINISAT+]==================================
0.09/0.17	c | Conflicts | Original         | Learnt                           | Progress |
0.09/0.17	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.09/0.17	c ==============================================================================
0.09/0.17	c |         0 |     694    17335 |     231       0        0     nan |  0.000 % |
0.09/0.17	c ==============================================================================
0.09/0.17	c Found solution: 31
0.09/0.17	o 31
0.09/0.18	c ---[   0]---> Sorter-cost:17606     Base:
0.29/0.34	c ==================================[MINISAT+]==================================
0.29/0.34	c | Conflicts | Original         | Learnt                           | Progress |
0.29/0.34	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.29/0.34	c ==============================================================================
0.29/0.34	c |         0 |   19650    61493 |    6550       0        0     nan |  0.000 % |
0.29/0.37	c |       101 |   19600    61392 |    7205      98     3483    35.5 |  0.187 % |
0.29/0.40	c |       251 |   19543    61274 |    7925     245     9629    39.3 |  0.405 % |
0.39/0.44	c |       477 |   19543    61274 |    8718     471    25911    55.0 |  0.405 % |
0.39/0.49	c ==============================================================================
0.39/0.49	c Found solution: 29
0.39/0.49	o 29
0.49/0.50	c ---[   0]---> Sorter-cost:    0     Base:
0.59/0.64	c ==================================[MINISAT+]==================================
0.59/0.64	c | Conflicts | Original         | Learnt                           | Progress |
0.59/0.64	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.59/0.64	c ==============================================================================
0.59/0.64	c |       727 |   19541    61279 |    6513     720    41372    57.5 |  0.405 % |
0.59/0.65	c |       827 |   19541    61279 |    7164     820    45915    56.0 |  0.475 % |
0.59/0.67	c |       978 |   19541    61279 |    7880     971    51966    53.5 |  0.475 % |
0.69/0.70	c |      1203 |   19541    61279 |    8668    1196    64884    54.3 |  0.475 % |
0.69/0.76	c |      1540 |   19541    61279 |    9535    1533    84142    54.9 |  0.475 % |
0.69/0.79	c ==============================================================================
0.69/0.79	c Found solution: 27
0.69/0.79	o 27
0.69/0.79	c ---[   0]---> Sorter-cost:    0     Base:
0.89/0.94	c ==================================[MINISAT+]==================================
0.89/0.94	c | Conflicts | Original         | Learnt                           | Progress |
0.89/0.94	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.89/0.94	c ==============================================================================
0.89/0.94	c |      1692 |   19557    61322 |    6519    1685    94078    55.8 |  0.475 % |
0.89/0.96	c |      1792 |   19557    61322 |    7170    1785    99931    56.0 |  0.482 % |
1.00/1.00	c |      1942 |   19553    61314 |    7887    1933   105828    54.7 |  0.498 % |
1.00/1.02	c ==============================================================================
1.00/1.02	c Found solution: 25
1.00/1.02	o 25
1.00/1.02	c ---[   0]---> Sorter-cost:    0     Base:
1.09/1.17	c ==================================[MINISAT+]==================================
1.09/1.17	c | Conflicts | Original         | Learnt                           | Progress |
1.09/1.17	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1.09/1.17	c ==============================================================================
1.09/1.17	c |      1993 |   19567    61352 |    6522    1984   109179    55.0 |  0.498 % |
1.19/1.20	c |      2094 |   19552    61321 |    7174    2084   114737    55.1 |  0.575 % |
1.19/1.23	c |      2244 |   19552    61321 |    7891    2234   128254    57.4 |  0.575 % |
1.19/1.28	c |      2470 |   19534    61283 |    8680    2458   143856    58.5 |  0.645 % |
1.29/1.34	c |      2807 |   19534    61283 |    9548    2795   173741    62.2 |  0.645 % |
1.39/1.45	c |      3313 |   19534    61283 |   10503    3301   219450    66.5 |  0.645 % |
1.58/1.66	c |      4073 |   19534    61283 |   11554    4061   274409    67.6 |  0.645 % |
1.88/1.96	c |      5218 |   19534    61283 |   12709    5206   373244    71.7 |  0.645 % |
2.39/2.44	c |      6927 |   19534    61283 |   13980    6915   499915    72.3 |  0.645 % |
2.99/3.06	c |      9489 |   19534    61283 |   15378    9477   618131    65.2 |  0.645 % |
3.99/4.10	c |     13333 |   19517    61246 |   16916   13320   885024    66.4 |  0.723 % |
6.29/6.36	c |     19101 |   19517    61246 |   18608   10458   708864    67.8 |  0.723 % |
9.18/9.24	c |     27753 |   19517    61246 |   20468   19110  1307452    68.4 |  0.723 % |
14.09/14.14	c |     40727 |   19497    61203 |   22515   11158   692920    62.1 |  0.809 % |
20.98/21.07	c |     60188 |   19475    61157 |   24767   19153  1026537    53.6 |  0.886 % |
33.28/33.30	c |     89381 |   19475    61157 |   27244   23266  1317569    56.6 |  0.886 % |
54.98/55.10	c |    133171 |   19475    61157 |   29968   23843  1285358    53.9 |  0.886 % |
94.16/94.30	c |    198855 |   19475    61157 |   32965   26615  1383138    52.0 |  0.886 % |
128.66/128.72	c ==============================================================================
128.66/128.72	c Found solution: 24
128.66/128.72	o 24
128.66/128.72	c ---[   0]---> Sorter-cost:    0     Base:
128.76/128.89	c ==================================[MINISAT+]==================================
128.76/128.89	c | Conflicts | Original         | Learnt                           | Progress |
128.76/128.89	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
128.76/128.89	c ==============================================================================
128.76/128.89	c |    276187 |   19451    61093 |    6483   30253  1574428    52.0 |  0.886 % |
129.06/129.16	c |    276287 |   19451    61093 |    7131    3882   124279    32.0 |  1.073 % |
129.16/129.21	c |    276437 |   19437    61062 |    7844    4031   133465    33.1 |  1.127 % |
129.16/129.27	c |    276663 |   19437    61062 |    8628    4257   152413    35.8 |  1.127 % |
129.36/129.40	c |    277000 |   19437    61062 |    9491    4594   174133    37.9 |  1.127 % |
129.46/129.55	c |    277506 |   19437    61062 |   10440    5100   211049    41.4 |  1.127 % |
129.66/129.77	c |    278265 |   19437    61062 |   11485    5859   264117    45.1 |  1.127 % |
129.96/130.09	c |    279406 |   19437    61062 |   12633    7000   331763    47.4 |  1.127 % |
130.56/130.61	c |    281115 |   19437    61062 |   13896    8709   397105    45.6 |  1.127 % |
131.36/131.44	c |    283678 |   19437    61062 |   15286   11272   486408    43.2 |  1.127 % |
132.66/132.72	c |    287523 |   19437    61062 |   16815   15117   611906    40.5 |  1.127 % |
134.76/134.84	c |    293292 |   19437    61062 |   18496   12232   437124    35.7 |  1.127 % |
138.16/138.22	c |    301944 |   19437    61062 |   20346   11264   467384    41.5 |  1.127 % |
143.35/143.43	c |    314918 |   19437    61062 |   22381   13486   604895    44.9 |  1.127 % |
152.86/152.96	c |    334381 |   19437    61062 |   24619   21564   965906    44.8 |  1.127 % |
167.05/167.18	c |    363573 |   19437    61062 |   27081   12988   725744    55.9 |  1.127 % |
189.74/189.86	c |    407368 |   19437    61062 |   29789   14738   809935    55.0 |  1.127 % |
228.33/228.47	c |    473053 |   19437    61062 |   32768   15982   815894    51.1 |  1.127 % |
279.92/280.10	c |    571579 |   19421    61028 |   36044   20884   866725    41.5 |  1.182 % |
359.40/359.55	c |    719369 |   19414    61013 |   39649   19706   664143    33.7 |  1.213 % |
488.46/488.68	c |    941061 |   19414    61013 |   43614   22685   822390    36.3 |  1.213 % |
699.51/699.77	c |   1273586 |   19414    61013 |   47975   42162  1420357    33.7 |  1.213 % |
1023.53/1023.81	c |   1772374 |   19409    61001 |   52773   38329  1192022    31.1 |  1.236 % |
1289.36/1289.73	c ==============================================================================
1289.36/1289.73	c Optimal solution: 24
1289.36/1289.73	s OPTIMUM FOUND
1289.36/1289.73	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
1289.36/1289.73	v -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
1289.36/1289.73	v -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
1289.36/1289.73	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104
1289.36/1289.73	v -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 x125
1289.36/1289.73	v -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146
1289.36/1289.73	v x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167
1289.36/1289.73	v -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 x177 -x178 -x179 x180 -x181 -x182 -x183 -x184 -x185 x186 x187 -x188
1289.36/1289.73	v -x189 x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209
1289.36/1289.73	v -x210 -x211 x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230
1289.36/1289.73	v -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251
1289.36/1289.73	v -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272
1289.36/1289.73	v -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 x293
1289.36/1289.73	v -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314
1289.36/1289.73	v -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 x334 -x335
1289.36/1289.73	v -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356
1289.36/1289.73	v -x357 -x358 -x359 -x360 x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377
1289.36/1289.73	v -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398
1289.36/1289.73	v -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 x418 -x419
1289.36/1289.73	v -x420 -x421 -x422 -x423 -x424 -x425 -x426 x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 x440
1289.36/1289.73	v -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461
1289.36/1289.73	v -x462 x463 -x464 -x465 x466
1289.36/1289.73	c _______________________________________________________________________________
1289.36/1289.73	c 
1289.36/1289.73	c restarts              : 54
1289.36/1289.73	c conflicts             : 2171611        (1684 /sec)
1289.36/1289.73	c decisions             : 3823884        (2966 /sec)
1289.36/1289.73	c propagations          : 0              (0 /sec)
1289.36/1289.73	c inspects              : 0              (0 /sec)
1289.36/1289.73	c CPU time              : 1289.25 s
1289.36/1289.73	c _______________________________________________________________________________

Verifier Data (download as text)

OK	24

Conversion Script Data (download as text)

/tmp/evaluation/363982-1177035907/instance-363982-1177035907.opb is already a linear file

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node12/watcher-363982-1177035907 -o ROOT/results/node12/solver-363982-1177035907 -C 1800 -W 3600 -M 1800 --output-limit 1,15 /tmp/evaluation/363982-1177035907/minisat+ /tmp/evaluation/363982-1177035907/instance-363982-1177035907.opb 

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): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 25412
/proc/meminfo: memFree=1769440/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=1180 CPUtime=0
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 179628112 1208320 113 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135002654 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 295 114 74 215 0 77 0

[startup+0.0924981 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 25412
/proc/meminfo: memFree=1769440/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=1780 CPUtime=0.09
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 277 0 0 0 9 0 0 0 18 0 1 0 179628112 1822720 262 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031278 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 445 262 74 215 0 227 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780

[startup+0.101499 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 25412
/proc/meminfo: memFree=1769440/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=1780 CPUtime=0.09
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 291 0 0 0 9 0 0 0 18 0 1 0 179628112 1822720 276 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031278 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 445 276 74 215 0 227 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780

[startup+0.301518 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 25412
/proc/meminfo: memFree=1769440/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=2520 CPUtime=0.29
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 498 0 0 0 29 0 0 0 19 0 1 0 179628112 2580480 483 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134812991 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 630 483 102 215 0 412 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2520

[startup+0.701559 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 25412
/proc/meminfo: memFree=1769440/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=5460 CPUtime=0.69
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 1172 0 0 0 69 0 0 0 23 0 1 0 179628112 5591040 1157 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579637 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 1365 1157 111 215 0 1147 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5460

[startup+1.50164 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 25413
/proc/meminfo: memFree=1764952/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=6044 CPUtime=1.49
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 1337 0 0 0 149 0 0 0 25 0 1 0 179628112 6189056 1322 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581200 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 1511 1322 111 215 0 1293 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6044

[startup+3.1018 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 25413
/proc/meminfo: memFree=1763416/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=8028 CPUtime=3.09
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 1835 0 0 0 308 1 0 0 25 0 1 0 179628112 8220672 1820 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580157 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 2007 1820 111 215 0 1789 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8028

[startup+6.30112 s]
/proc/loadavg: 0.93 0.98 0.99 3/78 25413
/proc/meminfo: memFree=1759960/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=10684 CPUtime=6.29
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 2489 0 0 0 628 1 0 0 25 0 1 0 179628112 10940416 2474 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580414 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 2671 2474 111 215 0 2453 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10684

[startup+12.7018 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 25413
/proc/meminfo: memFree=1758168/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=12076 CPUtime=12.68
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 2843 0 0 0 1267 1 0 0 25 0 1 0 179628112 12365824 2828 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 3019 2828 111 215 0 2801 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 12076

[startup+25.501 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 25413
/proc/meminfo: memFree=1757336/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=13020 CPUtime=25.48
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 3072 0 0 0 2546 2 0 0 25 0 1 0 179628112 13332480 3057 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 3255 3057 111 215 0 3037 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 13020

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 25413
/proc/meminfo: memFree=1755544/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=15060 CPUtime=51.08
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 3547 0 0 0 5105 3 0 0 25 0 1 0 179628112 15421440 3532 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 3765 3532 111 215 0 3547 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 15060

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 25413
/proc/meminfo: memFree=1752664/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=18060 CPUtime=102.26
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 4281 0 0 0 10223 3 0 0 25 0 1 0 179628112 18493440 4266 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 4515 4266 111 215 0 4297 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 18060

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25413
/proc/meminfo: memFree=1752344/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=18348 CPUtime=162.25
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 4348 0 0 0 16221 4 0 0 25 0 1 0 179628112 18788352 4333 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580932 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 4587 4333 111 215 0 4369 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 18348

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25413
/proc/meminfo: memFree=1751832/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=18852 CPUtime=222.23
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 4478 0 0 0 22218 5 0 0 25 0 1 0 179628112 19304448 4463 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580765 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 4713 4463 111 215 0 4495 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 18852

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25413
/proc/meminfo: memFree=1751128/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=19620 CPUtime=282.22
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 4627 0 0 0 28217 5 0 0 25 0 1 0 179628112 20090880 4612 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581074 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 4905 4612 111 215 0 4687 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 19620

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25413
/proc/meminfo: memFree=1750616/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=20116 CPUtime=342.2
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 4754 0 0 0 34214 6 0 0 25 0 1 0 179628112 20598784 4739 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581074 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 5029 4739 111 215 0 4811 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 20116

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25413
/proc/meminfo: memFree=1749592/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=21440 CPUtime=402.19
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 5065 0 0 0 40212 7 0 0 25 0 1 0 179628112 21954560 5050 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581463 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 5360 5050 111 215 0 5142 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 21440

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25415
/proc/meminfo: memFree=1749080/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=21748 CPUtime=462.17
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 5131 0 0 0 46210 7 0 0 25 0 1 0 179628112 22269952 5116 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 5437 5116 111 215 0 5219 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 21748

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25415
/proc/meminfo: memFree=1748888/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=21972 CPUtime=522.16
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 5170 0 0 0 52208 8 0 0 25 0 1 0 179628112 22499328 5155 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581186 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 5493 5155 111 215 0 5275 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 21972

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25415
/proc/meminfo: memFree=1747416/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=23336 CPUtime=582.14
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 5543 0 0 0 58205 9 0 0 25 0 1 0 179628112 23896064 5528 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580384 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 5834 5528 111 215 0 5616 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 23336

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25415
/proc/meminfo: memFree=1746968/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=23844 CPUtime=642.13
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 5638 0 0 0 64204 9 0 0 25 0 1 0 179628112 24416256 5623 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580442 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 5961 5623 111 215 0 5743 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 23844

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25415
/proc/meminfo: memFree=1746776/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=23988 CPUtime=702.11
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 5689 0 0 0 70201 10 0 0 25 0 1 0 179628112 24563712 5674 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 5997 5674 111 215 0 5779 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 23988

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25415
/proc/meminfo: memFree=1746072/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=24580 CPUtime=762.1
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 5854 0 0 0 76199 11 0 0 25 0 1 0 179628112 25169920 5839 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 6145 5839 111 215 0 5927 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 24580

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25415
/proc/meminfo: memFree=1746072/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=24580 CPUtime=822.08
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 5855 0 0 0 82197 11 0 0 25 0 1 0 179628112 25169920 5840 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 6145 5840 111 215 0 5927 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 24580

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25415
/proc/meminfo: memFree=1746008/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=24756 CPUtime=882.07
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 5887 0 0 0 88195 12 0 0 25 0 1 0 179628112 25350144 5872 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 6189 5872 111 215 0 5971 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 24756

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25415
/proc/meminfo: memFree=1745688/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=25112 CPUtime=942.05
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 5969 0 0 0 94193 12 0 0 25 0 1 0 179628112 25714688 5954 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576173 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 6278 5954 111 215 0 6060 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 25112

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25415
/proc/meminfo: memFree=1745496/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=25432 CPUtime=1002.04
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 6010 0 0 0 100191 13 0 0 25 0 1 0 179628112 26042368 5995 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 6358 5995 111 215 0 6140 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 25432

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25415
/proc/meminfo: memFree=1745240/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=25648 CPUtime=1062.02
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 6069 0 0 0 106189 13 0 0 25 0 1 0 179628112 26263552 6054 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581082 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 6412 6054 111 215 0 6194 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 25648

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25415
/proc/meminfo: memFree=1744920/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=26004 CPUtime=1122.01
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 6153 0 0 0 112187 14 0 0 25 0 1 0 179628112 26628096 6138 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 6501 6138 111 215 0 6283 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 26004

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25415
/proc/meminfo: memFree=1744792/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=26004 CPUtime=1181.99
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 6170 0 0 0 118185 14 0 0 25 0 1 0 179628112 26628096 6155 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 6501 6155 111 215 0 6283 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 26004

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25415
/proc/meminfo: memFree=1744792/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=26004 CPUtime=1241.98
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 6170 0 0 0 124183 15 0 0 25 0 1 0 179628112 26628096 6155 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581113 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 6501 6155 111 215 0 6283 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 26004

Solver just ended. Dumping a history of the last processes samples

[startup+1254.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25415
/proc/meminfo: memFree=1744792/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=26004 CPUtime=1253.97
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 6170 0 0 0 125382 15 0 0 25 0 1 0 179628112 26628096 6155 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 6501 6155 111 215 0 6283 0
Current children cumulated CPU time (s) 1253.97
Current children cumulated vsize (KiB) 26004

[startup+1267.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25415
/proc/meminfo: memFree=1744728/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=26200 CPUtime=1266.77
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 6184 0 0 0 126662 15 0 0 25 0 1 0 179628112 26828800 6169 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 6550 6169 111 215 0 6332 0
Current children cumulated CPU time (s) 1266.77
Current children cumulated vsize (KiB) 26200

[startup+1279.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25415
/proc/meminfo: memFree=1744664/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=26200 CPUtime=1279.56
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 6184 0 0 0 127941 15 0 0 25 0 1 0 179628112 26828800 6169 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 6550 6169 111 215 0 6332 0
Current children cumulated CPU time (s) 1279.56
Current children cumulated vsize (KiB) 26200

[startup+1286.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25415
/proc/meminfo: memFree=1744600/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=26200 CPUtime=1285.96
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 6199 0 0 0 128581 15 0 0 25 0 1 0 179628112 26828800 6184 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580330 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 6550 6184 111 215 0 6332 0
Current children cumulated CPU time (s) 1285.96
Current children cumulated vsize (KiB) 26200

[startup+1287.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25415
/proc/meminfo: memFree=1744600/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=26200 CPUtime=1287.56
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 6199 0 0 0 128741 15 0 0 25 0 1 0 179628112 26828800 6184 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580854 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 6550 6184 111 215 0 6332 0
Current children cumulated CPU time (s) 1287.56
Current children cumulated vsize (KiB) 26200

[startup+1288.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25415
/proc/meminfo: memFree=1744600/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=26200 CPUtime=1288.36
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 6199 0 0 0 128821 15 0 0 25 0 1 0 179628112 26828800 6184 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580801 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 6550 6184 111 215 0 6332 0
Current children cumulated CPU time (s) 1288.36
Current children cumulated vsize (KiB) 26200

[startup+1289.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25415
/proc/meminfo: memFree=1744600/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=26200 CPUtime=1289.16
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 6199 0 0 0 128901 15 0 0 25 0 1 0 179628112 26828800 6184 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581028 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 6550 6184 111 215 0 6332 0
Current children cumulated CPU time (s) 1289.16
Current children cumulated vsize (KiB) 26200

[startup+1289.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25415
/proc/meminfo: memFree=1744600/2055920 swapFree=4160080/4192956
[pid=25412] ppid=25410 vsize=26200 CPUtime=1289.36
/proc/25412/stat : 25412 (minisat+) R 25410 25412 23538 0 -1 4194304 6199 0 0 0 128921 15 0 0 25 0 1 0 179628112 26828800 6184 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25412/statm: 6550 6184 111 215 0 6332 0
Current children cumulated CPU time (s) 1289.36
Current children cumulated vsize (KiB) 26200

Child status: 30
Real time (s): 1289.74
CPU time (s): 1289.41
CPU user time (s): 1289.25
CPU system time (s): 0.164974
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (KiB): 26200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1289.25
system time used= 0.164974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6203
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 1753

runsolver used 1.57176 second user time and 3.04554 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Fri Apr 20 02:25:07 UTC 2007

IDJOB= 363982
IDBENCH= 2049
IDSOLVER= 156
FILE ID= node12/363982-1177035907

PBS_JOBID= 4630621

Free space on /tmp= 66254 MiB

SOLVER NAME= minisat+ 1.14
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/logic-synthesis/normalized-count.b.opb
COMMAND LINE= /tmp/evaluation/363982-1177035907/minisat+ /tmp/evaluation/363982-1177035907/instance-363982-1177035907.opb            
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node12/convwatcher-363982-1177035907 -o ROOT/results/node12/conversion-363982-1177035907 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/363982-1177035907/instance-363982-1177035907.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-363982-1177035907 -o ROOT/results/node12/solver-363982-1177035907 -C 1800 -W 3600 -M 1800 --output-limit 1,15  /tmp/evaluation/363982-1177035907/minisat+ /tmp/evaluation/363982-1177035907/instance-363982-1177035907.opb            

META MD5SUM SOLVER= e46aded85e5f265b61da9cdcce06370e
MD5SUM BENCH=  931342e76f648ae82c047d164917a326

RANDOM SEED= 586839547

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.239
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.239
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1769784 kB
Buffers:         53352 kB
Cached:         153636 kB
SwapCached:      11768 kB
Active:         107572 kB
Inactive:       124368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1769784 kB
SwapTotal:     4192956 kB
SwapFree:      4160080 kB
Dirty:            2540 kB
Writeback:           0 kB
Mapped:          31676 kB
Slab:            39684 kB
Committed_AS:  5202696 kB
PageTables:       1796 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66254 MiB

End job on node12 on Fri Apr 20 02:46:37 UTC 2007