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 in four parts:
  1. 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 provide some useful information on the computer.
  2. SOLVER DATA
    This is the output of the solver (stdout and stderr).
  3. 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 1200 seconds. 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 1230 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (900Mb).
    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.
  4. 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.

General information on the benchmark

Namenormalized-opb/submitted/manquinho/primes-dimacs-cnf/normalized-ii32c3.opb
MD5SUM00d830716ad6728e4af33fe898d69922
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 261
Optimality of the best value was proved NO
Number of terms in the objective function 558
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 558
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 558
Number of bits of the biggest sum of numbers10
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.03284
Number of variables558
Total number of constraints3551
Number of constraints which are clauses3551
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 constraint32

Trace number 6187

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc15 THE 2005-04-14 03:57:30 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=4665 boxname=wulflinc15 idbench=153 idsolver=13 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  00d830716ad6728e4af33fe898d69922  /oldhome/oroussel/tmp/wulflinc15/normalized-ii32c3.opb
REAL COMMAND:  minisat+ -w /oldhome/oroussel/tmp/wulflinc15/normalized-ii32c3.opb /oldhome/oroussel/tmp/wulflinc15/normalized-ii32c3.opb
IDLAUNCH: 4665
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 450.999
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 890.88

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 450.999
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 899.07

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        892816 kB
Buffers:         36704 kB
Cached:          83280 kB
SwapCached:       2144 kB
Active:          64772 kB
Inactive:        60200 kB
HighTotal:      131008 kB
HighFree:        43876 kB
LowTotal:       903652 kB
LowFree:        848940 kB
SwapTotal:     2097136 kB
SwapFree:      2094992 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           6916 kB
Slab:            11192 kB
Committed_AS:    63484 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-04-14 04:03:40 (client local time) WITH STATUS 30 IN 370.234 SECONDS
stats: 4665 0 370.234 30
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c Parsing PB file...
c Converting 3551 PB-constraints to clauses...
c   -- Unit propagations: (none)
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): ...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |         0 |    3551    18021 |    1183       0        0     nan |  0.000 % |
c ==============================================================================
c Found solution: 273
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Sorter-cost:25022     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |        10 |   62153   155096 |   20717      10      409    40.9 |  0.000 % |
c ==============================================================================
c Found solution: 268
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Sorter-cost:    0     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |        23 |   62270   155412 |   20756      23      805    35.0 |  0.000 % |
c ==============================================================================
c Found solution: 265
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Sorter-cost:    0     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |        36 |   62440   155845 |   20813      36     1523    42.3 |  0.000 % |
c |       136 |   62405   155767 |   22894     135     6493    48.1 |  0.115 % |
c |       288 |   61886   154594 |   25183     277    16931    61.1 |  0.949 % |
c |       514 |   59322   148732 |   27702     433    24833    57.4 |  4.641 % |
c |       855 |   58508   146873 |   30472     763    42707    56.0 |  5.790 % |
c ==============================================================================
c Found solution: 264
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Sorter-cost:    0     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |       905 |   58445   146726 |   19481     813    45099    55.5 |  5.790 % |
c |      1007 |   58350   146507 |   21429     914    50346    55.1 |  6.000 % |
c |      1158 |   58350   146507 |   23572    1065    61112    57.4 |  6.000 % |
c |      1384 |   58350   146507 |   25929    1291    77765    60.2 |  6.000 % |
c |      1721 |   58350   146507 |   28522    1628   100668    61.8 |  6.000 % |
c |      2227 |   58350   146507 |   31374    2134   134243    62.9 |  6.000 % |
c |      2986 |   58243   146262 |   34511    2892   177261    61.3 |  6.149 % |
c ==============================================================================
c Found solution: 263
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Sorter-cost:    0     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |      3397 |   58299   146428 |   19433    3302   205113    62.1 |  6.149 % |
c |      3498 |   58128   146034 |   21376    3401   208872    61.4 |  6.494 % |
c |      3651 |   57968   145665 |   23513    3552   216078    60.8 |  6.728 % |
c |      3879 |   57861   145421 |   25865    3779   228546    60.5 |  6.873 % |
c |      4216 |   56995   143438 |   28451    4106   249798    60.8 |  8.125 % |
c |      4723 |   56654   142663 |   31297    4609   275103    59.7 |  8.584 % |
c |      5482 |   56375   142024 |   34426    5365   316057    58.9 |  9.003 % |
c |      6621 |   56284   141814 |   37869    6503   370119    56.9 |  9.137 % |
c |      8331 |   47812   122290 |   41656    8058   487292    60.5 | 22.160 % |
c |     10893 |   44565   114826 |   45821   10548   672050    63.7 | 27.087 % |
c ==============================================================================
c Found solution: 262
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Sorter-cost:    0     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |     12086 |   43779   112986 |   14593   10895   674152    61.9 | 27.087 % |
c |     12186 |   43690   112783 |   16052   10994   678673    61.7 | 28.406 % |
c |     12337 |   43591   112556 |   17657   11144   684766    61.4 | 28.556 % |
c |     12562 |   43478   112296 |   19423   11368   691758    60.9 | 28.730 % |
c |     12900 |   43102   111429 |   21365   11701   706864    60.4 | 29.324 % |
c |     13411 |   42849   110849 |   23502   12209   726104    59.5 | 29.708 % |
c |     14170 |   42562   110185 |   25852   12963   777931    60.0 | 30.172 % |
c |     15309 |   42370   109743 |   28437   14100   862016    61.1 | 30.471 % |
c |     17020 |   41767   108354 |   31281   15803   990718    62.7 | 31.418 % |
c ==============================================================================
c Found solution: 261
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Sorter-cost:    0     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |     17590 |   41822   108497 |   13940   16373  1028767    62.8 | 31.418 % |
c |     17690 |   41615   107998 |   15334   15689  1005307    64.1 | 31.741 % |
c |     17841 |   41615   107998 |   16867   15840  1019192    64.3 | 31.741 % |
c |     18067 |   41425   107560 |   18554   16064  1031460    64.2 | 32.039 % |
c |     18404 |   41247   107152 |   20409   16398  1047150    63.9 | 32.309 % |
c |     18910 |   41035   106664 |   22450   16901  1072359    63.4 | 32.637 % |
c |     19670 |   40524   105486 |   24695   17654  1127268    63.9 | 33.430 % |
c |     20812 |   40259   104874 |   27165   18793  1211319    64.5 | 33.853 % |
c |     22526 |   40083   104471 |   29881   20502  1307347    63.8 | 34.117 % |
c |     25088 |   39572   103286 |   32869   23049  1549860    67.2 | 34.925 % |
c |     28935 |   36216    95513 |   36156   26781  1926102    71.9 | 40.211 % |
c |     34701 |   35587    94057 |   39772   32540  2660450    81.8 | 41.213 % |
c |     43350 |   34006    90386 |   43749   41168  3628179    88.1 | 43.774 % |
c |     56324 |   25432    70400 |   48124   53903  4814235    89.3 | 58.080 % |
c |     75787 |   24301    67771 |   52937   33062  2881429    87.2 | 59.893 % |
c ==============================================================================
c Optimal solution: 261
s OPTIMUM FOUND
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 x407 -x408 -x409 x410 -x411 x412 x413 -x414 -x415 x416 -x417 x418 x419 -x420 -x421 x422 x423 -x424 -x425 x426 -x427 x428 x429 -x430 -x431 x432 -x433 x434 -x435 x436 x437 -x438 -x439 x440 -x441 x442 x443 -x444 -x445 x446 -x447 x448 x449 -x450 -x451 x452 -x453 x454 x455 -x456 -x457 x458 x459 -x460 -x461 x462 -x463 x464 -x465 x466 x467 -x468 -x469 x470 -x471 x472 x473 -x474 -x475 x476 -x477 x478 x479 -x480 x481 -x482 -x483 x484 -x485 x486 -x487 x488 -x489 x490 x491 -x492 -x493 x494 -x495 x496 x497 -x498 -x499 x500 -x501 x502 x503 -x504 -x505 x506 -x507 x508 x509 -x510 -x511 x512 -x513 x514 x515 -x516 x517 -x518 -x519 x520 -x521 x522 -x523 x524 -x525 x526 x527 -x528 -x529 x530 x531 -x532 -x533 x534 -x535 x536 -x537 x538 x539 -x540 -x541 x542 -x543 x544 x545 -x546 -x547 x548 x549 -x550 -x551 x552 -x553 x554 -x555 x556 x557 -x558
c _______________________________________________________________________________
c 
c restarts              : 49
c conflicts             : 88700          (240 /sec)
c decisions             : 212069         (573 /sec)
c propagations          : 0              (0 /sec)
c inspects              : 0              (0 /sec)
c CPU time              : 369.869 s
c _______________________________________________________________________________
#### END SOLVER DATA ####
#### BEGIN WATCHER DATA ####
Enforcing CPU limit (will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1230 seconds
Enforcing VSIZE limit: 943718400 bytes
Raw data (loadavg): 0.87 0.94 0.90 2/54 4717
Raw data (stat): 4717 (runsolver) R 4716 29151 29150 0 -1 64 4 0 0 0 0 0 0 0 19 0 1 0 423302447 1052672 99 4294967295 134512640 135381576 3221224464 3221219708 135158418 0 2147483391 7 90112 0 0 0 17 1 0 0
Raw data (statm): 257 99 215 215 0 42 0
vsize: 1028
[startup+10.0012 s]
Raw data (loadavg): 0.89 0.94 0.90 2/54 4717
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 2457 0 0 0 991 7 0 0 25 0 1 0 423302447 12193792 2382 4294967295 134512640 134672761 3221224576 3221223744 134560920 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 2977 2382 603 41 0 2936 0
vsize: 11908
[startup+20.0014 s]
Raw data (loadavg): 0.91 0.94 0.90 2/54 4717
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 2672 0 0 0 1989 8 0 0 25 0 1 0 423302447 13033472 2597 4294967295 134512640 134672761 3221224576 3221223744 134560898 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 3182 2597 603 41 0 3141 0
vsize: 12728
[startup+30.0025 s]
Raw data (loadavg): 0.92 0.94 0.90 2/54 4717
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 2931 0 0 0 2988 9 0 0 25 0 1 0 423302447 14245888 2856 4294967295 134512640 134672761 3221224576 3221223744 134560855 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 3478 2856 603 41 0 3437 0
vsize: 13912
[startup+40.0033 s]
Raw data (loadavg): 0.93 0.95 0.91 2/54 4717
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 3035 0 0 0 3988 9 0 0 25 0 1 0 423302447 14618624 2960 4294967295 134512640 134672761 3221224576 3221223680 134555379 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 3569 2960 603 41 0 3528 0
vsize: 14276
[startup+50.0028 s]
Raw data (loadavg): 0.94 0.95 0.91 2/54 4717
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 3281 0 0 0 4988 10 0 0 25 0 1 0 423302447 15552512 3206 4294967295 134512640 134672761 3221224576 3221223744 134560882 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 3797 3206 603 41 0 3756 0
vsize: 15188
[startup+60.0032 s]
Raw data (loadavg): 0.95 0.95 0.91 2/54 4717
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 3516 0 0 0 5987 11 0 0 25 0 1 0 423302447 16621568 3441 4294967295 134512640 134672761 3221224576 3221223744 134560956 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 4058 3441 603 41 0 4017 0
vsize: 16232
[startup+70.0039 s]
Raw data (loadavg): 0.96 0.95 0.91 2/54 4717
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 3752 0 0 0 6986 11 0 0 25 0 1 0 423302447 17596416 3677 4294967295 134512640 134672761 3221224576 3221223744 134561151 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4296 3677 603 41 0 4255 0
vsize: 17184
[startup+80.0043 s]
Raw data (loadavg): 0.96 0.95 0.91 2/54 4717
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 4056 0 0 0 7985 13 0 0 25 0 1 0 423302447 18796544 3981 4294967295 134512640 134672761 3221224576 3221223712 134560645 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4589 3981 603 41 0 4548 0
vsize: 18356
[startup+90.0045 s]
Raw data (loadavg): 0.97 0.95 0.91 2/54 4717
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 4364 0 0 0 8983 15 0 0 25 0 1 0 423302447 20160512 4289 4294967295 134512640 134672761 3221224576 3221223744 134560898 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4922 4289 603 41 0 4881 0
vsize: 19688
[startup+100.004 s]
Raw data (loadavg): 0.97 0.95 0.91 2/54 4717
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 4595 0 0 0 9983 15 0 0 25 0 1 0 423302447 20975616 4520 4294967295 134512640 134672761 3221224576 3221223744 134560869 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 5121 4520 603 41 0 5080 0
vsize: 20484
[startup+110.005 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 4717
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 4929 0 0 0 10981 17 0 0 25 0 1 0 423302447 22441984 4854 4294967295 134512640 134672761 3221224576 3221223712 134565045 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 5479 4854 603 41 0 5438 0
vsize: 21916
[startup+120.005 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 4717
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 5249 0 0 0 11981 18 0 0 25 0 1 0 423302447 23773184 5174 4294967295 134512640 134672761 3221224576 3221223744 134560871 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 5804 5174 603 41 0 5763 0
vsize: 23216
[startup+130.006 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 4717
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 5537 0 0 0 12981 18 0 0 25 0 1 0 423302447 24973312 5462 4294967295 134512640 134672761 3221224576 3221223680 134560361 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 6097 5462 603 41 0 6056 0
vsize: 24388
[startup+140.005 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 4717
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 5802 0 0 0 13980 19 0 0 25 0 1 0 423302447 26046464 5727 4294967295 134512640 134672761 3221224576 3221223712 134560622 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 6359 5727 603 41 0 6318 0
vsize: 25436
[startup+150.005 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 4717
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 6108 0 0 0 14979 20 0 0 25 0 1 0 423302447 27389952 6033 4294967295 134512640 134672761 3221224576 3221223760 134559594 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 6687 6033 603 41 0 6646 0
vsize: 26748
[startup+160.007 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 4770
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 6338 0 0 0 15979 21 0 0 25 0 1 0 423302447 28315648 6263 4294967295 134512640 134672761 3221224576 3221223744 134560885 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 6913 6263 603 41 0 6872 0
vsize: 27652
[startup+170.033 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 4770
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 6531 0 0 0 16981 21 0 0 25 0 1 0 423302447 29032448 6456 4294967295 134512640 134672761 3221224576 3221223744 134560983 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 7088 6456 603 41 0 7047 0
vsize: 28352
[startup+180.034 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 4770
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 6739 0 0 0 17980 22 0 0 25 0 1 0 423302447 29982720 6664 4294967295 134512640 134672761 3221224576 3221223744 134560983 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 7320 6664 603 41 0 7279 0
vsize: 29280
[startup+190.035 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 4770
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 6906 0 0 0 18979 23 0 0 25 0 1 0 423302447 30654464 6831 4294967295 134512640 134672761 3221224576 3221223748 134556634 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 7484 6831 603 41 0 7443 0
vsize: 29936
[startup+200.035 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 4770
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 7143 0 0 0 19978 24 0 0 25 0 1 0 423302447 31588352 7068 4294967295 134512640 134672761 3221224576 3221223680 134559914 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 7712 7068 603 41 0 7671 0
vsize: 30848
[startup+210.035 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 4770
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 7270 0 0 0 20978 25 0 0 25 0 1 0 423302447 32120832 7195 4294967295 134512640 134672761 3221224576 3221223776 134557911 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 7842 7195 603 41 0 7801 0
vsize: 31368
[startup+220.036 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 4770
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 7375 0 0 0 21977 26 0 0 25 0 1 0 423302447 32522240 7300 4294967295 134512640 134672761 3221224576 3221223748 134556660 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 7940 7300 603 41 0 7899 0
vsize: 31760
[startup+230.037 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 4772
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 7421 0 0 0 22977 27 0 0 25 0 1 0 423302447 32788480 7346 4294967295 134512640 134672761 3221224576 3221223744 134560898 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 8005 7346 603 41 0 7964 0
vsize: 32020
[startup+240.038 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 4772
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 7681 0 0 0 23976 27 0 0 25 0 1 0 423302447 33845248 7606 4294967295 134512640 134672761 3221224576 3221223744 134561118 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 8263 7606 603 41 0 8222 0
vsize: 33052
[startup+250.037 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 4772
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 7828 0 0 0 24976 28 0 0 25 0 1 0 423302447 34381824 7753 4294967295 134512640 134672761 3221224576 3221223744 134560869 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 8394 7753 603 41 0 8353 0
vsize: 33576
[startup+260.039 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 4772
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 8105 0 0 0 25975 29 0 0 25 0 1 0 423302447 35569664 8030 4294967295 134512640 134672761 3221224576 3221223744 134560898 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 8684 8030 603 41 0 8643 0
vsize: 34736
[startup+270.039 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 4772
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 8397 0 0 0 26974 30 0 0 25 0 1 0 423302447 36765696 8322 4294967295 134512640 134672761 3221224576 3221223744 134560983 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 8976 8322 603 41 0 8935 0
vsize: 35904
[startup+280.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 4772
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 8428 0 0 0 27974 30 0 0 25 0 1 0 423302447 36904960 8353 4294967295 134512640 134672761 3221224576 3221223680 134559925 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 9010 8353 603 41 0 8969 0
vsize: 36040
[startup+290.041 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 4772
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 8428 0 0 0 28974 31 0 0 25 0 1 0 423302447 36904960 8353 4294967295 134512640 134672761 3221224576 3221223760 134555417 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 9010 8353 603 41 0 8969 0
vsize: 36040
[startup+300.041 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 4772
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 8428 0 0 0 29974 31 0 0 25 0 1 0 423302447 36904960 8353 4294967295 134512640 134672761 3221224576 3221223680 134560367 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 9010 8353 603 41 0 8969 0
vsize: 36040
[startup+310.041 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 4772
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 8429 0 0 0 30974 31 0 0 25 0 1 0 423302447 36904960 8354 4294967295 134512640 134672761 3221224576 3221223776 134557830 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 9010 8354 603 41 0 8969 0
vsize: 36040
[startup+320.043 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 4772
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 8429 0 0 0 31974 31 0 0 25 0 1 0 423302447 36904960 8354 4294967295 134512640 134672761 3221224576 3221223680 134559851 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 9010 8354 603 41 0 8969 0
vsize: 36040
[startup+330.043 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 4772
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 8429 0 0 0 32974 32 0 0 25 0 1 0 423302447 36904960 8354 4294967295 134512640 134672761 3221224576 3221223744 134560898 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 9010 8354 603 41 0 8969 0
vsize: 36040
[startup+340.044 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 4772
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 8429 0 0 0 33974 32 0 0 25 0 1 0 423302447 36904960 8354 4294967295 134512640 134672761 3221224576 3221223744 134560830 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 9010 8354 603 41 0 8969 0
vsize: 36040
[startup+350.044 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 4772
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 8434 0 0 0 34973 32 0 0 25 0 1 0 423302447 36904960 8359 4294967295 134512640 134672761 3221224576 3221223744 134560839 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 9010 8359 603 41 0 8969 0
vsize: 36040
[startup+360.045 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 4772
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 8442 0 0 0 35973 33 0 0 25 0 1 0 423302447 36904960 8367 4294967295 134512640 134672761 3221224576 3221223760 134558423 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 9010 8367 603 41 0 8969 0
vsize: 36040
[startup+370.044 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 4772
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 8447 0 0 0 36973 33 0 0 25 0 1 0 423302447 36904960 8372 4294967295 134512640 134672761 3221224576 3221223680 134560243 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 9010 8372 603 41 0 8969 0
vsize: 36040
[startup+370.208 s]
Raw data (loadavg): 0.99 0.97 0.91 1/53 4772
Raw data (stat): 4717 (minisat+) R 4716 29151 29150 0 -1 0 8447 0 0 0 36973 33 0 0 25 0 1 0 423302447 36904960 8372 4294967295 134512640 134672761 3221224576 3221223680 134560243 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 9010 8372 603 41 0 8969 0
vsize: 0

Child status: 30
Real time (s): 370.208
CPU time (s): 370.234
CPU user time (s): 369.877
CPU system time (s): 0.356945
CPU usage (%): 100.007
Max. virtual memory (Kb): 36040
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
Verifier:	OK	261
#### END VERIFIER DATA ####