Trace number 433101

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
bsolo 3.0.17SAT (TO)-36 1800.21 1800.74

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-4.opb
MD5SUMe1b2be59a127acc8d929395698929541
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-44
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -45
Optimality of the best value was proved NO
Number of variables945
Total number of constraints58549
Number of constraints which are clauses58549
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 constraint2
Number of terms in the objective function 945
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 945
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 945
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

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.00	c bsolo beta version 3.0.17 - 27/04/2007 : 1600 GMT
0.00/0.00	c Developed by Vasco Manquinho IST/UTL - INESC-ID
0.00/0.00	c type "bsolo -h" for help
0.00/0.00	c Time Limit set via environment variable PBTIMEOUT to 1800
0.00/0.00	c Memory Limit set to 1800 MB
0.00/0.00	c Instance file /tmp/evaluation/433101-1177954482/instance-433101-1177954482.opb
0.00/0.00	c File size is 1400279 bytes.
0.19/0.24	c Highest Coefficient sum: 945
0.19/0.24	c Parsing was ok!!
0.19/0.24	c Total parsing time: 0.237 s
0.19/0.26	c Var: 945 Constr: 58549 58549/0/0 Lit: 117098 Watch. Lit: 117098
0.19/0.26	c Obj. Vars: 945 (100 % of total variables)
1.39/1.44	c Pre-processing Time: 1.436 s
1.39/1.44	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
1.39/1.44	c        0    945    58549   117098    2   117098   19516      0      0 1.44
1.39/1.44	c Switching off LPR mode.
1.39/1.45	o -33	1.446
1.39/1.45	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
1.39/1.45	c        0    945    58550   118043    2   117133   20516      1      0 1.45
1.39/1.45	o -34	1.452
13.09/13.13	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
13.09/13.13	c        4    945    58555   122620    2   117177   20516      6      2 1.45
13.09/13.13	c      104    945    58655   213304    3   117377   22568    106     69 1.50
13.09/13.13	c      354    945    58905   439950    7   117877   24825    356    214 1.65
13.09/13.13	c      830    945    59381   871666   14   118829   27308    832    425 1.95
13.09/13.13	c     1643    945    60194  1609231   26   120455   30039   1645    654 2.51
13.09/13.13	c     2963    945    61514  2806644   45   123095   33043   2965    711 4.17
13.09/13.13	c     5045    945    63596  4695956   73   127259   36348   5047    728 6.92
13.09/13.13	o -35	13.134
66.28/66.39	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
66.28/66.39	c     8197    945    66749  7556898  113   133600   20516   8200    624 13.14
66.28/66.39	c     8298    945    66850  7648490  114   133802   22568   8301    627 13.23
66.28/66.39	c     8550    945    67102  7877119  117   134306   24825   8553    639 13.38
66.28/66.39	c     9027    945    67579  8309328  122   135260   27308   9030    649 13.90
66.28/66.39	c     9840    945    68392  9046091  132   136886   30039   9843    670 14.67
66.28/66.39	c    11160    945    69712 10240570  146   139526   33043  11163    705 15.81
66.28/66.39	c    13241    945    71793 12125914  168   143688   36348  13244    720 18.38
66.28/66.39	c    16464    945    75016 15047649  200   150134   39983  16467    726 22.65
66.28/66.39	c    21400    945    79952 19519428  244   160006   43982  21403    664 32.19
66.28/66.39	c    28906    945    87458 26320121  300   175018   48381  28909    544 53.09
66.28/66.39	o -36	66.376
1800.06/1800.60	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
1800.06/1800.60	c    35223    945    93776 32048242  341   187690   20516  35227    530 66.38
1800.06/1800.60	c    35323    945    68908  9505609  137   137852   22568  10359    483 73.09
1800.06/1800.60	c    35574    945    69159  9732584  140   138354   24825  10610    485 73.30
1800.06/1800.60	c    36049    945    69634 10162448  145   139304   27308  11085    489 73.66
1800.06/1800.60	c    36863    945    70448 10899051  154   140932   30039  11899    495 74.34
1800.06/1800.60	c    38184    945    71769 12094702  168   143574   33043  13220    504 75.75
1800.06/1800.60	c    40265    945    73850 13979187  189   147736   36348  15301    508 79.26
1800.06/1800.60	c    43488    945    77073 16895235  219   154182   39983  18524    494 87.86
1800.06/1800.60	c    48425    945    82010 21363026  260   164056   43982  23461    423 114.45
1800.06/1800.60	c    55933    945    89518 28156947  314   179072   48381  30969    397 140.74
1800.06/1800.60	c    67294    945   100879 38439594  381   201794   53220  42330    374 179.55
1800.06/1800.60	c    84439    945    75591 15534420  205   151218   58543  17042    257 328.20
1800.06/1800.60	c   110258    945   101410 38895554  383   202856   64398  42861    204 540.41
1800.06/1800.60	c   149090    945    86877 25745627  296   173790   70838  28328    186 798.37
1800.06/1800.60	c   207442    945    85469 24463308  286   170974   77922  26920    136 1521.07
1800.06/1800.60	c Caught signal: 15
1800.06/1800.61	v -x945 -x944 -x943 x942 -x941 -x940 -x939 -x938 -x937 -x936 -x935 -x934 -x933 -x932 -x931 -x930 -x929 -x928 -x927 -x926 -x925
1800.06/1800.61	v -x924 -x923 -x922 -x921 -x920 -x919 -x918 -x917 -x916 -x915 -x914 -x913 -x912 -x911 -x910 -x909 -x908 -x907 -x906 -x905 -x904
1800.06/1800.61	v -x903 -x902 -x901 -x900 -x899 -x898 -x897 x896 -x895 -x894 -x893 -x892 -x891 -x890 -x889 -x888 -x887 -x886 -x885 -x884 -x883
1800.06/1800.61	v -x882 -x881 -x880 -x879 -x878 -x877 -x876 -x875 -x874 -x873 -x872 -x871 -x870 x869 -x868 -x867 -x866 -x865 -x864 -x863 -x862
1800.06/1800.61	v -x861 -x860 -x859 -x858 -x857 -x856 -x855 -x854 -x853 -x852 -x851 -x850 -x849 -x848 -x847 -x846 -x845 -x844 -x843 -x842 x841
1800.06/1800.61	v -x840 x839 -x838 -x837 -x836 -x835 -x834 -x833 -x832 -x831 -x830 -x829 -x828 -x827 -x826 -x825 -x824 -x823 -x822 -x821 -x820
1800.06/1800.61	v -x819 -x818 -x817 -x816 -x815 -x814 -x813 -x812 -x811 -x810 -x809 -x808 -x807 x806 -x805 -x804 -x803 -x802 -x801 -x800 -x799
1800.06/1800.61	v -x798 -x797 -x796 -x795 x794 -x793 -x792 -x791 -x790 -x789 -x788 -x787 -x786 -x785 -x784 -x783 -x782 -x781 -x780 -x779 -x778
1800.06/1800.61	v -x777 -x776 -x775 -x774 -x773 -x772 -x771 -x770 -x769 -x768 -x767 -x766 -x765 -x764 -x763 -x762 -x761 -x760 -x759 -x758 -x757
1800.06/1800.61	v -x756 -x755 -x754 -x753 -x752 -x751 x750 -x749 -x748 -x747 -x746 -x745 -x744 -x743 -x742 -x741 -x740 -x739 -x738 -x737 -x736
1800.06/1800.61	v -x735 -x734 -x733 -x732 -x731 -x730 -x729 -x728 -x727 -x726 -x725 -x724 x723 -x722 -x721 -x720 -x719 -x718 -x717 -x716 -x715
1800.06/1800.61	v -x714 -x713 -x712 -x711 -x710 -x709 -x708 -x707 -x706 -x705 -x704 -x703 -x702 -x701 -x700 -x699 -x698 -x697 -x696 -x695 -x694
1800.06/1800.61	v -x693 -x692 -x691 -x690 -x689 -x688 -x687 -x686 -x685 -x684 -x683 -x682 -x681 -x680 -x679 -x678 -x677 -x676 x675 -x674 -x673
1800.06/1800.61	v -x672 -x671 -x670 x669 -x668 -x667 -x666 -x665 -x664 -x663 -x662 -x661 -x660 -x659 -x658 -x657 -x656 -x655 -x654 -x653 -x652
1800.06/1800.61	v -x651 -x650 -x649 -x648 -x647 -x646 -x645 -x644 -x643 -x642 -x641 -x640 -x639 -x638 -x637 -x636 x635 -x634 -x633 -x632 -x631
1800.06/1800.61	v -x630 x629 -x628 -x627 -x626 -x625 -x624 -x623 -x622 -x621 -x620 -x619 -x618 -x617 -x616 -x615 -x614 -x613 -x612 -x611 -x610
1800.06/1800.61	v x609 -x608 -x607 -x606 -x605 -x604 -x603 -x602 -x601 -x600 -x599 -x598 -x597 -x596 -x595 -x594 -x593 -x592 -x591 -x590 -x589
1800.06/1800.61	v -x588 -x587 -x586 -x585 -x584 -x583 -x582 -x581 -x580 -x579 x578 -x577 -x576 -x575 -x574 -x573 -x572 -x571 -x570 -x569 -x568
1800.06/1800.61	v -x567 -x566 -x565 -x564 x563 -x562 -x561 -x560 -x559 -x558 -x557 -x556 -x555 -x554 -x553 -x552 -x551 -x550 -x549 -x548 -x547
1800.06/1800.61	v -x546 -x545 -x544 -x543 -x542 x541 -x540 -x539 -x538 -x537 -x536 -x535 -x534 -x533 -x532 -x531 -x530 -x529 -x528 -x527 -x526
1800.06/1800.61	v -x525 -x524 -x523 -x522 -x521 -x520 -x519 x518 -x517 -x516 -x515 -x514 -x513 -x512 -x511 -x510 -x509 -x508 -x507 -x506 -x505
1800.06/1800.61	v -x504 -x503 x502 -x501 -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484
1800.06/1800.61	v -x483 -x482 -x481 -x480 -x479 -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463
1800.06/1800.61	v -x462 -x461 -x460 -x459 x458 -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442
1800.06/1800.61	v x441 -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421
1800.06/1800.61	v -x420 -x419 -x418 -x417 -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 x405 -x404 -x403 -x402 -x401 -x400
1800.06/1800.61	v -x399 -x398 -x397 -x396 -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379
1800.06/1800.61	v -x378 -x377 -x376 x375 -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358
1800.06/1800.61	v -x357 -x356 -x355 -x354 -x353 -x352 -x351 -x350 -x349 -x348 x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337
1800.06/1800.61	v -x336 -x335 -x334 -x333 -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 x316
1800.06/1800.61	v -x315 -x314 -x313 -x312 -x311 -x310 -x309 -x308 x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295
1800.06/1800.61	v -x294 -x293 -x292 -x291 -x290 -x289 -x288 -x287 -x286 -x285 x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274
1800.06/1800.61	v -x273 -x272 -x271 -x270 -x269 -x268 -x267 -x266 x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253
1800.06/1800.61	v -x252 -x251 -x250 -x249 -x248 -x247 -x246 -x245 x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232
1800.06/1800.61	v -x231 x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211
1800.06/1800.61	v -x210 -x209 -x208 -x207 x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190
1800.06/1800.61	v -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169
1800.06/1800.61	v -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148
1800.06/1800.61	v x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127
1800.06/1800.61	v -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 x109 -x108 -x107 -x106
1800.06/1800.61	v -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82
1800.06/1800.61	v -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 x56
1800.06/1800.61	v -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30
1800.06/1800.61	v -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3
1800.06/1800.61	v x2 -x1
1800.06/1800.61	c  Rst    Confl    NCB      Dec     Ctrs     Lits Learnt Conf/s Time
1800.06/1800.61	c   33   241173  21765   268429   119200 54990591  60651    133 1800.07
1800.06/1800.61	c Objective: -36
1800.06/1800.61	s SATISFIABLE
1800.06/1800.61	c Total time: 1800.07 s

Verifier Data (download as text)

OK	-36

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node29/watcher-433101-1177954482 -o ROOT/results/node29/solver-433101-1177954482 -C 1800 -W 3600 -M 1800 --output-limit 1,15 bsolo3.0.17 -m1800 /tmp/evaluation/433101-1177954482/instance-433101-1177954482.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.95 3/77 8456
/proc/meminfo: memFree=1849808/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=13104 CPUtime=0
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 365 0 0 0 0 0 0 0 18 0 1 0 243363960 13418496 335 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 4564603 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 3276 335 279 324 0 2004 0

[startup+0.017457 s]
/proc/loadavg: 0.92 0.98 0.95 3/77 8456
/proc/meminfo: memFree=1849808/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=5704 CPUtime=0.01
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 467 0 0 0 1 0 0 0 18 0 1 0 243363960 5840896 437 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 4564603 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 1426 437 298 324 0 154 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5704

[startup+0.101461 s]
/proc/loadavg: 0.92 0.98 0.95 3/77 8456
/proc/meminfo: memFree=1849808/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=7768 CPUtime=0.09
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 1103 0 0 0 9 0 0 0 18 0 1 0 243363960 7954432 1073 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 4564603 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 1942 1073 419 324 0 670 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7768

[startup+0.301474 s]
/proc/loadavg: 0.92 0.98 0.95 3/77 8456
/proc/meminfo: memFree=1849808/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=12480 CPUtime=0.29
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 2875 0 0 0 29 0 0 0 19 0 1 0 243363960 12779520 2503 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 3120 2503 303 324 0 2190 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12480

[startup+0.701501 s]
/proc/loadavg: 0.92 0.98 0.95 3/77 8456
/proc/meminfo: memFree=1849808/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=14372 CPUtime=0.69
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 3351 0 0 0 67 2 0 0 23 0 1 0 243363960 14716928 2979 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 3593 2979 305 324 0 2663 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14372

[startup+1.50155 s]
/proc/loadavg: 0.92 0.98 0.95 2/78 8457
/proc/meminfo: memFree=1839112/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=13660 CPUtime=1.49
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 4020 0 0 0 145 4 0 0 25 0 1 0 243363960 13987840 2791 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 4564603 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 3415 2791 310 324 0 2485 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13660

[startup+3.10165 s]
/proc/loadavg: 0.92 0.98 0.95 2/78 8457
/proc/meminfo: memFree=1827976/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=39380 CPUtime=3.09
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 10435 0 0 0 303 6 0 0 25 0 1 0 243363960 40325120 9206 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 9845 9206 310 324 0 8915 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39380

[startup+6.30186 s]
/proc/loadavg: 1.01 1.00 0.96 2/78 8457
/proc/meminfo: memFree=1791368/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=67920 CPUtime=6.29
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 17596 0 0 0 619 10 0 0 25 0 1 0 243363960 69550080 16367 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 4564603 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 16980 16367 310 324 0 16050 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 67920

[startup+12.7013 s]
/proc/loadavg: 1.01 1.00 0.96 2/78 8457
/proc/meminfo: memFree=1749192/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=106700 CPUtime=12.69
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 27277 0 0 0 1255 14 0 0 25 0 1 0 243363960 109260800 26048 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134550904 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 26675 26048 310 324 0 25745 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 106700

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 8457
/proc/meminfo: memFree=1624648/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=230912 CPUtime=25.48
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 58321 0 0 0 2522 26 0 0 25 0 1 0 243363960 236453888 57092 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 4564603 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 57728 57092 310 324 0 56798 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 230912

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 8457
/proc/meminfo: memFree=1508872/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=344772 CPUtime=51.08
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 86795 0 0 0 5066 42 0 0 25 0 1 0 243363960 353046528 85566 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134550779 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 86193 85566 310 324 0 85263 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 344772

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 8457
/proc/meminfo: memFree=1430408/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=422004 CPUtime=102.27
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 106147 0 0 0 10176 51 0 0 25 0 1 0 243363960 432132096 104883 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134550872 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 105501 104883 310 324 0 104571 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 422004

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 8457
/proc/meminfo: memFree=1392904/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=461192 CPUtime=162.25
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 115935 0 0 0 16167 58 0 0 25 0 1 0 243363960 472260608 114671 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134550804 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 115298 114671 310 324 0 114368 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 461192

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 8457
/proc/meminfo: memFree=1232264/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=619940 CPUtime=222.24
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 155640 0 0 0 22147 77 0 0 25 0 1 0 243363960 634818560 154376 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134551179 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 154985 154376 310 324 0 154055 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 619940

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 8459
/proc/meminfo: memFree=1210824/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=640984 CPUtime=282.22
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 160936 0 0 0 28141 81 0 0 25 0 1 0 243363960 656367616 159619 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134550878 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 160246 159619 310 324 0 159316 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 640984

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 8459
/proc/meminfo: memFree=1210824/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=640984 CPUtime=342.2
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 160936 0 0 0 34139 81 0 0 25 0 1 0 243363960 656367616 159619 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134550820 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 160246 159619 310 324 0 159316 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 640984

[startup+402.301 s]
/proc/loadavg: 1.04 1.01 0.96 2/78 8459
/proc/meminfo: memFree=1210888/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=640984 CPUtime=402.2
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 160936 0 0 0 40138 82 0 0 25 0 1 0 243363960 656367616 159619 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134550872 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 160246 159619 310 324 0 159316 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 640984

[startup+462.302 s]
/proc/loadavg: 1.01 1.01 0.96 2/78 8459
/proc/meminfo: memFree=1211016/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=640984 CPUtime=462.18
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 160936 0 0 0 46136 82 0 0 25 0 1 0 243363960 656367616 159619 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134550878 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 160246 159619 310 324 0 159316 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 640984

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 8459
/proc/meminfo: memFree=1211080/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=640984 CPUtime=522.17
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 160936 0 0 0 52134 83 0 0 25 0 1 0 243363960 656367616 159619 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 4160091748 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 160246 159619 310 324 0 159316 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 640984

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 8459
/proc/meminfo: memFree=1197192/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=656028 CPUtime=582.15
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 164689 0 0 0 58130 85 0 0 25 0 1 0 243363960 671772672 163372 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 4160091748 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 164007 163372 310 324 0 163077 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 656028

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 8459
/proc/meminfo: memFree=1094024/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=757860 CPUtime=642.13
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 190169 0 0 0 64116 97 0 0 25 0 1 0 243363960 776048640 188852 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134551093 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 189465 188852 310 324 0 188535 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 757860


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

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 8459
/proc/meminfo: memFree=1081416/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=770232 CPUtime=882.08
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 193318 0 0 0 88107 101 0 0 25 0 1 0 243363960 788717568 191937 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134550916 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 192558 191937 310 324 0 191628 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 770232

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 8459
/proc/meminfo: memFree=1081416/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=770232 CPUtime=942.06
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 193318 0 0 0 94105 101 0 0 25 0 1 0 243363960 788717568 191937 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134551084 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 192558 191937 310 324 0 191628 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 770232

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 8459
/proc/meminfo: memFree=1081608/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=770232 CPUtime=1002.05
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 193318 0 0 0 100104 101 0 0 25 0 1 0 243363960 788717568 191937 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134572383 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 192558 191937 310 324 0 191628 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 770232

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 8459
/proc/meminfo: memFree=1081608/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=770232 CPUtime=1062.04
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 193318 0 0 0 106102 102 0 0 25 0 1 0 243363960 788717568 191937 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134550872 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 192558 191937 310 324 0 191628 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 770232

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 8459
/proc/meminfo: memFree=1081608/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=770232 CPUtime=1122.02
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 193318 0 0 0 112100 102 0 0 25 0 1 0 243363960 788717568 191937 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134550866 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 192558 191937 310 324 0 191628 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 770232

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 8459
/proc/meminfo: memFree=1081544/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=770232 CPUtime=1182
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 193318 0 0 0 118098 102 0 0 25 0 1 0 243363960 788717568 191937 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134551646 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 192558 191937 310 324 0 191628 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 770232

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 8459
/proc/meminfo: memFree=1036744/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=815780 CPUtime=1241.99
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 204702 0 0 0 124089 110 0 0 25 0 1 0 243363960 835358720 203321 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134550893 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 203945 203321 310 324 0 203015 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 815780

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 8459
/proc/meminfo: memFree=1006984/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=844368 CPUtime=1301.98
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 211934 0 0 0 130085 113 0 0 25 0 1 0 243363960 864632832 210482 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134546121 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 211092 210482 310 324 0 210162 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 844368

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 8459
/proc/meminfo: memFree=1006984/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=844368 CPUtime=1361.96
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 211934 0 0 0 136082 114 0 0 25 0 1 0 243363960 864632832 210482 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134550804 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 211092 210482 310 324 0 210162 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 844368

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 8459
/proc/meminfo: memFree=1006984/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=844368 CPUtime=1421.95
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 211934 0 0 0 142081 114 0 0 25 0 1 0 243363960 864632832 210482 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134551321 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 211092 210482 310 324 0 210162 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 844368

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 8459
/proc/meminfo: memFree=1006984/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=844368 CPUtime=1481.94
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 211934 0 0 0 148079 115 0 0 25 0 1 0 243363960 864632832 210482 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134550893 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 211092 210482 310 324 0 210162 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 844368

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 8459
/proc/meminfo: memFree=1006984/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=844368 CPUtime=1541.92
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 211934 0 0 0 154077 115 0 0 25 0 1 0 243363960 864632832 210482 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134550804 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 211092 210482 310 324 0 210162 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 844368

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/84 8581
/proc/meminfo: memFree=1005768/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=844368 CPUtime=1601.85
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 211934 0 0 0 160069 116 0 0 25 0 1 0 243363960 864632832 210482 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134550779 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 211092 210482 310 324 0 210162 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 844368

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 8657
/proc/meminfo: memFree=1006920/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=844368 CPUtime=1661.79
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 211934 0 0 0 166063 116 0 0 25 0 1 0 243363960 864632832 210482 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134550893 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 211092 210482 310 324 0 210162 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 844368

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 8657
/proc/meminfo: memFree=1007048/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=844368 CPUtime=1721.78
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 211934 0 0 0 172061 117 0 0 25 0 1 0 243363960 864632832 210482 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134573354 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 211092 210482 310 324 0 210162 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 844368

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 8657
/proc/meminfo: memFree=1006984/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=844368 CPUtime=1781.76
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 211934 0 0 0 178059 117 0 0 25 0 1 0 243363960 864632832 210482 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134551098 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 211092 210482 310 324 0 210162 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 844368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 8657
/proc/meminfo: memFree=1006984/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=844368 CPUtime=1800.06
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194304 211934 0 0 0 179889 117 0 0 25 0 1 0 243363960 864632832 210482 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134550872 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 211092 210482 310 324 0 210162 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 844368

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

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

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 8657
/proc/meminfo: memFree=1006984/2055920 swapFree=4146640/4192956
[pid=8456] ppid=8454 vsize=0 CPUtime=1800.16
/proc/8456/stat : 8456 (bsolo3.0.17) R 8454 8456 7306 0 -1 4194308 211938 0 0 0 179889 127 0 0 25 0 1 0 243363960 0 0 18446744073709551615 0 0 0 0 0 0 16384 4096 16384 0 0 0 17 1 0 0
/proc/8456/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 15
Real time (s): 1800.74
CPU time (s): 1800.21
CPU user time (s): 1798.9
CPU system time (s): 1.3108
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (KiB): 844652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.9
system time used= 1.3108
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211938
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= 12
involuntary context switches= 36760

runsolver used 1.3198 second user time and 3.98939 second system time

The end

Launcher Data (download as text)

Begin job on node29 on Mon Apr 30 17:34:42 UTC 2007

IDJOB= 433101
IDBENCH= 2253
IDSOLVER= 199
FILE ID= node29/433101-1177954482

PBS_JOBID= 4727676

Free space on /tmp= 66557 MiB

SOLVER NAME= bsolo 3.0.17
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-4.opb
COMMAND LINE= bsolo3.0.17 -m1800 /tmp/evaluation/433101-1177954482/instance-433101-1177954482.opb            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-433101-1177954482 -o ROOT/results/node29/solver-433101-1177954482 -C 1800 -W 3600 -M 1800 --output-limit 1,15  bsolo3.0.17 -m1800 /tmp/evaluation/433101-1177954482/instance-433101-1177954482.opb            

META MD5SUM SOLVER= c9b15312c639dd71a11a1e3ca1b27020
MD5SUM BENCH=  e1b2be59a127acc8d929395698929541

RANDOM SEED= 411008938

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node29.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.224
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.224
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:       1850216 kB
Buffers:         34104 kB
Cached:          82888 kB
SwapCached:      11188 kB
Active:          63360 kB
Inactive:        77712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1850216 kB
SwapTotal:     4192956 kB
SwapFree:      4146640 kB
Dirty:            7948 kB
Writeback:           0 kB
Mapped:          30968 kB
Slab:            50048 kB
Committed_AS:  2844000 kB
PageTables:       1876 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= 66557 MiB

End job on node29 on Mon Apr 30 18:04:45 UTC 2007