Trace number 1735395

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 NameAnswerCPU timeWall clock time
MXC 2009-03-10SAT 1049.92 1050.26

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v945c61409gyes9.cnf
MD5SUM5b3cb365e0da247dad8c75295d40c6a5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark23.4134
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

140.44/140.50	c starting MXC with:
140.44/140.50	c cnf_path = HOME/instance-1735395-1240801899.cnf
140.44/140.50	c restart_strategy = auto
140.44/140.50	c sign_strategy = cached
140.44/140.50	c use_preprocessing = -1
140.44/140.50	c output_implicant = 1
140.44/140.50	c timeout_seconds = 0
140.44/140.50	c running SatELite... done
140.44/140.50	c 46 vars eliminated
140.44/140.50	c received 0 units and 57171 clauses from SatELite
140.44/140.50	c 45 assignments made, starting to guess now
140.44/140.50	c ===================================[MXC]=====================================
140.44/140.50	c | Conflicts |                Clause Statistics                   |   Vars   |
140.44/140.50	c |           |    CARD     BIN      O3+      L3+   L3+Lim  Lit/CL |          |
140.44/140.50	c =============================================================================
140.44/140.50	c |         0 |       0   53328     3843        0        0     nan |      945 |
140.44/140.50	c |       100 |       0   53328     3843      100     1050   135.9 |      900 |
140.44/140.50	c |       210 |       0   53328     3843      210     1105   101.1 |      900 |
140.44/140.50	c |       441 |       0   53328     3843      441     1220    80.4 |      900 |
140.44/140.50	c |       805 |       0   53328     3843      805     1402    68.5 |      900 |
140.44/140.50	c |      1315 |       0   53328     3843     1315     1657    60.3 |      900 |
140.44/140.50	c |      1986 |       0   53328     3843     1986     1993    56.3 |      900 |
140.44/140.50	c |      2834 |       0   53329     3843     1833     2417    46.5 |      900 |
140.44/140.50	c |      3876 |       0   53330     3843     2874     2938    45.8 |      900 |
140.44/140.50	c |      5132 |       0   53330     3843     2629     3566    42.7 |      900 |
140.44/140.50	c |      6623 |       0   53330     3843     4120     4311    44.1 |      900 |
140.44/140.50	c |      8373 |       0   53330     3843     3618     5186    45.7 |      900 |
140.44/140.50	c |     10408 |       0   53330     3843     5653     6204    46.3 |      900 |
140.44/140.50	c |     12756 |       0   53330     3843     4623     7378    43.5 |      900 |
140.44/140.50	c |     15449 |       0   53331     3843     7315     8724    44.1 |      900 |
140.44/140.50	c |     18521 |       0   53331     3843     5320    10260    40.6 |      900 |
140.44/140.50	c |     22010 |       0   53332     3843     8808    12005    39.4 |      900 |
140.44/140.50	c |     25958 |       0   53332     3843    12756    13979    40.1 |      900 |
140.44/140.50	c |     30411 |       0   53332     3843     9608    16205    41.6 |      900 |
140.44/140.50	c |     35419 |       0   53332     3843    14616    18709    40.4 |      900 |
140.44/140.50	c |     41038 |       0   53332     3843    20235    21519    39.1 |      900 |
140.44/140.50	c |     47329 |       0   53335     3843    15120    24664    36.1 |      900 |
140.44/140.50	c |     54360 |       0   53336     3843    22150    28180    35.3 |      900 |
140.44/140.50	c |     62205 |       0   53337     3843    29994    32102    35.8 |      900 |
140.44/140.50	c |     70945 |       0   53338     3843    21629    36472    37.9 |      900 |
140.44/140.50	c |     80669 |       0   53338     3843    31353    41334    39.8 |      900 |
140.44/140.50	c |     91476 |       0   53338     3843    42160    46738    41.7 |      900 |
140.44/140.50	c |    103474 |       0   53338     3843    28501    52239    39.9 |      900 |
140.44/140.50	c |    116782 |       0   53338     3843    41809    53743    40.1 |      900 |
140.44/140.50	c |    131532 |       0   53338     3843    28998    55265    36.8 |      900 |
140.44/140.50	c |    147868 |       0   53338     3843    45334    56804    39.8 |      900 |
140.44/140.50	c |    165948 |       0   53340     3843    34460    58365    37.6 |      900 |
140.44/140.50	c |    185947 |       0   53342     3843    54457    59947    39.6 |      900 |
140.44/140.50	c |    208057 |       0   53183     3835    23079    61554    40.8 |      899 |
140.44/140.50	c |    232489 |       0   53184     3835    47510    63008    41.8 |      899 |
140.44/140.50	c |    259475 |       0   53184     3835    42480    64654    43.2 |      899 |
140.44/140.50	c |    289271 |       0   53185     3835    39282    66327    48.2 |      899 |
140.44/140.50	c |    322158 |       0   53186     3835    38263    68027    43.8 |      899 |
140.44/140.50	c |    358445 |       0   53186     3835    39788    69755    43.4 |      899 |
140.44/140.50	c |    398472 |       0   53187     3835    44243    71512    42.5 |      899 |
140.44/140.50	c |    442613 |       0   53187     3835    52044    73299    48.6 |      899 |
140.44/140.50	c |    491279 |       0   53190     3835    63635    75121    42.9 |      899 |
140.44/140.50	c |    544923 |       0   53017     3826    21916    76978    44.6 |      898 |
1049.85/1050.25	c |    604043 |       0   53017     3826    41760    78627    47.2 |      898 |
1049.85/1050.25	c |    669187 |       0   53022     3826    67019    80547    48.0 |      898 |
1049.85/1050.25	c |    740957 |       0   53024     3826    57281    82501    45.4 |      898 |
1049.85/1050.25	c |    820016 |       0   52857     3818    40611    84507    48.8 |      897 |
1049.85/1050.25	c |    907092 |       0   52858     3818    85029    86279    53.1 |      897 |
1049.85/1050.25	c |   1002987 |       0   52859     3818    50023    88342    46.1 |      897 |
1049.85/1050.25	c |   1108583 |       0   52860     3818    66031    90446    48.3 |      897 |
1049.85/1050.25	c |   1224850 |       0   52863     3818    90943    92595    55.4 |      897 |
1049.85/1050.25	c |   1352856 |       0   52864     3818    78786    94785    50.5 |      897 |
1049.85/1050.25	c |   1493774 |       0   52730     3811    60127    97032    44.6 |      896 |
1049.85/1050.25	c |   1648896 |       0   52733     3811    68117    99074    47.9 |      896 |
1049.85/1050.25	c |   1819642 |       0   52740     3811    88546   101404    51.6 |      896 |
1049.85/1050.25	c |   2007575 |       0   52743     3811    71359   103778    49.5 |      896 |
1049.85/1050.25	c |   2214413 |       0   52585     3803    50954   106212    48.4 |      895 |
1049.85/1050.25	c |   2442047 |       0   52586     3803    63773   108378    49.9 |      895 |
1049.85/1050.25	c |   2692557 |       0   52588     3803    94919   110898    50.5 |      895 |
1049.85/1050.25	c |   2968230 |       0   52458     3796    79094   113493    46.0 |      894 |
1049.85/1050.25	c |   3271583 |       0   52468     3796    96114   115846    48.3 |      894 |
1049.85/1050.25	c |   3371222 |       0   52474     3796    79495   116675    48.3 |      894 |
1049.85/1050.25	c ----- stats for thread 0 -----
1049.85/1050.25	c restarts: 1818
1049.85/1050.25	c decisions: 4501565
1049.85/1050.25	c propagations: 354860235
1049.85/1050.25	c conflicts: 3371222
1049.85/1050.25	c 1050.251s elapsed
1049.85/1050.25	s SATISFIABLE
1049.85/1050.25	v -1 -2 -3 -4 -5 -6 -7 -8 -9 -10 -11 -12 -13 -14 -15 -16 -17 -18 19 -20 -21 -22 -23 -24 -25 -26 -27 -28 -29 -30 -31 -32 -33 -34 -35 -36 -37 -38 -39 -40 41 -42 -43 -44 -45 -46 -47 -48 -49 -50 -51 -52 -53 -54 -55 -56 -57 -58 59 -60 -61 -62 -63 -64 -65 -66 -67 -68 -69 -70 -71 -72 -73 -74 -75 -76 -77 -78 -79 -80 -81 82 -83 -84 -85 -86 -87 -88 -89 -90 -91 -92 -93 -94 -95 -96 97 -98 -99 -100 -101 -102 -103 -104 -105 -106 -107 -108 -109 -110 -111 -112 113 -114 -115 -116 -117 -118 -119 -120 -121 -122 -123 -124 -125 -126 -127 -128 -129 -130 -131 -132 -133 134 -135 -136 -137 -138 -139 -140 -141 -142 -143 -144 -145 -146 -147 -148 -149 -150 -151 -152 -153 -154 -155 -156 -157 158 -159 -160 -161 -162 -163 -164 -165 -166 -167 -168 -169 -170 -171 -172 -173 -174 -175 -176 -177 -178 -179 -180 -181 -182 183 -184 -185 -186 -187 -188 -189 -190 -191 -192 -193 -194 -195 -196 197 -198 -199 -200 -201 -202 -203 -204 -205 -206 -207 -208 -209 -210 -211 -212 -213 -214 -215 -216 -217 -218 -219 -220 -221 -222 -223 -224 -225 -226 -227 -228 -229 230 -231 -232 -233 -234 -235 -236 -237 238 -239 -240 -241 -242 -243 -244 -245 -246 -247 -248 -249 -250 -251 -252 -253 -254 -255 -256 -257 -258 -259 -260 -261 -262 -263 -264 265 -266 -267 -268 -269 -270 -271 -272 -273 -274 -275 -276 -277 -278 -279 -280 -281 -282 -283 -284 -285 -286 -287 -288 -289 -290 -291 -292 293 -294 -295 -296 -297 -298 -299 -300 -301 -302 -303 -304 -305 -306 -307 -308 -309 -310 311 -312 -313 -314 -315 -316 -317 -318 -319 -320 321 -322 -323 -324 -325 -326 -327 -328 -329 -330 -331 -332 -333 -334 -335 -336 -337 -338 -339 -340 -341 -342 -343 -344 -345 -346 -347 -348 -349 -350 -351 -352 -353 -354 -355 -356 357 -358 -359 -360 -361 -362 -363 -364 -365 -366 -367 -368 -369 -370 -371 -372 -373 374 -375 -376 -377 -378 -379 -380 -381 -382 -383 -384 -385 -386 -387 -388 -389 390 -391 -392 -393 -394 -395 -396 -397 -398 -399 -400 -401 -402 -403 -404 -405 -406 -407 -408 -409 -410 -411 -412 413 -414 -415 -416 -417 -418 -419 -420 -421 -422 -423 -424 -425 -426 -427 -428 -429 -430 -431 -432 -433 -434 -435 -436 -437 -438 -439 -440 441 -442 -443 444 -445 -446 -447 -448 -449 -450 -451 -452 -453 -454 -455 -456 -457 -458 -459 -460 -461 -462 -463 -464 -465 -466 -467 -468 -469 -470 -471 -472 -473 474 -475 -476 -477 -478 -479 -480 -481 -482 -483 -484 -485 486 -487 -488 -489 -490 -491 -492 -493 -494 -495 -496 -497 -498 -499 -500 -501 -502 -503 -504 -505 -506 -507 -508 -509 -510 -511 512 -513 -514 -515 -516 -517 -518 -519 -520 -521 -522 -523 -524 -525 -526 -527 -528 -529 -530 -531 -532 -533 -534 -535 -536 -537 -538 -539 -540 -541 542 -543 -544 -545 -546 -547 -548 -549 -550 -551 -552 -553 -554 -555 -556 -557 558 -559 -560 -561 -562 -563 -564 -565 -566 -567 -568 -569 -570 -571 -572 -573 -574 -575 -576 577 -578 -579 -580 -581 -582 -583 -584 -585 -586 -587 -588 -589 -590 -591 -592 -593 -594 -595 -596 -597 -598 -599 -600 -601 -602 -603 -604 605 -606 -607 -608 -609 -610 -611 -612 -613 -614 -615 -616 617 -618 -619 -620 -621 -622 -623 -624 -625 -626 -627 -628 -629 -630 -631 -632 -633 -634 635 -636 -637 -638 -639 -640 -641 -642 -643 -644 -645 -646 -647 -648 -649 -650 -651 -652 -653 -654 -655 -656 -657 -658 -659 -660 -661 -662 -663 -664 665 -666 -667 -668 -669 -670 -671 -672 673 -674 -675 -676 -677 -678 -679 -680 -681 -682 -683 -684 -685 -686 -687 -688 -689 -690 -691 -692 -693 -694 -695 -696 -697 -698 -699 -700 -701 702 -703 -704 -705 -706 -707 -708 -709 -710 -711 -712 -713 -714 -715 -716 -717 -718 -719 -720 -721 -722 723 -724 -725 -726 -727 -728 -729 -730 -731 -732 -733 -734 -735 -736 -737 -738 739 -740 -741 -742 -743 -744 -745 -746 -747 -748 -749 -750 -751 -752 -753 -754 -755 -756 -757 -758 -759 -760 -761 -762 -763 -764 -765 -766 -767 768 -769 -770 -771 -772 -773 -774 -775 -776 -777 -778 -779 -780 -781 -782 -783 -784 785 -786 -787 -788 -789 -790 -791 -792 -793 -794 -795 -796 -797 -798 -799 -800 -801 -802 -803 -804 -805 -806 -807 -808 -809 -810 -811 -812 -813 814 -815 -816 -817 -818 -819 -820 -821 -822 -823 -824 -825 -826 -827 -828 -829 -830 -831 -832 -833 -834 835 -836 -837 -838 -839 -840 -841 842 -843 -844 -845 -846 -847 -848 -849 -850 -851 -852 -853 -854 -855 -856 -857 -858 -859 -860 -861 -862 -863 -864 -865 -866 -867 -868 869 -870 -871 -872 -873 -874 -875 -876 -877 -878 -879 -880 -881 -882 -883 -884 -885 -886 -887 -888 -889 -890 -891 -892 -893 -894 -895 -896 -897 -898 -899 -900 901 -902 -903 -904 -905 -906 -907 -908 -909 -910 -911 -912 -913 -914 -915 -916 -917 -918 -919 -920 -921 -922 923 -924 -925 -926 -927 -928 -929 -930 -931 -932 -933 934 -935 -936 -937 -938 -939 -940 -941 -942 -943 -944 -945 0

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1735395-1240801899/watcher-1735395-1240801899 -o /tmp/evaluation-result-1735395-1240801899/solver-1735395-1240801899 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/mxc-sat09 -i HOME/instance-1735395-1240801899.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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.99 0.98 1.00 3/64 3551
/proc/meminfo: memFree=1610552/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=1968 CPUtime=0
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 108218285 2015232 345 1992294400 134512640 135192793 4294956208 18446744073709551615 134766703 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 492 347 54 166 0 323 0

[startup+0.0381371 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 3551
/proc/meminfo: memFree=1610552/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=4888 CPUtime=0.02
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 1093 0 0 0 2 0 0 0 18 0 1 0 108218285 5005312 901 1992294400 134512640 135192793 4294956208 18446744073709551615 134783889 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 1222 901 54 166 0 1053 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4888

[startup+0.102131 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 3551
/proc/meminfo: memFree=1610552/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=4176 CPUtime=0.09
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 1095 0 0 0 9 0 0 0 18 0 1 0 108218285 4276224 903 1992294400 134512640 135192793 4294956208 18446744073709551615 134567872 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 1044 903 56 166 0 875 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4176

[startup+0.30116 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 3551
/proc/meminfo: memFree=1610552/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=5520 CPUtime=0.29
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 1389 0 0 0 29 0 0 0 19 0 1 0 108218285 5652480 1197 1992294400 134512640 135192793 4294956208 18446744073709551615 134568024 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 1380 1197 56 166 0 1211 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5520

[startup+0.701218 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 3551
/proc/meminfo: memFree=1610552/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=5788 CPUtime=0.69
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 1411 0 0 0 69 0 0 0 22 0 1 0 108218285 5926912 1219 1992294400 134512640 135192793 4294956208 18446744073709551615 134568024 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 1447 1219 56 166 0 1278 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5788

[startup+1.50134 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 3552
/proc/meminfo: memFree=1605232/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=7084 CPUtime=1.49
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 1952 0 0 0 148 1 0 0 25 0 1 0 108218285 7254016 1616 1992294400 134512640 135192793 4294956208 18446744073709551615 134551525 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 1771 1616 73 166 0 1602 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7084

[startup+3.10157 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 3552
/proc/meminfo: memFree=1603440/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=9356 CPUtime=3.09
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 2534 0 0 0 308 1 0 0 25 0 1 0 108218285 9580544 2198 1992294400 134512640 135192793 4294956208 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 2339 2198 73 166 0 2170 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9356

[startup+6.30104 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 3552
/proc/meminfo: memFree=1598576/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=12668 CPUtime=6.29
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 3338 0 0 0 627 2 0 0 25 0 1 0 108218285 12972032 3002 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 3167 3002 73 166 0 2998 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12668

[startup+12.702 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 3552
/proc/meminfo: memFree=1594160/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=18280 CPUtime=12.68
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 4689 0 0 0 1266 2 0 0 25 0 1 0 108218285 18718720 4353 1992294400 134512640 135192793 4294956208 18446744073709551615 134533920 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 4570 4353 73 166 0 4401 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18280

[startup+25.5029 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 3552
/proc/meminfo: memFree=1587504/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=24244 CPUtime=25.48
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 6089 0 0 0 2545 3 0 0 25 0 1 0 108218285 24825856 5753 1992294400 134512640 135192793 4294956208 18446744073709551615 134533888 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 6061 5753 73 166 0 5892 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 24244

[startup+51.1016 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 3552
/proc/meminfo: memFree=1585008/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=27132 CPUtime=51.07
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 6712 0 0 0 5103 4 0 0 25 0 1 0 108218285 27783168 6376 1992294400 134512640 135192793 4294956208 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 6783 6376 73 166 0 6614 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 27132

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 3552
/proc/meminfo: memFree=1576688/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=36100 CPUtime=102.26
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 8783 0 0 0 10220 6 0 0 25 0 1 0 108218285 36966400 8447 1992294400 134512640 135192793 4294956208 18446744073709551615 134533294 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 9025 8447 73 166 0 8856 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 36100

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 3552
/proc/meminfo: memFree=1571568/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=41928 CPUtime=162.24
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 10082 0 0 0 16217 7 0 0 25 0 1 0 108218285 42934272 9746 1992294400 134512640 135192793 4294956208 18446744073709551615 134549763 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 10482 9746 73 166 0 10313 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 41928

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 3552
/proc/meminfo: memFree=1567280/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=46612 CPUtime=222.22
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 11106 0 0 0 22214 8 0 0 25 0 1 0 108218285 47730688 10770 1992294400 134512640 135192793 4294956208 18446744073709551615 134533892 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 11653 10770 73 166 0 11484 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 46612

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 3552
/proc/meminfo: memFree=1564400/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=50072 CPUtime=282.2
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 11815 0 0 0 28212 8 0 0 25 0 1 0 108218285 51273728 11479 1992294400 134512640 135192793 4294956208 18446744073709551615 134550647 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 12518 11479 73 166 0 12349 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 50072

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 3552
/proc/meminfo: memFree=1560688/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=53820 CPUtime=342.18
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 12720 0 0 0 34209 9 0 0 25 0 1 0 108218285 55111680 12384 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 13455 12384 73 166 0 13286 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 53820

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 3552
/proc/meminfo: memFree=1559024/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=55680 CPUtime=402.16
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 13129 0 0 0 40207 9 0 0 25 0 1 0 108218285 57016320 12793 1992294400 134512640 135192793 4294956208 18446744073709551615 134549763 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 13920 12793 73 166 0 13751 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 55680

[startup+462.302 s]
/proc/loadavg: 1.04 1.00 1.00 2/65 3552
/proc/meminfo: memFree=1558512/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=56268 CPUtime=462.14
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 13249 0 0 0 46205 9 0 0 25 0 1 0 108218285 57618432 12913 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 14067 12913 73 166 0 13898 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 56268

[startup+522.302 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 3552
/proc/meminfo: memFree=1556784/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=58276 CPUtime=522.12
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 13708 0 0 0 52202 10 0 0 25 0 1 0 108218285 59674624 13372 1992294400 134512640 135192793 4294956208 18446744073709551615 134534267 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 14569 13372 73 166 0 14400 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 58276

[startup+582.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 3552
/proc/meminfo: memFree=1554608/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=60380 CPUtime=582.1
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 14218 0 0 0 58200 10 0 0 25 0 1 0 108218285 61829120 13882 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 15095 13882 73 166 0 14926 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 60380

[startup+642.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 3552
/proc/meminfo: memFree=1553840/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=61224 CPUtime=642.09
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 14408 0 0 0 64198 11 0 0 25 0 1 0 108218285 62693376 14072 1992294400 134512640 135192793 4294956208 18446744073709551615 134533842 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 15306 14072 73 166 0 15137 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 61224

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3552
/proc/meminfo: memFree=1552368/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=62828 CPUtime=702.06
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 14769 0 0 0 70195 11 0 0 25 0 1 0 108218285 64335872 14433 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 15707 14433 73 166 0 15538 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 62828

[startup+762.304 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3552
/proc/meminfo: memFree=1550384/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=65236 CPUtime=762.04
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 15275 0 0 0 76193 11 0 0 25 0 1 0 108218285 66801664 14939 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 16309 14939 73 166 0 16140 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 65236

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3552
/proc/meminfo: memFree=1548400/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=67228 CPUtime=822.02
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 15757 0 0 0 82190 12 0 0 25 0 1 0 108218285 68841472 15421 1992294400 134512640 135192793 4294956208 18446744073709551615 134533888 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 16807 15421 73 166 0 16638 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 67228

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3552
/proc/meminfo: memFree=1547888/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=67744 CPUtime=882
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 15896 0 0 0 88188 12 0 0 25 0 1 0 108218285 69369856 15560 1992294400 134512640 135192793 4294956208 18446744073709551615 134534215 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 16936 15560 73 166 0 16767 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 67744

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3552
/proc/meminfo: memFree=1546928/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=68964 CPUtime=941.98
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 16123 0 0 0 94186 12 0 0 25 0 1 0 108218285 70619136 15787 1992294400 134512640 135192793 4294956208 18446744073709551615 134533920 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 17241 15787 73 166 0 17072 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 68964

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3552
/proc/meminfo: memFree=1546352/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=69420 CPUtime=1001.96
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 16251 0 0 0 100184 12 0 0 25 0 1 0 108218285 71086080 15915 1992294400 134512640 135192793 4294956208 18446744073709551615 134533236 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 17355 15915 73 166 0 17186 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 69420

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

[startup+1023.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3552
/proc/meminfo: memFree=1545712/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=70320 CPUtime=1023.55
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 16426 0 0 0 102343 12 0 0 25 0 1 0 108218285 72007680 16090 1992294400 134512640 135192793 4294956208 18446744073709551615 134533920 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 17580 16090 73 166 0 17411 0
Current children cumulated CPU time (s) 1023.55
Current children cumulated vsize (KiB) 70320

[startup+1036.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3552
/proc/meminfo: memFree=1545712/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=70320 CPUtime=1036.35
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 16427 0 0 0 103623 12 0 0 25 0 1 0 108218285 72007680 16091 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 17580 16091 73 166 0 17411 0
Current children cumulated CPU time (s) 1036.35
Current children cumulated vsize (KiB) 70320

[startup+1043.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3552
/proc/meminfo: memFree=1545648/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=70320 CPUtime=1042.75
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 16434 0 0 0 104263 12 0 0 25 0 1 0 108218285 72007680 16098 1992294400 134512640 135192793 4294956208 18446744073709551615 134533824 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 17580 16098 73 166 0 17411 0
Current children cumulated CPU time (s) 1042.75
Current children cumulated vsize (KiB) 70320

[startup+1046.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3552
/proc/meminfo: memFree=1545648/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=70320 CPUtime=1045.95
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 16434 0 0 0 104583 12 0 0 25 0 1 0 108218285 72007680 16098 1992294400 134512640 135192793 4294956208 18446744073709551615 134533909 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 17580 16098 73 166 0 17411 0
Current children cumulated CPU time (s) 1045.95
Current children cumulated vsize (KiB) 70320

[startup+1047.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3552
/proc/meminfo: memFree=1545648/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=70320 CPUtime=1047.55
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 16434 0 0 0 104743 12 0 0 25 0 1 0 108218285 72007680 16098 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 17580 16098 73 166 0 17411 0
Current children cumulated CPU time (s) 1047.55
Current children cumulated vsize (KiB) 70320

[startup+1049.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3552
/proc/meminfo: memFree=1545648/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=70320 CPUtime=1049.15
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 16434 0 0 0 104903 12 0 0 25 0 1 0 108218285 72007680 16098 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 17580 16098 73 166 0 17411 0
Current children cumulated CPU time (s) 1049.15
Current children cumulated vsize (KiB) 70320

[startup+1049.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3552
/proc/meminfo: memFree=1545648/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=70320 CPUtime=1049.55
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 16434 0 0 0 104943 12 0 0 25 0 1 0 108218285 72007680 16098 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 17580 16098 73 166 0 17411 0
Current children cumulated CPU time (s) 1049.55
Current children cumulated vsize (KiB) 70320

[startup+1050.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3552
/proc/meminfo: memFree=1545648/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=70320 CPUtime=1049.75
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 16434 0 0 0 104963 12 0 0 25 0 1 0 108218285 72007680 16098 1992294400 134512640 135192793 4294956208 18446744073709551615 134533287 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 17580 16098 73 166 0 17411 0
Current children cumulated CPU time (s) 1049.75
Current children cumulated vsize (KiB) 70320

[startup+1050.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3552
/proc/meminfo: memFree=1545648/2055920 swapFree=4181440/4192956
[pid=3551] ppid=3549 vsize=70320 CPUtime=1049.85
/proc/3551/stat : 3551 (mxc-sat09) R 3549 3551 2761 0 -1 4194304 16434 0 0 0 104973 12 0 0 25 0 1 0 108218285 72007680 16098 1992294400 134512640 135192793 4294956208 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/3551/statm: 17580 16098 73 166 0 17411 0
Current children cumulated CPU time (s) 1049.85
Current children cumulated vsize (KiB) 70320

Child status: 10
Real time (s): 1050.26
CPU time (s): 1049.92
CPU user time (s): 1049.78
CPU system time (s): 0.138978
CPU usage (%): 99.9674
Max. virtual memory (cumulated for all children) (KiB): 70320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1049.78
system time used= 0.138978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16437
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= 4
involuntary context switches= 2403

runsolver used 0.841872 second user time and 2.06169 second system time

The end

Launcher Data

Begin job on node39 at 2009-04-27 05:11:39
IDJOB=1735395
IDBENCH=71418
IDSOLVER=504
FILE ID=node39/1735395-1240801899
PBS_JOBID= 9187360
Free space on /tmp= 66344 MiB

SOLVER NAME= MXC 2009-03-10
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v945c61409gyes9.cnf
COMMAND LINE= HOME/mxc-sat09 -i BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1735395-1240801899/watcher-1735395-1240801899 -o /tmp/evaluation-result-1735395-1240801899/solver-1735395-1240801899 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/mxc-sat09 -i HOME/instance-1735395-1240801899.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 5b3cb365e0da247dad8c75295d40c6a5
RANDOM SEED=1647145838

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

/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.281
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.281
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:       1610968 kB
Buffers:         59140 kB
Cached:         327848 kB
SwapCached:       6324 kB
Active:         205364 kB
Inactive:       190516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1610968 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:            1396 kB
Writeback:           0 kB
Mapped:          13620 kB
Slab:            35044 kB
Committed_AS:   510564 kB
PageTables:       1380 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= 66344 MiB
End job on node39 at 2009-04-27 05:29:09