Trace number 1783769

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-10UNSAT 4440.42 4441.61

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-b-fclqcolor-10-07-09.sat05-1282.reshuffled-07.cnf
MD5SUM9f209556efd81ba93e992e22316c3ed8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark344.237
Satisfiable
(Un)Satisfiability was proved
Number of variables205
Number of clauses4549
Sum of the clauses size12775
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2975
Number of clauses of size 33555
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 519

Solver Data

23.39/23.42	c starting MXC with:
23.39/23.42	c cnf_path = HOME/instance-1783769-1241881955.cnf
23.39/23.42	c restart_strategy = auto
23.39/23.42	c sign_strategy = cached
23.39/23.42	c use_preprocessing = -1
23.39/23.42	c output_implicant = 1
23.39/23.42	c timeout_seconds = 0
23.39/23.42	c running SatELite... done
23.39/23.42	c 20 vars eliminated
23.39/23.42	c received 0 units and 4389 clauses from SatELite
23.39/23.42	c 19 assignments made, starting to guess now
23.39/23.42	c ===================================[MXC]=====================================
23.39/23.42	c | Conflicts |                Clause Statistics                   |   Vars   |
23.39/23.42	c |           |    CARD     BIN      O3+      L3+   L3+Lim  Lit/CL |          |
23.39/23.42	c =============================================================================
23.39/23.42	c |         0 |       0     764     3625        0        0     nan |      205 |
23.39/23.42	c |       100 |       0     764     3625      100     1050    18.9 |      186 |
23.39/23.42	c |       210 |       0     764     3625      210     1105    27.3 |      186 |
23.39/23.42	c |       441 |       0     764     3625      441     1220    26.6 |      186 |
23.39/23.42	c |       805 |       0     764     3625      805     1402    25.8 |      186 |
23.39/23.42	c |      1315 |       0     764     3625     1315     1657    22.8 |      186 |
23.39/23.42	c |      1986 |       0     764     3625     1986     1993    22.4 |      186 |
23.39/23.42	c |      2834 |       0     764     3625     1834     2305    22.4 |      186 |
23.39/23.42	c |      3876 |       0     764     3625     1676     2471    25.4 |      186 |
23.39/23.42	c |      5132 |       0     764     3625     1636     2632    24.3 |      186 |
23.39/23.42	c |      6623 |       0     764     3625     1751     2789    25.2 |      186 |
23.39/23.42	c |      8373 |       0     764     3625     2056     2943    25.9 |      186 |
23.39/23.42	c |     10408 |       0     764     3625     2590     3094    37.1 |      186 |
23.39/23.42	c |     12756 |       0     764     3625     1756     3243    19.2 |      186 |
23.39/23.42	c |     15449 |       0     764     3625     2783     3390    18.3 |      186 |
23.39/23.42	c |     18521 |       0     764     3625     2393     3536    34.5 |      186 |
23.39/23.42	c |     22010 |       0     764     3625     2271     3681    34.7 |      186 |
23.39/23.42	c |     25958 |       0     764     3625     2454     3825    37.7 |      186 |
23.39/23.42	c |     30411 |       0     764     3625     3009     3969    26.0 |      186 |
23.39/23.42	c |     35419 |       0     764     3625     3991     4113    36.9 |      186 |
23.39/23.42	c |     41038 |       0     764     3625     3352     4257    20.6 |      186 |
23.39/23.42	c |     47329 |       0     764     3625     3149     4401    23.3 |      186 |
23.39/23.42	c |     54360 |       0     764     3625     3473     4547    36.6 |      186 |
23.39/23.42	c |     62205 |       0     764     3625     4400     4692    24.0 |      186 |
23.39/23.42	c |     70945 |       0     764     3625     3624     4839    28.1 |      186 |
23.39/23.42	c |     80669 |       0     764     3625     3522     4987    36.2 |      186 |
23.39/23.42	c |     91476 |       0     764     3625     4205     5137    24.8 |      186 |
23.39/23.42	c |    103474 |       0     764     3625     3164     5287    26.4 |      186 |
23.39/23.42	c |    116782 |       0     764     3625     3043     5439    29.4 |      186 |
23.39/23.42	c |    131532 |       0     764     3625     3988     5593    32.6 |      186 |
23.39/23.42	c |    147868 |       0     764     3625     3302     5749    22.3 |      186 |
23.39/23.42	c |    165948 |       0     764     3625     3877     5907    40.1 |      186 |
23.39/23.42	c |    185947 |       0     764     3625     5921     6067    29.3 |      186 |
23.39/23.42	c |    208057 |       0     764     3625     3438     6229    37.6 |      186 |
23.39/23.42	c |    232489 |       0     764     3625     5775     6394    34.5 |      186 |
23.39/23.42	c |    259475 |       0     764     3625     3607     6561    37.2 |      186 |
23.39/23.42	c |    289271 |       0     764     3625     3457     6731    34.3 |      186 |
23.39/23.42	c |    322158 |       0     764     3625     5653     6903    25.9 |      186 |
23.39/23.42	c |    358445 |       0     764     3625     7017     7078    22.8 |      186 |
23.39/23.42	c |    398472 |       0     764     3625     4045     7257    18.6 |      186 |
23.39/23.42	c |    442613 |       0     764     3625     4064     7438    22.9 |      186 |
23.39/23.42	c |    491279 |       0     765     3625     7546     7627    29.2 |      186 |
23.39/23.42	c |    544923 |       0     765     3625     7190     7815    40.2 |      186 |
4356.73/4357.90	c |    604043 |       0     765     3625     7011     8006    35.6 |      186 |
4356.73/4357.90	c |    669187 |       0     765     3625     7353     8201    33.6 |      186 |
4356.73/4357.90	c |    740957 |       0     765     3625     4406     8400    35.2 |      186 |
4356.73/4357.90	c |    820016 |       0     765     3625     6983     8602    31.1 |      186 |
4356.73/4357.90	c |    907092 |       0     765     3625     7110     8809    20.8 |      186 |
4356.73/4357.90	c |   1002987 |       0     766     3625     4930     9024    27.9 |      186 |
4356.73/4357.90	c |   1108583 |       0     766     3625     5466     9239    23.1 |      186 |
4356.73/4357.90	c |   1224850 |       0     766     3625     4832     9458    31.8 |      186 |
4356.73/4357.90	c |   1352856 |       0     767     3625     8399     9686    34.8 |      186 |
4356.73/4357.90	c |   1493774 |       0     767     3625     7213     9915    24.5 |      186 |
4356.73/4357.90	c |   1648896 |       0     767     3625     6839    10148    27.7 |      186 |
4356.73/4357.90	c |   1819642 |       0     767     3625     8193    10385    35.1 |      186 |
4356.73/4357.90	c |   2007575 |       0     767     3625     7010    10628    33.3 |      186 |
4356.73/4357.90	c |   2214413 |       0     767     3625     9612    10876    42.1 |      186 |
4356.73/4357.90	c |   2442047 |       0     768     3625     6137    11135    36.7 |      186 |
4356.73/4357.90	c |   2692557 |       0     768     3625     8814    11393    33.5 |      186 |
4356.73/4357.90	c |   2968230 |       0     769     3625     7842    11663    31.4 |      186 |
4356.73/4357.90	c |   3271583 |       0     769     3625    10342    11933    18.5 |      186 |
4356.73/4357.90	c |   3605384 |       0     770     3625    12181    12215    18.7 |      186 |
4356.73/4357.90	c |   3972677 |       0     773     3625     8638    12516    24.0 |      186 |
4356.73/4357.90	c |   4376812 |       0     773     3625     7637    12804    22.7 |      186 |
4356.73/4357.90	c |   4821473 |       0     774     3625    11863    13105    32.7 |      186 |
4356.73/4357.90	c |   5310713 |       0     774     3625    10678    13406    20.1 |      186 |
4356.73/4357.90	c |   5848990 |       0     774     3625    13415    13714    23.9 |      186 |
4356.73/4357.90	c |   6441207 |       0     774     3625     9194    14028    24.0 |      186 |
4356.73/4357.90	c |   7092758 |       0     775     3625     7751    14357    21.1 |      186 |
4356.73/4357.90	c |   7809577 |       0     776     3625    12870    14693    25.0 |      186 |
4356.73/4357.90	c |   8598191 |       0     776     3625    13935    15029    28.4 |      186 |
4356.73/4357.90	c |   9465779 |       0     776     3625    15208    15373    21.4 |      186 |
4356.73/4357.90	c |  10420239 |       0     780     3625    12668    15755    34.0 |      186 |
4356.73/4357.90	c |  11470258 |       0     783     3625    10070    16139    23.3 |      186 |
4356.73/4357.90	c |  12625392 |       0     783     3625    14442    16507    34.7 |      186 |
4356.73/4357.90	c |  13896152 |       0     786     3625    15532    16909    22.2 |      186 |
4356.73/4357.90	c |  15294101 |       0     788     3625    10482    17312    20.6 |      186 |
4356.73/4357.90	c |  16831958 |       0     788     3625    16368    17706    36.0 |      186 |
4356.73/4357.90	c |  18523714 |       0     790     3625    14580    18127    25.7 |      186 |
4356.73/4357.90	c |  20384759 |       0     791     3625    14730    18549    31.6 |      186 |
4356.73/4357.90	c |  22432022 |       0     795     3625    15238    19009    21.1 |      186 |
4356.73/4357.90	c |  24684125 |       0     803     3625    14166    19518    20.4 |      186 |
4356.73/4357.90	c |  27161552 |       0     806     3625    13152    19991    30.5 |      186 |
4356.73/4357.90	c |  29886835 |       0     812     3547    14073    20644    37.1 |      185 |
4356.73/4357.90	c |  32884760 |       0     814     3547    11403    20717    32.9 |      185 |
4356.73/4357.90	c |  36182591 |       0     822     3547    12146    21270    29.1 |      185 |
4356.73/4357.90	c |  39810318 |       0     829     3547    19845    21826    25.3 |      185 |
4356.73/4357.90	c |  43800931 |       0     834     3547    20344    22375    25.5 |      185 |
4356.73/4357.90	c |  48190719 |       0     845     3469    19074    23175    33.6 |      184 |
4356.73/4357.90	c |  53019599 |       0     852     3391    19639    23463    30.8 |      183 |
4356.73/4357.90	c |  58331481 |       0     866     3391    21833    23648    19.9 |      183 |
4356.73/4357.90	c |  64174665 |       0     872     3177    20224    24825    27.9 |      180 |
4356.73/4357.90	c |  70602281 |       0     879     3057    14249    24295    30.5 |      178 |
4356.73/4357.90	c |  77672772 |       0     773     2363    24432    25458    22.2 |      167 |
4440.30/4441.60	c |  79159807 |       0     906     2363    12810    20941    15.7 |      100 |
4440.30/4441.60	c ----- stats for thread 0 -----
4440.30/4441.60	c restarts: 3251
4440.30/4441.60	c decisions: 103262840
4440.30/4441.60	c propagations: 1041922956
4440.30/4441.60	c conflicts: 79159807
4440.30/4441.60	c 4441.599s elapsed
4440.30/4441.60	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1783769-1241881955/watcher-1783769-1241881955 -o /tmp/evaluation-result-1783769-1241881955/solver-1783769-1241881955 -C 5000 -W 6000 -M 1800 HOME/mxc-sat09 -i HOME/instance-1783769-1241881955.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 27978
/proc/meminfo: memFree=1882888/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=1116 CPUtime=0
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 166 0 0 0 0 0 0 0 18 0 1 0 216228659 1142784 152 1992294400 134512640 135192793 4294956224 18446744073709551615 134577000 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 279 152 54 166 0 110 0

[startup+0.039756 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 27978
/proc/meminfo: memFree=1882888/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=1776 CPUtime=0.03
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 333 0 0 0 3 0 0 0 18 0 1 0 216228659 1818624 319 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 444 319 72 166 0 275 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1776

[startup+0.101762 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 27978
/proc/meminfo: memFree=1882888/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=2168 CPUtime=0.09
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 446 0 0 0 9 0 0 0 18 0 1 0 216228659 2220032 432 1992294400 134512640 135192793 4294956224 18446744073709551615 134534131 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 542 432 73 166 0 373 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2168

[startup+0.301783 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 27978
/proc/meminfo: memFree=1882888/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=2696 CPUtime=0.29
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 586 0 0 0 29 0 0 0 19 0 1 0 216228659 2760704 572 1992294400 134512640 135192793 4294956224 18446744073709551615 134766703 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 674 572 73 166 0 505 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2696

[startup+0.701829 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 27978
/proc/meminfo: memFree=1882888/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=3368 CPUtime=0.69
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 730 0 0 0 69 0 0 0 22 0 1 0 216228659 3448832 716 1992294400 134512640 135192793 4294956224 18446744073709551615 134552364 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 842 716 73 166 0 673 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3368

[startup+1.50192 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 27979
/proc/meminfo: memFree=1880064/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=3792 CPUtime=1.49
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 842 0 0 0 149 0 0 0 25 0 1 0 216228659 3883008 828 1992294400 134512640 135192793 4294956224 18446744073709551615 134534131 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 948 828 73 166 0 779 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3792

[startup+3.1011 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 27979
/proc/meminfo: memFree=1879104/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=4740 CPUtime=3.09
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 1044 0 0 0 309 0 0 0 25 0 1 0 216228659 4853760 1030 1992294400 134512640 135192793 4294956224 18446744073709551615 134740895 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 1185 1030 73 166 0 1016 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4740

[startup+6.30146 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 27979
/proc/meminfo: memFree=1878016/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=5972 CPUtime=6.29
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 1339 0 0 0 629 0 0 0 25 0 1 0 216228659 6115328 1325 1992294400 134512640 135192793 4294956224 18446744073709551615 134552256 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 1493 1325 73 166 0 1324 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5972

[startup+12.7012 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 27979
/proc/meminfo: memFree=1876736/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=7140 CPUtime=12.69
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 1598 0 0 0 1269 0 0 0 25 0 1 0 216228659 7311360 1584 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 1785 1584 73 166 0 1616 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7140

[startup+25.5016 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 27979
/proc/meminfo: memFree=1874816/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=9204 CPUtime=25.49
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 2023 0 0 0 2548 1 0 0 25 0 1 0 216228659 9424896 2009 1992294400 134512640 135192793 4294956224 18446744073709551615 134533917 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 2301 2009 73 166 0 2132 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 9204

[startup+51.1015 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 27979
/proc/meminfo: memFree=1872896/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=11468 CPUtime=51.07
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 2498 0 0 0 5106 1 0 0 25 0 1 0 216228659 11743232 2484 1992294400 134512640 135192793 4294956224 18446744073709551615 134534170 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 2867 2484 73 166 0 2698 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 11468

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 27979
/proc/meminfo: memFree=1870784/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=13640 CPUtime=102.26
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 3031 0 0 0 10225 1 0 0 25 0 1 0 216228659 13967360 3017 1992294400 134512640 135192793 4294956224 18446744073709551615 134552427 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 3410 3017 73 166 0 3241 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 13640

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 27979
/proc/meminfo: memFree=1868224/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=16608 CPUtime=162.25
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 3672 0 0 0 16223 2 0 0 25 0 1 0 216228659 17006592 3658 1992294400 134512640 135192793 4294956224 18446744073709551615 134551543 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 4152 3658 73 166 0 3983 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 16608

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 27979
/proc/meminfo: memFree=1866240/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=18988 CPUtime=222.23
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 4150 0 0 0 22221 2 0 0 25 0 1 0 216228659 19443712 4136 1992294400 134512640 135192793 4294956224 18446744073709551615 134533892 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 4747 4136 73 166 0 4578 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 18988

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 27979
/proc/meminfo: memFree=1865088/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=20388 CPUtime=282.22
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 4436 0 0 0 28219 3 0 0 25 0 1 0 216228659 20877312 4422 1992294400 134512640 135192793 4294956224 18446744073709551615 134533789 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 5097 4422 73 166 0 4928 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 20388

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 27979
/proc/meminfo: memFree=1863744/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=22072 CPUtime=342.2
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 4762 0 0 0 34217 3 0 0 25 0 1 0 216228659 22601728 4748 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 5518 4748 73 166 0 5349 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 22072

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 27979
/proc/meminfo: memFree=1862592/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=23488 CPUtime=402.18
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 5043 0 0 0 40215 3 0 0 25 0 1 0 216228659 24051712 5029 1992294400 134512640 135192793 4294956224 18446744073709551615 134533917 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 5872 5029 73 166 0 5703 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 23488

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 27979
/proc/meminfo: memFree=1861504/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=24644 CPUtime=462.17
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 5295 0 0 0 46213 4 0 0 25 0 1 0 216228659 25235456 5281 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 6161 5281 73 166 0 5992 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 24644

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 27979
/proc/meminfo: memFree=1861440/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=24644 CPUtime=522.15
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 5317 0 0 0 52211 4 0 0 25 0 1 0 216228659 25235456 5303 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 6161 5303 73 166 0 5992 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 24644

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 27979
/proc/meminfo: memFree=1861248/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=24644 CPUtime=582.14
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 5356 0 0 0 58210 4 0 0 25 0 1 0 216228659 25235456 5342 1992294400 134512640 135192793 4294956224 18446744073709551615 134550401 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 6161 5342 73 166 0 5992 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 24644

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 27979
/proc/meminfo: memFree=1860544/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=25336 CPUtime=642.12
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 5527 0 0 0 64208 4 0 0 25 0 1 0 216228659 25944064 5513 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 6334 5513 73 166 0 6165 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 25336

[startup+702.301 s]

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

/proc/meminfo: memFree=1848128/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=38660 CPUtime=3821.27
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 8351 0 0 0 382114 13 0 0 25 0 1 0 216228659 39587840 8337 1992294400 134512640 135192793 4294956224 18446744073709551615 134534215 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 9665 8337 73 166 0 9496 0
Current children cumulated CPU time (s) 3821.27
Current children cumulated vsize (KiB) 38660

[startup+3882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27987
/proc/meminfo: memFree=1847872/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=38916 CPUtime=3881.25
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 8402 0 0 0 388112 13 0 0 25 0 1 0 216228659 39849984 8388 1992294400 134512640 135192793 4294956224 18446744073709551615 134533920 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 9729 8388 73 166 0 9560 0
Current children cumulated CPU time (s) 3881.25
Current children cumulated vsize (KiB) 38916

[startup+3942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27987
/proc/meminfo: memFree=1847488/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=39428 CPUtime=3941.24
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 8493 0 0 0 394110 14 0 0 25 0 1 0 216228659 40374272 8479 1992294400 134512640 135192793 4294956224 18446744073709551615 134551740 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 9857 8479 73 166 0 9688 0
Current children cumulated CPU time (s) 3941.24
Current children cumulated vsize (KiB) 39428

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27987
/proc/meminfo: memFree=1847424/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=39428 CPUtime=4001.22
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 8499 0 0 0 400108 14 0 0 25 0 1 0 216228659 40374272 8485 1992294400 134512640 135192793 4294956224 18446744073709551615 134520659 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 9857 8485 73 166 0 9688 0
Current children cumulated CPU time (s) 4001.22
Current children cumulated vsize (KiB) 39428

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27987
/proc/meminfo: memFree=1847360/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=39428 CPUtime=4061.21
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 8501 0 0 0 406107 14 0 0 25 0 1 0 216228659 40374272 8487 1992294400 134512640 135192793 4294956224 18446744073709551615 134534267 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 9857 8487 73 166 0 9688 0
Current children cumulated CPU time (s) 4061.21
Current children cumulated vsize (KiB) 39428

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27987
/proc/meminfo: memFree=1847360/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=39428 CPUtime=4121.19
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 8504 0 0 0 412105 14 0 0 25 0 1 0 216228659 40374272 8490 1992294400 134512640 135192793 4294956224 18446744073709551615 134533831 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 9857 8490 73 166 0 9688 0
Current children cumulated CPU time (s) 4121.19
Current children cumulated vsize (KiB) 39428

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27987
/proc/meminfo: memFree=1847104/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=39840 CPUtime=4181.17
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 8567 0 0 0 418103 14 0 0 25 0 1 0 216228659 40796160 8553 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 9960 8553 73 166 0 9791 0
Current children cumulated CPU time (s) 4181.17
Current children cumulated vsize (KiB) 39840

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27987
/proc/meminfo: memFree=1846976/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=39840 CPUtime=4241.15
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 8597 0 0 0 424101 14 0 0 25 0 1 0 216228659 40796160 8583 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 9960 8583 73 166 0 9791 0
Current children cumulated CPU time (s) 4241.15
Current children cumulated vsize (KiB) 39840

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27987
/proc/meminfo: memFree=1846656/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=40352 CPUtime=4301.15
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 8669 0 0 0 430100 15 0 0 25 0 1 0 216228659 41320448 8655 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 10088 8655 73 166 0 9919 0
Current children cumulated CPU time (s) 4301.15
Current children cumulated vsize (KiB) 40352

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27987
/proc/meminfo: memFree=1846592/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=40352 CPUtime=4361.13
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 8680 0 0 0 436098 15 0 0 25 0 1 0 216228659 41320448 8666 1992294400 134512640 135192793 4294956224 18446744073709551615 134552256 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 10088 8666 73 166 0 9919 0
Current children cumulated CPU time (s) 4361.13
Current children cumulated vsize (KiB) 40352

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27987
/proc/meminfo: memFree=1846528/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=40352 CPUtime=4421.11
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 8681 0 0 0 442096 15 0 0 25 0 1 0 216228659 41320448 8667 1992294400 134512640 135192793 4294956224 18446744073709551615 134550883 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 10088 8667 73 166 0 9919 0
Current children cumulated CPU time (s) 4421.11
Current children cumulated vsize (KiB) 40352

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

[startup+4428.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27987
/proc/meminfo: memFree=1846528/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=40352 CPUtime=4427.51
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 8681 0 0 0 442736 15 0 0 25 0 1 0 216228659 41320448 8667 1992294400 134512640 135192793 4294956224 18446744073709551615 134552468 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 10088 8667 73 166 0 9919 0
Current children cumulated CPU time (s) 4427.51
Current children cumulated vsize (KiB) 40352

[startup+4435.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27987
/proc/meminfo: memFree=1846528/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=40352 CPUtime=4433.91
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 8681 0 0 0 443376 15 0 0 25 0 1 0 216228659 41320448 8667 1992294400 134512640 135192793 4294956224 18446744073709551615 134552709 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 10088 8667 73 166 0 9919 0
Current children cumulated CPU time (s) 4433.91
Current children cumulated vsize (KiB) 40352

[startup+4438.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27987
/proc/meminfo: memFree=1846528/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=40352 CPUtime=4437.11
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 8681 0 0 0 443696 15 0 0 25 0 1 0 216228659 41320448 8667 1992294400 134512640 135192793 4294956224 18446744073709551615 134533824 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 10088 8667 73 166 0 9919 0
Current children cumulated CPU time (s) 4437.11
Current children cumulated vsize (KiB) 40352

[startup+4439.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27987
/proc/meminfo: memFree=1846528/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=40352 CPUtime=4438.71
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 8681 0 0 0 443856 15 0 0 25 0 1 0 216228659 41320448 8667 1992294400 134512640 135192793 4294956224 18446744073709551615 134534267 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 10088 8667 73 166 0 9919 0
Current children cumulated CPU time (s) 4438.71
Current children cumulated vsize (KiB) 40352

[startup+4440.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27987
/proc/meminfo: memFree=1846528/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=40352 CPUtime=4439.51
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 8681 0 0 0 443936 15 0 0 25 0 1 0 216228659 41320448 8667 1992294400 134512640 135192793 4294956224 18446744073709551615 134551108 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 10088 8667 73 166 0 9919 0
Current children cumulated CPU time (s) 4439.51
Current children cumulated vsize (KiB) 40352

[startup+4441.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27987
/proc/meminfo: memFree=1846528/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=40352 CPUtime=4439.91
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 8681 0 0 0 443976 15 0 0 25 0 1 0 216228659 41320448 8667 1992294400 134512640 135192793 4294956224 18446744073709551615 134551008 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 10088 8667 73 166 0 9919 0
Current children cumulated CPU time (s) 4439.91
Current children cumulated vsize (KiB) 40352

[startup+4441.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27987
/proc/meminfo: memFree=1846528/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=40352 CPUtime=4440.3
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194304 8681 0 0 0 444015 15 0 0 25 0 1 0 216228659 41320448 8667 1992294400 134512640 135192793 4294956224 18446744073709551615 134550383 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 10088 8667 73 166 0 9919 0
Current children cumulated CPU time (s) 4440.3
Current children cumulated vsize (KiB) 40352

[startup+4441.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27987
/proc/meminfo: memFree=1846528/2055920 swapFree=4159908/4192956
[pid=27978] ppid=27976 vsize=0 CPUtime=4440.4
/proc/27978/stat : 27978 (mxc-sat09) R 27976 27978 27897 0 -1 4194308 8684 0 0 0 444025 15 0 0 25 0 1 0 216228659 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/27978/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4440.4
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 4441.61
CPU time (s): 4440.42
CPU user time (s): 4440.26
CPU system time (s): 0.161975
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 40352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4440.26
system time used= 0.161975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8684
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= 2
involuntary context switches= 5799

runsolver used 5.12022 second user time and 10.6414 second system time

The end

Launcher Data

Begin job on node32 at 2009-05-09 17:12:35
IDJOB=1783769
IDBENCH=24674
IDSOLVER=613
FILE ID=node32/1783769-1241881955
PBS_JOBID= 9264669
Free space on /tmp= 66032 MiB

SOLVER NAME= MXC 2009-03-10
BENCH NAME= SAT07/crafted/Hard/contest05/counting-clq/unsat-set-b-fclqcolor-10-07-09.sat05-1282.reshuffled-07.cnf
COMMAND LINE= HOME/mxc-sat09 -i BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783769-1241881955/watcher-1783769-1241881955 -o /tmp/evaluation-result-1783769-1241881955/solver-1783769-1241881955 -C 5000 -W 6000 -M 1800  HOME/mxc-sat09 -i HOME/instance-1783769-1241881955.cnf

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

MD5SUM BENCH= 9f209556efd81ba93e992e22316c3ed8
RANDOM SEED=786333130

node32.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.216
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.216
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:       1883368 kB
Buffers:         31800 kB
Cached:          74124 kB
SwapCached:      26540 kB
Active:          91700 kB
Inactive:        42204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1883368 kB
SwapTotal:     4192956 kB
SwapFree:      4159908 kB
Dirty:             744 kB
Writeback:           0 kB
Mapped:          14248 kB
Slab:            24416 kB
Committed_AS:   752256 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66032 MiB
End job on node32 at 2009-05-09 18:26:37