Trace number 353117

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.14SAT (TO)315 1800.04 1800.65

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8c1.opb
MD5SUM455daeae9aaa9768f332064b32a16167
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark302
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 302
Optimality of the best value was proved NO
Number of variables1020
Total number of constraints3575
Number of constraints which are clauses3575
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 constraint10
Number of terms in the objective function 1020
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 1020
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 1020
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.00/0.00	c Parsing PB file...
0.08/0.09	c Converting 3575 PB-constraints to clauses...
0.08/0.09	c   -- Unit propagations: (none)
0.08/0.09	c   -- Detecting intervals from adjacent constraints: (none)
0.08/0.09	c   -- Clauses(.)/Splits(s): .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
0.10/0.10	c ==================================[MINISAT+]==================================
0.10/0.10	c | Conflicts | Original         | Learnt                           | Progress |
0.10/0.10	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.10/0.10	c ==============================================================================
0.10/0.10	c |         0 |    3575     8330 |    1191       0        0     nan |  0.000 % |
0.10/0.10	c ==============================================================================
0.10/0.10	c Found solution: 315
0.10/0.10	o 315
0.10/0.11	c ---[   0]---> Sorter-cost:47988     Base:
0.49/0.57	c ==================================[MINISAT+]==================================
0.49/0.57	c | Conflicts | Original         | Learnt                           | Progress |
0.49/0.57	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.49/0.57	c ==============================================================================
0.49/0.57	c |         0 |   60591   141413 |   20197       0        0     nan |  0.000 % |
0.59/0.67	c |       100 |   59847   139829 |   22216      80     1790    22.4 |  1.091 % |
0.69/0.77	c |       250 |   59683   139471 |   24438     226     5037    22.3 |  1.342 % |
0.89/0.94	c |       476 |   59275   138571 |   26882     444    24386    54.9 |  1.980 % |
1.09/1.16	c |       814 |   58464   136786 |   29570     764    31843    41.7 |  3.241 % |
1.29/1.32	c |      1322 |   57828   135368 |   32527    1250    44363    35.5 |  4.255 % |
1.59/1.60	c |      2081 |   57828   135368 |   35780    2009    72239    36.0 |  4.255 % |
2.09/2.13	c |      3223 |   57063   133687 |   39358    3019   107276    35.5 |  5.441 % |
2.69/2.75	c |      4931 |   56757   133033 |   43294    4721   159290    33.7 |  5.892 % |
3.59/3.62	c |      7493 |   56757   133033 |   47623    7283   284105    39.0 |  5.892 % |
6.18/6.28	c |     11337 |   56149   131689 |   52385   11111   781407    70.3 |  6.846 % |
10.48/10.54	c |     17103 |   56082   131532 |   57624   16867  1524305    90.4 |  6.962 % |
19.88/19.93	c |     25753 |   56082   131532 |   63386   25517  2983991   116.9 |  6.962 % |
32.17/32.28	c |     38727 |   56043   131433 |   69725   38475  4273840   111.1 |  7.040 % |
55.27/55.31	c |     58188 |   56043   131433 |   76698   57936  6608517   114.1 |  7.040 % |
102.16/102.20	c |     87381 |   56043   131433 |   84367   21372  1717107    80.3 |  7.040 % |
186.23/186.38	c |    131170 |   55952   131220 |   92804   65147  7208888   110.7 |  7.198 % |
328.80/328.95	c |    196855 |   55952   131220 |  102085   48595  4741331    97.6 |  7.198 % |
539.44/539.69	c |    295382 |   55924   131150 |  112293   61658  5763235    93.5 |  7.252 % |
864.05/864.35	c |    443171 |   55924   131150 |  123523  109182 11051746   101.2 |  7.252 % |
1310.34/1310.79	c |    664856 |   55860   131004 |  135875  106194 10342785    97.4 |  7.359 % |
1800.01/1800.60	c 
1800.01/1800.60	c *** TERMINATED ***
1800.01/1800.60	s SATISFIABLE
1800.01/1800.60	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
1800.01/1800.60	v 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
1800.01/1800.60	v -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
1800.01/1800.60	v 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
1800.01/1800.60	v -x116 x117 -x118 x119 -x120 x121 -x122 x123 -x124 x125 -x126 x127 -x128 x129 -x130 x131 -x132 x133 -x134 x135 -x136 x137 -x138
1800.01/1800.60	v x139 -x140 x141 -x142 x143 -x144 -x145 x146 x147 -x148 x149 -x150 x151 -x152 x153 -x154 x155 -x156 x157 -x158 x159 -x160 x161
1800.01/1800.60	v -x162 x163 -x164 x165 -x166 x167 -x168 x169 -x170 x171 -x172 x173 -x174 x175 -x176 -x177 x178 x179 -x180 x181 -x182 x183 -x184
1800.01/1800.60	v x185 -x186 x187 -x188 x189 -x190 x191 -x192 x193 -x194 x195 -x196 x197 -x198 x199 -x200 x201 -x202 x203 -x204 x205 -x206 x207
1800.01/1800.60	v -x208 -x209 x210 x211 -x212 x213 -x214 x215 -x216 x217 -x218 x219 -x220 x221 -x222 x223 -x224 x225 -x226 x227 -x228 x229 -x230
1800.01/1800.60	v x231 -x232 x233 -x234 x235 -x236 x237 -x238 x239 -x240 -x241 x242 x243 -x244 x245 -x246 x247 -x248 x249 -x250 x251 -x252 x253
1800.01/1800.60	v -x254 x255 -x256 x257 -x258 x259 -x260 x261 -x262 x263 -x264 x265 -x266 x267 -x268 x269 -x270 x271 -x272 -x273 x274 x275 -x276
1800.01/1800.60	v x277 -x278 x279 -x280 x281 -x282 x283 -x284 x285 -x286 x287 -x288 x289 -x290 x291 -x292 x293 -x294 x295 -x296 x297 -x298 x299
1800.01/1800.60	v -x300 x301 -x302 x303 -x304 -x305 x306 x307 -x308 x309 -x310 x311 -x312 x313 -x314 x315 -x316 x317 -x318 x319 -x320 -x321 x322
1800.01/1800.60	v -x323 x324 x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 x342 x343
1800.01/1800.60	v -x344 -x345 x346 -x347 x348 -x349 x350 -x351 x352 -x353 x354 -x355 x356 -x357 x358 -x359 x360 -x361 x362 -x363 x364 x365 -x366
1800.01/1800.60	v -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 x381 -x382 -x383 -x384 -x385 -x386 -x387
1800.01/1800.60	v -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 x402 x403 -x404 -x405 x406 -x407 x408
1800.01/1800.60	v -x409 x410 -x411 x412 -x413 x414 -x415 x416 -x417 x418 -x419 x420 -x421 x422 -x423 x424 x425 -x426 -x427 -x428 -x429 -x430
1800.01/1800.60	v -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 x442 x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451
1800.01/1800.60	v -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 x461 -x462 -x463 x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472
1800.01/1800.60	v -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 x482 -x483 x484 x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493
1800.01/1800.60	v -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 x502 x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514
1800.01/1800.60	v -x515 -x516 -x517 -x518 -x519 -x520 x521 -x522 -x523 x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535
1800.01/1800.60	v -x536 -x537 -x538 -x539 -x540 -x541 x542 x543 -x544 -x545 x546 -x547 x548 -x549 x550 -x551 x552 -x553 x554 -x555 x556 -x557
1800.01/1800.60	v x558 -x559 x560 -x561 x562 -x563 x564 x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579
1800.01/1800.60	v -x580 -x581 x582 -x583 x584 x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600
1800.01/1800.60	v -x601 x602 x603 -x604 -x605 x606 -x607 x608 -x609 x610 -x611 x612 -x613 x614 -x615 x616 -x617 x618 -x619 x620 -x621 x622 x623
1800.01/1800.60	v -x624 -x625 x626 -x627 x628 -x629 x630 -x631 x632 -x633 x634 -x635 x636 -x637 x638 -x639 x640 -x641 x642 x643 -x644 -x645 -x646
1800.01/1800.60	v -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 x662 x663 -x664 -x665 x666 -x667
1800.01/1800.60	v x668 -x669 x670 -x671 x672 -x673 x674 -x675 x676 -x677 x678 -x679 x680 -x681 x682 x683 -x684 -x685 x686 -x687 x688 -x689 x690
1800.01/1800.60	v -x691 x692 -x693 x694 -x695 x696 -x697 x698 -x699 x700 -x701 x702 x703 -x704 -x705 x706 -x707 x708 -x709 x710 -x711 x712 -x713
1800.01/1800.60	v x714 -x715 x716 -x717 x718 -x719 x720 x721 -x722 -x723 x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735
1800.01/1800.60	v -x736 -x737 -x738 -x739 -x740 -x741 x742 x743 -x744 -x745 x746 -x747 x748 -x749 x750 -x751 x752 -x753 x754 -x755 x756 -x757
1800.01/1800.60	v x758 -x759 x760 -x761 x762 -x763 x764 x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779
1800.01/1800.60	v -x780 x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800
1800.01/1800.60	v x801 -x802 -x803 x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 x821
1800.01/1800.60	v -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 x841 -x842
1800.01/1800.60	v -x843 x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 x862 -x863
1800.01/1800.60	v x864 x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 x881 -x882 -x883 x884
1800.01/1800.60	v -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 x902 x903 -x904 -x905
1800.01/1800.60	v x906 -x907 x908 -x909 x910 -x911 x912 -x913 x914 -x915 x916 -x917 x918 -x919 x920 -x921 x922 -x923 x924 x925 -x926 -x927 -x928
1800.01/1800.60	v -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 x941 -x942 -x943 x944 -x945 -x946 -x947 -x948 -x949
1800.01/1800.60	v -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970
1800.01/1800.60	v -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 x982 -x983 x984 x985 -x986 -x987 -x988 -x989 -x990 -x991
1800.01/1800.60	v -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 x1002 x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010
1800.01/1800.60	v -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020

Verifier Data (download as text)

OK	315

Conversion Script Data (download as text)

/tmp/evaluation/353117-1176654759/instance-353117-1176654759.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/node65/watcher-353117-1176654759 -o ROOT/results/node65/solver-353117-1176654759 -C 1800 -W 3600 -M 1800 --output-limit 1,15 /tmp/evaluation/353117-1176654759/minisat+ /tmp/evaluation/353117-1176654759/instance-353117-1176654759.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: 1.03 0.99 0.98 3/64 10260
/proc/meminfo: memFree=1817776/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=1180 CPUtime=0
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 0 141465547 1208320 139 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031278 0 0 4096 16386 0 0 0 17 0 0 0
/proc/10260/statm: 295 139 74 215 0 77 0

[startup+0.0872409 s]
/proc/loadavg: 1.03 0.99 0.98 3/64 10260
/proc/meminfo: memFree=1817776/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=1884 CPUtime=0.08
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 334 0 0 0 8 0 0 0 18 0 1 0 141465547 1929216 319 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135006367 0 0 4096 16386 0 0 0 17 0 0 0
/proc/10260/statm: 471 319 74 215 0 253 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1884

[startup+0.102968 s]
/proc/loadavg: 1.03 0.99 0.98 3/64 10260
/proc/meminfo: memFree=1817776/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=2156 CPUtime=0.1
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 389 0 0 0 10 0 0 0 18 0 1 0 141465547 2207744 374 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031374 0 0 4096 16386 0 0 0 17 0 0 0
/proc/10260/statm: 539 374 86 215 0 321 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2156

[startup+0.302066 s]
/proc/loadavg: 1.03 0.99 0.98 3/64 10260
/proc/meminfo: memFree=1817776/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=2472 CPUtime=0.29
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 510 0 0 0 29 0 0 0 18 0 1 0 141465547 2531328 495 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005317 0 0 4096 16386 0 0 0 17 0 0 0
/proc/10260/statm: 618 495 102 215 0 400 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2472

[startup+0.701109 s]
/proc/loadavg: 1.03 0.99 0.98 3/64 10260
/proc/meminfo: memFree=1817776/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=9964 CPUtime=0.69
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 2418 0 0 0 68 1 0 0 22 0 1 0 141465547 10203136 2217 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579855 0 0 4096 16386 0 0 0 17 0 0 0
/proc/10260/statm: 2491 2217 110 215 0 2273 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9964

[startup+1.50116 s]
/proc/loadavg: 1.03 0.99 0.98 2/65 10261
/proc/meminfo: memFree=1809192/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=10368 CPUtime=1.49
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 2499 0 0 0 148 1 0 0 25 0 1 0 141465547 10616832 2298 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10260/statm: 2592 2298 110 215 0 2374 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10368

[startup+3.1013 s]
/proc/loadavg: 1.03 0.99 0.98 2/65 10261
/proc/meminfo: memFree=1808680/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=11156 CPUtime=3.09
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 2695 0 0 0 308 1 0 0 25 0 1 0 141465547 11423744 2494 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581165 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10260/statm: 2789 2494 111 215 0 2571 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11156

[startup+6.30156 s]
/proc/loadavg: 1.03 0.99 0.98 2/65 10261
/proc/meminfo: memFree=1806376/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=13664 CPUtime=6.28
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 3319 0 0 0 627 1 0 0 25 0 1 0 141465547 13991936 3118 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10260/statm: 3416 3118 111 215 0 3198 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 13664

[startup+12.7011 s]
/proc/loadavg: 1.03 0.99 0.98 2/65 10261
/proc/meminfo: memFree=1801384/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=18056 CPUtime=12.68
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 4435 0 0 0 1266 2 0 0 25 0 1 0 141465547 18489344 4234 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10260/statm: 4514 4234 111 215 0 4296 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18056

[startup+25.5022 s]
/proc/loadavg: 1.02 0.99 0.98 2/65 10261
/proc/meminfo: memFree=1793448/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=25960 CPUtime=25.48
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 6400 0 0 0 2544 4 0 0 25 0 1 0 141465547 26583040 6199 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 0 0 0
/proc/10260/statm: 6490 6199 111 215 0 6272 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 25960

[startup+51.1013 s]
/proc/loadavg: 1.01 0.99 0.98 2/65 10261
/proc/meminfo: memFree=1783208/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=36368 CPUtime=51.07
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 9002 0 0 0 5099 8 0 0 25 0 1 0 141465547 37240832 8801 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10260/statm: 9092 8801 111 215 0 8874 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 36368

[startup+102.306 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 10261
/proc/meminfo: memFree=1768744/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=50460 CPUtime=102.26
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 12530 0 0 0 10213 13 0 0 25 0 1 0 141465547 51671040 12329 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10260/statm: 12615 12329 111 215 0 12397 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 50460

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 10261
/proc/meminfo: memFree=1768744/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=50460 CPUtime=162.24
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 12530 0 0 0 16211 13 0 0 25 0 1 0 141465547 51671040 12329 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581028 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10260/statm: 12615 12329 111 215 0 12397 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 50460

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 10261
/proc/meminfo: memFree=1768552/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=50636 CPUtime=222.22
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 12565 0 0 0 22209 13 0 0 25 0 1 0 141465547 51851264 12364 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576727 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10260/statm: 12659 12364 111 215 0 12441 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 50636

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 10261
/proc/meminfo: memFree=1758376/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=60940 CPUtime=282.21
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 15102 0 0 0 28206 15 0 0 25 0 1 0 141465547 62402560 14901 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10260/statm: 15235 14901 111 215 0 15017 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 60940

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 10261
/proc/meminfo: memFree=1758184/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=61100 CPUtime=342.19
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 15130 0 0 0 34204 15 0 0 25 0 1 0 141465547 62566400 14929 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10260/statm: 15275 14929 111 215 0 15057 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 61100

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 10263
/proc/meminfo: memFree=1757672/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=61624 CPUtime=402.18
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 15241 0 0 0 40203 15 0 0 25 0 1 0 141465547 63102976 15040 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580916 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10260/statm: 15406 15040 111 215 0 15188 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 61624

[startup+462.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 10263
/proc/meminfo: memFree=1756904/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=62304 CPUtime=462.16
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 15431 0 0 0 46201 15 0 0 25 0 1 0 141465547 63799296 15230 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10260/statm: 15576 15230 111 215 0 15358 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 62304

[startup+522.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 10263
/proc/meminfo: memFree=1756712/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=62468 CPUtime=522.14
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 15478 0 0 0 52199 15 0 0 25 0 1 0 141465547 63967232 15277 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574282 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10260/statm: 15617 15277 111 215 0 15399 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 62468

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 10263
/proc/meminfo: memFree=1756776/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=62468 CPUtime=582.13
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 15478 0 0 0 58198 15 0 0 25 0 1 0 141465547 63967232 15277 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574149 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10260/statm: 15617 15277 111 215 0 15399 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 62468

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 10263
/proc/meminfo: memFree=1755240/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=64020 CPUtime=642.12
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 15855 0 0 0 64196 16 0 0 25 0 1 0 141465547 65556480 15654 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574358 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10260/statm: 16005 15654 111 215 0 15787 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 64020


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

[startup+822.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 10263
/proc/meminfo: memFree=1750184/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=69032 CPUtime=822.06
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 17116 0 0 0 82188 18 0 0 25 0 1 0 141465547 70688768 16915 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134575791 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10260/statm: 17258 16915 111 215 0 17040 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 69032

[startup+882.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 10263
/proc/meminfo: memFree=1749928/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=69352 CPUtime=882.05
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 17182 0 0 0 88187 18 0 0 25 0 1 0 141465547 71016448 16981 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580953 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10260/statm: 17338 16981 111 215 0 17120 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 69352

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 10263
/proc/meminfo: memFree=1747368/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=71968 CPUtime=942.03
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 17816 0 0 0 94184 19 0 0 25 0 1 0 141465547 73695232 17615 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10260/statm: 17992 17615 111 215 0 17774 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 71968

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 10263
/proc/meminfo: memFree=1747304/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=71968 CPUtime=1002.02
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 17816 0 0 0 100183 19 0 0 25 0 1 0 141465547 73695232 17615 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10260/statm: 17992 17615 111 215 0 17774 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 71968

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 10263
/proc/meminfo: memFree=1747304/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=71968 CPUtime=1062
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 17833 0 0 0 106181 19 0 0 25 0 1 0 141465547 73695232 17632 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10260/statm: 17992 17632 111 215 0 17774 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 71968

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 10263
/proc/meminfo: memFree=1739944/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=79280 CPUtime=1121.99
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 19663 0 0 0 112177 22 0 0 25 0 1 0 141465547 81182720 19462 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134568550 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10260/statm: 19820 19462 111 215 0 19602 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 79280

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 10263
/proc/meminfo: memFree=1739880/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=79280 CPUtime=1181.97
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 19664 0 0 0 118175 22 0 0 25 0 1 0 141465547 81182720 19463 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580970 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10260/statm: 19820 19463 111 215 0 19602 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 79280

[startup+1242.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 10263
/proc/meminfo: memFree=1739560/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=79708 CPUtime=1241.96
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 19745 0 0 0 124174 22 0 0 25 0 1 0 141465547 81620992 19544 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10260/statm: 19927 19544 111 215 0 19709 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 79708

[startup+1302.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 10263
/proc/meminfo: memFree=1739432/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=79900 CPUtime=1301.94
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 19775 0 0 0 130172 22 0 0 25 0 1 0 141465547 81817600 19574 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574051 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10260/statm: 19975 19574 111 215 0 19757 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 79900

[startup+1362.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 10263
/proc/meminfo: memFree=1739176/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=80064 CPUtime=1361.92
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 19834 0 0 0 136170 22 0 0 25 0 1 0 141465547 81985536 19633 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10260/statm: 20016 19633 111 215 0 19798 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 80064

[startup+1422.31 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 10263
/proc/meminfo: memFree=1737128/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=82312 CPUtime=1421.91
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 20336 0 0 0 142168 23 0 0 25 0 1 0 141465547 84287488 20135 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10260/statm: 20578 20135 111 215 0 20360 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 82312

[startup+1482.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 10263
/proc/meminfo: memFree=1736040/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=83596 CPUtime=1481.89
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 20608 0 0 0 148166 23 0 0 25 0 1 0 141465547 85602304 20407 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10260/statm: 20899 20407 111 215 0 20681 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 83596

[startup+1542.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 10263
/proc/meminfo: memFree=1735976/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=83596 CPUtime=1541.87
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 20623 0 0 0 154164 23 0 0 25 0 1 0 141465547 85602304 20422 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574149 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10260/statm: 20899 20422 111 215 0 20681 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 83596

[startup+1602.3 s]
/proc/loadavg: 1.04 1.00 0.98 2/65 10263
/proc/meminfo: memFree=1735784/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=83764 CPUtime=1601.87
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 20663 0 0 0 160163 24 0 0 25 0 1 0 141465547 85774336 20462 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580297 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10260/statm: 20941 20462 111 215 0 20723 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 83764

[startup+1662.3 s]
/proc/loadavg: 1.05 1.01 0.99 2/65 10263
/proc/meminfo: memFree=1735528/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=84060 CPUtime=1661.85
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 20722 0 0 0 166161 24 0 0 25 0 1 0 141465547 86077440 20521 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10260/statm: 21015 20521 111 215 0 20797 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 84060

[startup+1722.3 s]
/proc/loadavg: 1.05 1.02 0.99 2/71 10371
/proc/meminfo: memFree=1734008/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=84284 CPUtime=1721.78
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 20781 0 0 0 172154 24 0 0 25 0 1 0 141465547 86306816 20580 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10260/statm: 21071 20580 111 215 0 20853 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 84284

[startup+1782.3 s]
/proc/loadavg: 1.02 1.02 0.99 2/65 10461
/proc/meminfo: memFree=1735080/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=84284 CPUtime=1781.71
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 20783 0 0 0 178147 24 0 0 25 0 1 0 141465547 86306816 20582 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10260/statm: 21071 20582 111 215 0 20853 0
Current children cumulated CPU time (s) 1781.71
Current children cumulated vsize (KiB) 84284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.01 1.02 0.99 2/65 10461
/proc/meminfo: memFree=1735080/2055920 swapFree=4183928/4192956
[pid=10260] ppid=10258 vsize=84284 CPUtime=1800.01
/proc/10260/stat : 10260 (minisat+) R 10258 10260 9627 0 -1 4194304 20783 0 0 0 179977 24 0 0 25 0 1 0 141465547 86306816 20582 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10260/statm: 21071 20582 111 215 0 20853 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 84284

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 10
Real time (s): 1800.65
CPU time (s): 1800.04
CPU user time (s): 1799.78
CPU system time (s): 0.26196
CPU usage (%): 99.966
Max. virtual memory (cumulated for all children) (KiB): 84284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.78
system time used= 0.26196
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20785
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= 16
involuntary context switches= 3511

runsolver used 1.26881 second user time and 3.72443 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Sun Apr 15 16:32:39 UTC 2007

IDJOB= 353117
IDBENCH= 2174
IDSOLVER= 156
FILE ID= node65/353117-1176654759

PBS_JOBID= 4559881

Free space on /tmp= 66561 MiB

SOLVER NAME= minisat+ 1.14
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii8c1.opb
COMMAND LINE= /tmp/evaluation/353117-1176654759/minisat+ /tmp/evaluation/353117-1176654759/instance-353117-1176654759.opb            
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node65/convwatcher-353117-1176654759 -o ROOT/results/node65/conversion-353117-1176654759 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/353117-1176654759/instance-353117-1176654759.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= e46aded85e5f265b61da9cdcce06370e
MD5SUM BENCH=  455daeae9aaa9768f332064b32a16167

RANDOM SEED= 461858267

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node65.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.245
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.245
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:       1818248 kB
Buffers:         20440 kB
Cached:         146168 kB
SwapCached:       2984 kB
Active:          80504 kB
Inactive:        96432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1818248 kB
SwapTotal:     4192956 kB
SwapFree:      4183928 kB
Dirty:            2424 kB
Writeback:           0 kB
Mapped:          16280 kB
Slab:            46704 kB
Committed_AS:   934832 kB
PageTables:       1460 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= 66561 MiB

End job on node65 on Sun Apr 15 17:02:42 UTC 2007