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-ii32e5.opb
MD5SUM6caf33eeba2c45b0896a04cb80501c4f
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 503
Optimality of the best value was proved NO
Number of terms in the objective function 1044
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 1044
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1044
Number of bits of the biggest sum of numbers11
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark312.97
Number of variables1044
Total number of constraints12158
Number of constraints which are clauses12158
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 5810

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc5 THE 2005-04-14 02:10:51 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=4298 boxname=wulflinc5 idbench=162 idsolver=12 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  6caf33eeba2c45b0896a04cb80501c4f  /oldhome/oroussel/tmp/wulflinc5/normalized-ii32e5.opb
REAL COMMAND:  minisat+ -cb -gs /oldhome/oroussel/tmp/wulflinc5/normalized-ii32e5.opb /oldhome/oroussel/tmp/wulflinc5/normalized-ii32e5.opb
IDLAUNCH: 4298
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.007
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	: 888.83

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.007
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:        897908 kB
Buffers:         34576 kB
Cached:          80452 kB
SwapCached:       2272 kB
Active:          54668 kB
Inactive:        65560 kB
HighTotal:      131008 kB
HighFree:        46592 kB
LowTotal:       903652 kB
LowFree:        851316 kB
SwapTotal:     2097136 kB
SwapFree:      2094864 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           6924 kB
Slab:            10940 kB
Committed_AS:    63484 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-04-14 02:16:11 (client local time) WITH STATUS 30 IN 319.429 SECONDS
stats: 4298 0 319.429 30
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c Parsing PB file...
c Converting 12158 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 |   12158    50526 |    4052       0        0     nan |  0.000 % |
c |       103 |   12158    50526 |    4457     103     4062    39.4 |  0.010 % |
c |       253 |   12158    50526 |    4902     253    10374    41.0 |  0.000 % |
c ==============================================================================
c Found solution: 505
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Sorter-cost:57176     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |       368 |   79803   208714 |   26601     368    14856    40.4 |  0.000 % |
c |       468 |   79803   208714 |   29261     468    19898    42.5 |  0.002 % |
c |       619 |   79803   208714 |   32187     619    26046    42.1 |  0.002 % |
c |       844 |   79803   208714 |   35405     844    37261    44.1 |  0.002 % |
c |      1181 |   79803   208714 |   38946    1181    54855    46.4 |  0.002 % |
c |      1687 |   79803   208714 |   42841    1687    77842    46.1 |  0.002 % |
c ==============================================================================
c Found solution: 504
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 |      2189 |   79785   208668 |   26595    2189   103194    47.1 |  0.002 % |
c |      2294 |   79785   208668 |   29254    2294   108680    47.4 |  0.046 % |
c |      2446 |   79785   208668 |   32179    2446   119147    48.7 |  0.046 % |
c |      2673 |   79785   208668 |   35397    2673   132649    49.6 |  0.046 % |
c |      3010 |   79231   207496 |   38937    2992   147787    49.4 |  0.720 % |
c |      3519 |   78682   206297 |   42831    3308   171970    52.0 |  1.429 % |
c |      4278 |   78682   206297 |   47114    4067   266309    65.5 |  1.429 % |
c |      5417 |   78682   206297 |   51826    5206   332904    63.9 |  1.429 % |
c |      7125 |   78663   206258 |   57008    6913   432805    62.6 |  1.451 % |
c |      9687 |   78631   206192 |   62709    9474   726237    76.7 |  1.488 % |
c |     13535 |   78604   206138 |   68980   13321   911697    68.4 |  1.516 % |
c ==============================================================================
c Found solution: 503
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 |     14072 |   78633   206240 |   26211   13858   952031    68.7 |  1.516 % |
c |     14172 |   78633   206240 |   28832   13958   960548    68.8 |  1.518 % |
c |     14322 |   78566   206097 |   31715   14106   975790    69.2 |  1.598 % |
c |     14550 |   78566   206097 |   34886   14334  1013000    70.7 |  1.598 % |
c |     14887 |   78433   205808 |   38375   14666  1050478    71.6 |  1.764 % |
c |     15395 |   78385   205704 |   42213   15173  1121142    73.9 |  1.825 % |
c |     16154 |   78385   205704 |   46434   15932  1208889    75.9 |  1.825 % |
c |     17295 |   78341   205610 |   51077   17072  1412431    82.7 |  1.877 % |
c |     19003 |   78077   205028 |   56185   18772  1680422    89.5 |  2.220 % |
c |     21565 |   77943   204730 |   61804   21331  2098075    98.4 |  2.394 % |
c |     25409 |   77943   204730 |   67984   25175  2262221    89.9 |  2.394 % |
c |     31175 |   77895   204628 |   74783   30940  3280432   106.0 |  2.453 % |
c |     39827 |   77758   204327 |   82261   39589  4876123   123.2 |  2.627 % |
c |     52801 |   77331   203380 |   90487   52554  7832425   149.0 |  3.188 % |
c ==============================================================================
c Optimal solution: 503
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 -x559 x560 x561 -x562 -x563 x564 -x565 x566 x567 -x568 -x569 x570 -x571 x572 x573 -x574 -x575 x576 -x577 x578 x579 -x580 -x581 x582 -x583 x584 x585 -x586 -x587 x588 -x589 x590 x591 -x592 -x593 x594 -x595 x596 x597 -x598 -x599 x600 -x601 x602 x603 -x604 -x605 x606 -x607 x608 -x609 x610 x611 -x612 -x613 x614 -x615 x616 x617 -x618 -x619 x620 x621 -x622 -x623 x624 -x625 x626 x627 -x628 -x629 x630 -x631 x632 x633 -x634 -x635 x636 -x637 x638 -x639 x640 x641 -x642 -x643 x644 -x645 x646 x647 -x648 -x649 x650 -x651 x652 x653 -x654 -x655 x656 -x657 x658 x659 -x660 -x661 x662 -x663 x664 x665 -x666 -x667 x668 x669 -x670 -x671 x672 -x673 x674 x675 -x676 -x677 x678 -x679 x680 x681 -x682 -x683 x684 -x685 x686 -x687 x688 x689 -x690 -x691 x692 x693 -x694 -x695 x696 -x697 x698 x699 -x700 -x701 x702 -x703 x704 x705 -x706 -x707 x708 -x709 x710 x711 -x712 -x713 x714 -x715 x716 -x717 x718 x719 -x720 x721 -x722 -x723 x724 -x725 x726 -x727 x728 x729 -x730 -x731 x732 -x733 x734 x735 -x736 -x737 x738 -x739 x740 -x741 x742 x743 -x744 -x745 x746 -x747 x748 x749 -x750 -x751 x752 x753 -x754 -x755 -x756 -x757 x758 x759 -x760 -x761 x762 -x763 x764 x765 -x766 -x767 x768 -x769 x770 -x771 x772 x773 -x774 -x775 x776 x777 -x778 -x779 x780 -x781 x782 x783 -x784 -x785 -x786 -x787 x788 -x789 x790 x791 -x792 -x793 x794 -x795 x796 x797 -x798 -x799 x800 x801 -x802 -x803 x804 -x805 x806 x807 -x808 -x809 x810 -x811 x812 -x813 x814 x815 -x816 -x817 x818 x819 -x820 -x821 x822 -x823 x824 x825 -x826 -x827 x828 -x829 x830 x831 -x832 -x833 x834 -x835 x836 x837 -x838 -x839 x840 -x841 x842 -x843 x844 x845 -x846 -x847 x848 x849 -x850 -x851 x852 -x853 x854 -x855 x856 x857 -x858 -x859 x860 x861 -x862 -x863 x864 -x865 x866 x867 -x868 -x869 x870 -x871 x872 -x873 x874 x875 -x876 -x877 x878 x879 -x880 -x881 x882 -x883 x884 -x885 x886 x887 -x888 -x889 x890 x891 -x892 -x893 x894 -x895 x896 x897 -x898 -x899 x900 -x901 x902 -x903 x904 x905 -x906 -x907 x908 x909 -x910 -x911 x912 -x913 x914 -x915 x916 x917 -x918 -x919 x920 -x921 x922 x923 -x924 -x925 x926 x927 -x928 -x929 x930 -x931 x932 -x933 x934 x935 -x936 -x937 x938 -x939 x940 x941 -x942 -x943 x944 -x945 x946 x947 -x948 -x949 x950 -x951 x952 x953 -x954 -x955 x956 -x957 x958 x959 -x960 -x961 x962 x963 -x964 -x965 x966 -x967 x968 x969 -x970 -x971 x972 -x973 x974 -x975 x976 x977 -x978 -x979 x980 x981 -x982 -x983 x984 -x985 x986 -x987 x988 x989 -x990 -x991 x992 -x993 x994 x995 -x996 -x997 x998 -x999 x1000 x1001 -x1002 -x1003 x1004 x1005 -x1006 -x1007 x1008 -x1009 x1010 x1011 -x1012 -x1013 x1014 -x1015 x1016 x1017 -x1018 -x1019 x1020 -x1021 x1022 -x1023 x1024 x1025 -x1026 -x1027 x1028 -x1029 x1030 x1031 -x1032 -x1033 x1034 -x1035 x1036 x1037 -x1038 -x1039 x1040 x1041 -x1042 -x1043 x1044
c _______________________________________________________________________________
c 
c restarts              : 34
c conflicts             : 58285          (183 /sec)
c decisions             : 169839         (533 /sec)
c propagations          : 0              (0 /sec)
c inspects              : 0              (0 /sec)
c CPU time              : 318.946 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.93 0.97 0.91 2/54 28679
Raw data (stat): 28679 (runsolver) R 28678 24215 24214 0 -1 64 4 0 0 0 0 0 0 0 19 0 1 0 422665805 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.0017 s]
Raw data (loadavg): 0.94 0.97 0.91 2/54 28679
Raw data (stat): 28679 (minisat+) R 28678 24215 24214 0 -1 0 4226 0 0 0 987 11 0 0 25 0 1 0 422665805 20406272 4179 4294967295 134512640 134672761 3221224560 3221223728 134561391 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 4982 4179 603 41 0 4941 0
vsize: 19928
[startup+20.0018 s]
Raw data (loadavg): 0.95 0.97 0.91 2/54 28679
Raw data (stat): 28679 (minisat+) R 28678 24215 24214 0 -1 0 4558 0 0 0 1986 12 0 0 25 0 1 0 422665805 21757952 4511 4294967295 134512640 134672761 3221224560 3221223728 134560830 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 5312 4511 603 41 0 5271 0
vsize: 21248
[startup+30.0022 s]
Raw data (loadavg): 0.95 0.97 0.91 2/54 28679
Raw data (stat): 28679 (minisat+) R 28678 24215 24214 0 -1 0 4855 0 0 0 2984 14 0 0 25 0 1 0 422665805 23101440 4808 4294967295 134512640 134672761 3221224560 3221223816 134562229 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 5640 4808 603 41 0 5599 0
vsize: 22560
[startup+40.0026 s]
Raw data (loadavg): 0.96 0.97 0.91 2/54 28679
Raw data (stat): 28679 (minisat+) R 28678 24215 24214 0 -1 0 5124 0 0 0 3983 15 0 0 25 0 1 0 422665805 24104960 5077 4294967295 134512640 134672761 3221224560 3221223728 134560830 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 5885 5077 603 41 0 5844 0
vsize: 23540
[startup+50.003 s]
Raw data (loadavg): 0.97 0.97 0.91 2/54 28679
Raw data (stat): 28679 (minisat+) R 28678 24215 24214 0 -1 0 5397 0 0 0 4982 16 0 0 25 0 1 0 422665805 25174016 5350 4294967295 134512640 134672761 3221224560 3221223728 134560830 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 6146 5350 603 41 0 6105 0
vsize: 24584
[startup+60.0041 s]
Raw data (loadavg): 0.97 0.97 0.91 2/54 28679
Raw data (stat): 28679 (minisat+) R 28678 24215 24214 0 -1 0 5714 0 0 0 5981 17 0 0 25 0 1 0 422665805 26533888 5667 4294967295 134512640 134672761 3221224560 3221223664 134559925 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 6478 5667 603 41 0 6437 0
vsize: 25912
[startup+70.0051 s]
Raw data (loadavg): 0.97 0.97 0.91 2/54 28679
Raw data (stat): 28679 (minisat+) R 28678 24215 24214 0 -1 0 6037 0 0 0 6980 18 0 0 25 0 1 0 422665805 27881472 5990 4294967295 134512640 134672761 3221224560 3221223744 134558662 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 6807 5990 603 41 0 6766 0
vsize: 27228
[startup+80.0053 s]
Raw data (loadavg): 0.98 0.97 0.91 2/54 28679
Raw data (stat): 28679 (minisat+) R 28678 24215 24214 0 -1 0 6351 0 0 0 7978 20 0 0 25 0 1 0 422665805 29224960 6304 4294967295 134512640 134672761 3221224560 3221223728 134561229 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 7135 6304 603 41 0 7094 0
vsize: 28540
[startup+90.0054 s]
Raw data (loadavg): 0.98 0.97 0.91 2/54 28679
Raw data (stat): 28679 (minisat+) R 28678 24215 24214 0 -1 0 6540 0 0 0 8978 20 0 0 25 0 1 0 422665805 29917184 6493 4294967295 134512640 134672761 3221224560 3221223728 134561008 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 7304 6493 603 41 0 7263 0
vsize: 29216
[startup+100.005 s]
Raw data (loadavg): 0.98 0.97 0.91 2/54 28679
Raw data (stat): 28679 (minisat+) R 28678 24215 24214 0 -1 0 6785 0 0 0 9978 21 0 0 25 0 1 0 422665805 31002624 6738 4294967295 134512640 134672761 3221224560 3221223696 134560588 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 7569 6738 603 41 0 7528 0
vsize: 30276
[startup+110.006 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 28679
Raw data (stat): 28679 (minisat+) R 28678 24215 24214 0 -1 0 7059 0 0 0 10977 22 0 0 25 0 1 0 422665805 32079872 7012 4294967295 134512640 134672761 3221224560 3221223728 134560983 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 7832 7012 603 41 0 7791 0
vsize: 31328
[startup+120.007 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 28679
Raw data (stat): 28679 (minisat+) R 28678 24215 24214 0 -1 0 7333 0 0 0 11976 22 0 0 25 0 1 0 422665805 33275904 7286 4294967295 134512640 134672761 3221224560 3221223728 134560836 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 8124 7286 603 41 0 8083 0
vsize: 32496
[startup+130.007 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 28679
Raw data (stat): 28679 (minisat+) R 28678 24215 24214 0 -1 0 7654 0 0 0 12975 24 0 0 25 0 1 0 422665805 34492416 7607 4294967295 134512640 134672761 3221224560 3221223728 134560830 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 8421 7607 603 41 0 8380 0
vsize: 33684
[startup+140.007 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 28679
Raw data (stat): 28679 (minisat+) R 28678 24215 24214 0 -1 0 7864 0 0 0 13973 25 0 0 25 0 1 0 422665805 35426304 7817 4294967295 134512640 134672761 3221224560 3221223696 134565045 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 8649 7817 603 41 0 8608 0
vsize: 34596
[startup+150.007 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 28679
Raw data (stat): 28679 (minisat+) R 28678 24215 24214 0 -1 0 8153 0 0 0 14972 26 0 0 25 0 1 0 422665805 36761600 8106 4294967295 134512640 134672761 3221224560 3221223728 134561198 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 8975 8106 603 41 0 8934 0
vsize: 35900
[startup+160.008 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 28679
Raw data (stat): 28679 (minisat+) R 28678 24215 24214 0 -1 0 8662 0 0 0 15971 27 0 0 25 0 1 0 422665805 38772736 8615 4294967295 134512640 134672761 3221224560 3221223664 134560370 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 9466 8615 603 41 0 9425 0
vsize: 37864
[startup+170.008 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 28679
Raw data (stat): 28679 (minisat+) R 28678 24215 24214 0 -1 0 9027 0 0 0 16969 29 0 0 25 0 1 0 422665805 40226816 8980 4294967295 134512640 134672761 3221224560 3221223664 134559925 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 9821 8980 603 41 0 9780 0
vsize: 39284
[startup+180.008 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 28679
Raw data (stat): 28679 (minisat+) R 28678 24215 24214 0 -1 0 9258 0 0 0 17967 30 0 0 25 0 1 0 422665805 41164800 9211 4294967295 134512640 134672761 3221224560 3221223728 134560898 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 10050 9211 603 41 0 10009 0
vsize: 40200
[startup+190.009 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 28679
Raw data (stat): 28679 (minisat+) R 28678 24215 24214 0 -1 0 9484 0 0 0 18967 31 0 0 25 0 1 0 422665805 42106880 9437 4294967295 134512640 134672761 3221224560 3221223728 134560830 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 10280 9437 603 41 0 10239 0
vsize: 41120
[startup+200.008 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 28679
Raw data (stat): 28679 (minisat+) R 28678 24215 24214 0 -1 0 9819 0 0 0 19966 31 0 0 25 0 1 0 422665805 43446272 9772 4294967295 134512640 134672761 3221224560 3221223744 134558662 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 10607 9772 603 41 0 10566 0
vsize: 42428
[startup+210.009 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 28679
Raw data (stat): 28679 (minisat+) R 28678 24215 24214 0 -1 0 10066 0 0 0 20966 32 0 0 25 0 1 0 422665805 44507136 10019 4294967295 134512640 134672761 3221224560 3221223728 134561145 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 10866 10019 603 41 0 10825 0
vsize: 43464
[startup+220.01 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 28679
Raw data (stat): 28679 (minisat+) R 28678 24215 24214 0 -1 0 10496 0 0 0 21965 33 0 0 25 0 1 0 422665805 46247936 10449 4294967295 134512640 134672761 3221224560 3221223728 134560869 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 11291 10449 603 41 0 11250 0
vsize: 45164
[startup+230.01 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 28679
Raw data (stat): 28679 (minisat+) R 28678 24215 24214 0 -1 0 10951 0 0 0 22964 34 0 0 25 0 1 0 422665805 48119808 10904 4294967295 134512640 134672761 3221224560 3221223728 134561385 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 11748 10904 603 41 0 11707 0
vsize: 46992
[startup+240.01 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 28679
Raw data (stat): 28679 (minisat+) R 28678 24215 24214 0 -1 0 11328 0 0 0 23962 36 0 0 25 0 1 0 422665805 49721344 11281 4294967295 134512640 134672761 3221224560 3221223732 134556688 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 12139 11281 603 41 0 12098 0
vsize: 48556
[startup+250.009 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 28679
Raw data (stat): 28679 (minisat+) R 28678 24215 24214 0 -1 0 11750 0 0 0 24961 38 0 0 25 0 1 0 422665805 51437568 11703 4294967295 134512640 134672761 3221224560 3221223664 134560246 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 12558 11703 603 41 0 12517 0
vsize: 50232
[startup+260.01 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 28679
Raw data (stat): 28679 (minisat+) R 28678 24215 24214 0 -1 0 12157 0 0 0 25960 39 0 0 25 0 1 0 422665805 53063680 12110 4294967295 134512640 134672761 3221224560 3221223728 134560869 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 12955 12110 603 41 0 12914 0
vsize: 51820
[startup+270.01 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 28679
Raw data (stat): 28679 (minisat+) R 28678 24215 24214 0 -1 0 12328 0 0 0 26960 39 0 0 25 0 1 0 422665805 53891072 12281 4294967295 134512640 134672761 3221224560 3221223728 134561118 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 13157 12281 603 41 0 13116 0
vsize: 52628
[startup+280.01 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 28679
Raw data (stat): 28679 (minisat+) R 28678 24215 24214 0 -1 0 12572 0 0 0 27959 40 0 0 25 0 1 0 422665805 54820864 12525 4294967295 134512640 134672761 3221224560 3221223728 134560898 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 13384 12525 603 41 0 13343 0
vsize: 53536
[startup+290.01 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 28679
Raw data (stat): 28679 (minisat+) R 28678 24215 24214 0 -1 0 12876 0 0 0 28959 40 0 0 25 0 1 0 422665805 56049664 12829 4294967295 134512640 134672761 3221224560 3221223664 134559887 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 13684 12829 603 41 0 13643 0
vsize: 54736
[startup+300.01 s]
Raw data (loadavg): 1.07 0.99 0.91 2/54 28679
Raw data (stat): 28679 (minisat+) R 28678 24215 24214 0 -1 0 13145 0 0 0 29959 41 0 0 25 0 1 0 422665805 57114624 13098 4294967295 134512640 134672761 3221224560 3221223728 134560983 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 13944 13098 603 41 0 13903 0
vsize: 55776
[startup+310.011 s]
Raw data (loadavg): 1.06 0.99 0.91 2/54 28679
Raw data (stat): 28679 (minisat+) R 28678 24215 24214 0 -1 0 13438 0 0 0 30957 42 0 0 25 0 1 0 422665805 58310656 13391 4294967295 134512640 134672761 3221224560 3221223728 134561382 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 14236 13391 603 41 0 14195 0
vsize: 56944
[startup+319.434 s]
Raw data (loadavg): 1.05 0.99 0.91 1/53 28679
Raw data (stat): 28679 (minisat+) R 28678 24215 24214 0 -1 0 13438 0 0 0 30957 42 0 0 25 0 1 0 422665805 58310656 13391 4294967295 134512640 134672761 3221224560 3221223728 134561382 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 14236 13391 603 41 0 14195 0
vsize: 0

Child status: 30
Real time (s): 319.434
CPU time (s): 319.429
CPU user time (s): 318.964
CPU system time (s): 0.465929
CPU usage (%): 99.9986
Max. virtual memory (Kb): 56944
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
Verifier:	OK	503
#### END VERIFIER DATA ####