Trace number 1728472

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-10? (TO) 1200.05 1200.41

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 benchmark343.605
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.38/23.44	c starting MXC with:
23.38/23.44	c cnf_path = HOME/instance-1728472-1240737185.cnf
23.38/23.44	c restart_strategy = auto
23.38/23.44	c sign_strategy = cached
23.38/23.44	c use_preprocessing = -1
23.38/23.44	c output_implicant = 1
23.38/23.44	c timeout_seconds = 0
23.38/23.44	c running SatELite... done
23.38/23.44	c 20 vars eliminated
23.38/23.44	c received 0 units and 4389 clauses from SatELite
23.38/23.44	c 19 assignments made, starting to guess now
23.38/23.44	c ===================================[MXC]=====================================
23.38/23.44	c | Conflicts |                Clause Statistics                   |   Vars   |
23.38/23.44	c |           |    CARD     BIN      O3+      L3+   L3+Lim  Lit/CL |          |
23.38/23.44	c =============================================================================
23.38/23.44	c |         0 |       0     764     3625        0        0     nan |      205 |
23.38/23.44	c |       100 |       0     764     3625      100     1050    18.9 |      186 |
23.38/23.44	c |       210 |       0     764     3625      210     1105    27.3 |      186 |
23.38/23.44	c |       441 |       0     764     3625      441     1220    26.6 |      186 |
23.38/23.44	c |       805 |       0     764     3625      805     1402    25.8 |      186 |
23.38/23.44	c |      1315 |       0     764     3625     1315     1657    22.8 |      186 |
23.38/23.44	c |      1986 |       0     764     3625     1986     1993    22.4 |      186 |
23.38/23.44	c |      2834 |       0     764     3625     1834     2305    22.4 |      186 |
23.38/23.44	c |      3876 |       0     764     3625     1676     2471    25.4 |      186 |
23.38/23.44	c |      5132 |       0     764     3625     1636     2632    24.3 |      186 |
23.38/23.44	c |      6623 |       0     764     3625     1751     2789    25.2 |      186 |
23.38/23.44	c |      8373 |       0     764     3625     2056     2943    25.9 |      186 |
23.38/23.44	c |     10408 |       0     764     3625     2590     3094    37.1 |      186 |
23.38/23.44	c |     12756 |       0     764     3625     1756     3243    19.2 |      186 |
23.38/23.44	c |     15449 |       0     764     3625     2783     3390    18.3 |      186 |
23.38/23.44	c |     18521 |       0     764     3625     2393     3536    34.5 |      186 |
23.38/23.44	c |     22010 |       0     764     3625     2271     3681    34.7 |      186 |
23.38/23.44	c |     25958 |       0     764     3625     2454     3825    37.7 |      186 |
23.38/23.44	c |     30411 |       0     764     3625     3009     3969    26.0 |      186 |
23.38/23.44	c |     35419 |       0     764     3625     3991     4113    36.9 |      186 |
23.38/23.44	c |     41038 |       0     764     3625     3352     4257    20.6 |      186 |
23.38/23.44	c |     47329 |       0     764     3625     3149     4401    23.3 |      186 |
23.38/23.44	c |     54360 |       0     764     3625     3473     4547    36.6 |      186 |
23.38/23.44	c |     62205 |       0     764     3625     4400     4692    24.0 |      186 |
23.38/23.44	c |     70945 |       0     764     3625     3624     4839    28.1 |      186 |
23.38/23.44	c |     80669 |       0     764     3625     3522     4987    36.2 |      186 |
23.38/23.44	c |     91476 |       0     764     3625     4205     5137    24.8 |      186 |
23.38/23.44	c |    103474 |       0     764     3625     3164     5287    26.4 |      186 |
23.38/23.44	c |    116782 |       0     764     3625     3043     5439    29.4 |      186 |
23.38/23.44	c |    131532 |       0     764     3625     3988     5593    32.6 |      186 |
23.38/23.44	c |    147868 |       0     764     3625     3302     5749    22.3 |      186 |
23.38/23.44	c |    165948 |       0     764     3625     3877     5907    40.1 |      186 |
23.38/23.44	c |    185947 |       0     764     3625     5921     6067    29.3 |      186 |
23.38/23.44	c |    208057 |       0     764     3625     3438     6229    37.6 |      186 |
23.38/23.44	c |    232489 |       0     764     3625     5775     6394    34.5 |      186 |
23.38/23.44	c |    259475 |       0     764     3625     3607     6561    37.2 |      186 |
23.38/23.44	c |    289271 |       0     764     3625     3457     6731    34.3 |      186 |
23.38/23.44	c |    322158 |       0     764     3625     5653     6903    25.9 |      186 |
23.38/23.44	c |    358445 |       0     764     3625     7017     7078    22.8 |      186 |
23.38/23.44	c |    398472 |       0     764     3625     4045     7257    18.6 |      186 |
23.38/23.44	c |    442613 |       0     764     3625     4064     7438    22.9 |      186 |
23.38/23.44	c |    491279 |       0     765     3625     7546     7627    29.2 |      186 |
23.38/23.44	c |    544923 |       0     765     3625     7190  

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1728472-1240737185/watcher-1728472-1240737185 -o /tmp/evaluation-result-1728472-1240737185/solver-1728472-1240737185 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/mxc-sat09 -i HOME/instance-1728472-1240737185.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.85 0.97 0.99 3/64 765
/proc/meminfo: memFree=1703792/2055920 swapFree=4181440/4192956
[pid=765] ppid=763 vsize=1116 CPUtime=0
/proc/765/stat : 765 (mxc-sat09) R 763 765 728 0 -1 4194304 166 0 0 0 0 0 0 0 18 0 1 0 101746910 1142784 152 1992294400 134512640 135192793 4294956224 18446744073709551615 134577000 0 0 4096 0 0 0 0 17 1 0 0
/proc/765/statm: 279 152 54 166 0 110 0

[startup+0.0966611 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 765
/proc/meminfo: memFree=1703792/2055920 swapFree=4181440/4192956
[pid=765] ppid=763 vsize=2168 CPUtime=0.09
/proc/765/stat : 765 (mxc-sat09) R 763 765 728 0 -1 4194304 436 0 0 0 9 0 0 0 18 0 1 0 101746910 2220032 422 1992294400 134512640 135192793 4294956224 18446744073709551615 134533815 0 0 4096 0 0 0 0 17 1 0 0
/proc/765/statm: 542 422 73 166 0 373 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2168

[startup+0.101661 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 765
/proc/meminfo: memFree=1703792/2055920 swapFree=4181440/4192956
[pid=765] ppid=763 vsize=2168 CPUtime=0.09
/proc/765/stat : 765 (mxc-sat09) R 763 765 728 0 -1 4194304 447 0 0 0 9 0 0 0 18 0 1 0 101746910 2220032 433 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/765/statm: 542 433 73 166 0 373 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2168

[startup+0.30169 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 765
/proc/meminfo: memFree=1703792/2055920 swapFree=4181440/4192956
[pid=765] ppid=763 vsize=2696 CPUtime=0.29
/proc/765/stat : 765 (mxc-sat09) R 763 765 728 0 -1 4194304 588 0 0 0 29 0 0 0 19 0 1 0 101746910 2760704 574 1992294400 134512640 135192793 4294956224 18446744073709551615 134533904 0 0 4096 0 0 0 0 17 1 0 0
/proc/765/statm: 674 574 73 166 0 505 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2696

[startup+0.702748 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 765
/proc/meminfo: memFree=1703792/2055920 swapFree=4181440/4192956
[pid=765] ppid=763 vsize=3368 CPUtime=0.7
/proc/765/stat : 765 (mxc-sat09) R 763 765 728 0 -1 4194304 730 0 0 0 70 0 0 0 23 0 1 0 101746910 3448832 716 1992294400 134512640 135192793 4294956224 18446744073709551615 134552364 0 0 4096 0 0 0 0 17 1 0 0
/proc/765/statm: 842 716 73 166 0 673 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 3368

[startup+1.50187 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 766
/proc/meminfo: memFree=1700968/2055920 swapFree=4181440/4192956
[pid=765] ppid=763 vsize=3792 CPUtime=1.49
/proc/765/stat : 765 (mxc-sat09) R 763 765 728 0 -1 4194304 842 0 0 0 149 0 0 0 25 0 1 0 101746910 3883008 828 1992294400 134512640 135192793 4294956224 18446744073709551615 134552331 0 0 4096 0 0 0 0 17 1 0 0
/proc/765/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.85 0.97 0.99 2/65 766
/proc/meminfo: memFree=1700008/2055920 swapFree=4181440/4192956
[pid=765] ppid=763 vsize=4740 CPUtime=3.09
/proc/765/stat : 765 (mxc-sat09) R 763 765 728 0 -1 4194304 1044 0 0 0 309 0 0 0 25 0 1 0 101746910 4853760 1030 1992294400 134512640 135192793 4294956224 18446744073709551615 134533920 0 0 4096 0 0 0 0 17 1 0 0
/proc/765/statm: 1185 1030 73 166 0 1016 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4740

[startup+6.30157 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 766
/proc/meminfo: memFree=1699000/2055920 swapFree=4181440/4192956
[pid=765] ppid=763 vsize=5972 CPUtime=6.29
/proc/765/stat : 765 (mxc-sat09) R 763 765 728 0 -1 4194304 1331 0 0 0 629 0 0 0 25 0 1 0 101746910 6115328 1317 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/765/statm: 1493 1317 73 166 0 1324 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5972

[startup+12.7015 s]
/proc/loadavg: 0.87 0.97 0.99 2/65 766
/proc/meminfo: memFree=1697728/2055920 swapFree=4181440/4192956
[pid=765] ppid=763 vsize=6980 CPUtime=12.69
/proc/765/stat : 765 (mxc-sat09) R 763 765 728 0 -1 4194304 1586 0 0 0 1269 0 0 0 25 0 1 0 101746910 7147520 1572 1992294400 134512640 135192793 4294956224 18446744073709551615 134533920 0 0 4096 0 0 0 0 17 1 0 0
/proc/765/statm: 1745 1572 73 166 0 1576 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6980

[startup+25.5014 s]
/proc/loadavg: 0.90 0.97 0.99 2/65 766
/proc/meminfo: memFree=1695808/2055920 swapFree=4181440/4192956
[pid=765] ppid=763 vsize=9204 CPUtime=25.48
/proc/765/stat : 765 (mxc-sat09) R 763 765 728 0 -1 4194304 2023 0 0 0 2548 0 0 0 25 0 1 0 101746910 9424896 2009 1992294400 134512640 135192793 4294956224 18446744073709551615 134533224 0 0 4096 0 0 0 0 17 1 0 0
/proc/765/statm: 2301 2009 73 166 0 2132 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 9204

[startup+51.1012 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 766
/proc/meminfo: memFree=1693888/2055920 swapFree=4181440/4192956
[pid=765] ppid=763 vsize=11468 CPUtime=51.08
/proc/765/stat : 765 (mxc-sat09) R 763 765 728 0 -1 4194304 2498 0 0 0 5107 1 0 0 25 0 1 0 101746910 11743232 2484 1992294400 134512640 135192793 4294956224 18446744073709551615 134533892 0 0 4096 0 0 0 0 17 1 0 0
/proc/765/statm: 2867 2484 73 166 0 2698 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 11468

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 766
/proc/meminfo: memFree=1691712/2055920 swapFree=4181440/4192956
[pid=765] ppid=763 vsize=13492 CPUtime=102.26
/proc/765/stat : 765 (mxc-sat09) R 763 765 728 0 -1 4194304 3027 0 0 0 10225 1 0 0 25 0 1 0 101746910 13815808 3013 1992294400 134512640 135192793 4294956224 18446744073709551615 134533804 0 0 4096 0 0 0 0 17 1 0 0
/proc/765/statm: 3373 3013 73 166 0 3204 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 13492

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 766
/proc/meminfo: memFree=1689088/2055920 swapFree=4181440/4192956
[pid=765] ppid=763 vsize=16608 CPUtime=162.25
/proc/765/stat : 765 (mxc-sat09) R 763 765 728 0 -1 4194304 3672 0 0 0 16223 2 0 0 25 0 1 0 101746910 17006592 3658 1992294400 134512640 135192793 4294956224 18446744073709551615 134549684 0 0 4096 0 0 0 0 17 1 0 0
/proc/765/statm: 4152 3658 73 166 0 3983 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 16608

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 766
/proc/meminfo: memFree=1687168/2055920 swapFree=4181440/4192956
[pid=765] ppid=763 vsize=18988 CPUtime=222.22
/proc/765/stat : 765 (mxc-sat09) R 763 765 728 0 -1 4194304 4150 0 0 0 22220 2 0 0 25 0 1 0 101746910 19443712 4136 1992294400 134512640 135192793 4294956224 18446744073709551615 134534231 0 0 4096 0 0 0 0 17 1 0 0
/proc/765/statm: 4747 4136 73 166 0 4578 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 18988

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 766
/proc/meminfo: memFree=1686016/2055920 swapFree=4181440/4192956
[pid=765] ppid=763 vsize=20388 CPUtime=282.21
/proc/765/stat : 765 (mxc-sat09) R 763 765 728 0 -1 4194304 4436 0 0 0 28218 3 0 0 25 0 1 0 101746910 20877312 4422 1992294400 134512640 135192793 4294956224 18446744073709551615 134534131 0 0 4096 0 0 0 0 17 1 0 0
/proc/765/statm: 5097 4422 73 166 0 4928 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 20388

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 766
/proc/meminfo: memFree=1684736/2055920 swapFree=4181440/4192956
[pid=765] ppid=763 vsize=22072 CPUtime=342.18
/proc/765/stat : 765 (mxc-sat09) R 763 765 728 0 -1 4194304 4751 0 0 0 34215 3 0 0 25 0 1 0 101746910 22601728 4737 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/765/statm: 5518 4737 73 166 0 5349 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 22072

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 766
/proc/meminfo: memFree=1683520/2055920 swapFree=4181440/4192956
[pid=765] ppid=763 vsize=23488 CPUtime=402.17
/proc/765/stat : 765 (mxc-sat09) R 763 765 728 0 -1 4194304 5043 0 0 0 40214 3 0 0 25 0 1 0 101746910 24051712 5029 1992294400 134512640 135192793 4294956224 18446744073709551615 134534231 0 0 4096 0 0 0 0 17 1 0 0
/proc/765/statm: 5872 5029 73 166 0 5703 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 23488

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 766
/proc/meminfo: memFree=1682496/2055920 swapFree=4181440/4192956
[pid=765] ppid=763 vsize=24644 CPUtime=462.15
/proc/765/stat : 765 (mxc-sat09) R 763 765 728 0 -1 4194304 5295 0 0 0 46212 3 0 0 25 0 1 0 101746910 25235456 5281 1992294400 134512640 135192793 4294956224 18446744073709551615 134552364 0 0 4096 0 0 0 0 17 1 0 0
/proc/765/statm: 6161 5281 73 166 0 5992 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 24644

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 766
/proc/meminfo: memFree=1682432/2055920 swapFree=4181440/4192956
[pid=765] ppid=763 vsize=24644 CPUtime=522.14
/proc/765/stat : 765 (mxc-sat09) R 763 765 728 0 -1 4194304 5317 0 0 0 52210 4 0 0 25 0 1 0 101746910 25235456 5303 1992294400 134512640 135192793 4294956224 18446744073709551615 134534158 0 0 4096 0 0 0 0 17 1 0 0
/proc/765/statm: 6161 5303 73 166 0 5992 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 24644

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 766
/proc/meminfo: memFree=1682240/2055920 swapFree=4181440/4192956
[pid=765] ppid=763 vsize=24644 CPUtime=582.12
/proc/765/stat : 765 (mxc-sat09) R 763 765 728 0 -1 4194304 5356 0 0 0 58208 4 0 0 25 0 1 0 101746910 25235456 5342 1992294400 134512640 135192793 4294956224 18446744073709551615 134533336 0 0 4096 0 0 0 0 17 1 0 0
/proc/765/statm: 6161 5342 73 166 0 5992 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 24644

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 766
/proc/meminfo: memFree=1681600/2055920 swapFree=4181440/4192956
[pid=765] ppid=763 vsize=25336 CPUtime=642.1
/proc/765/stat : 765 (mxc-sat09) R 763 765 728 0 -1 4194304 5511 0 0 0 64206 4 0 0 25 0 1 0 101746910 25944064 5497 1992294400 134512640 135192793 4294956224 18446744073709551615 134533808 0 0 4096 0 0 0 0 17 1 0 0
/proc/765/statm: 6334 5497 73 166 0 6165 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 25336

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 766
/proc/meminfo: memFree=1680896/2055920 swapFree=4181440/4192956
[pid=765] ppid=763 vsize=26244 CPUtime=702.08
/proc/765/stat : 765 (mxc-sat09) R 763 765 728 0 -1 4194304 5677 0 0 0 70204 4 0 0 25 0 1 0 101746910 26873856 5663 1992294400 134512640 135192793 4294956224 18446744073709551615 134533336 0 0 4096 0 0 0 0 17 1 0 0
/proc/765/statm: 6561 5663 73 166 0 6392 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 26244

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 766
/proc/meminfo: memFree=1680576/2055920 swapFree=4181440/4192956
[pid=765] ppid=763 vsize=26244 CPUtime=762.07
/proc/765/stat : 765 (mxc-sat09) R 763 765 728 0 -1 4194304 5740 0 0 0 76203 4 0 0 25 0 1 0 101746910 26873856 5726 1992294400 134512640 135192793 4294956224 18446744073709551615 134534131 0 0 4096 0 0 0 0 17 1 0 0
/proc/765/statm: 6561 5726 73 166 0 6392 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 26244

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 766
/proc/meminfo: memFree=1680256/2055920 swapFree=4181440/4192956
[pid=765] ppid=763 vsize=26500 CPUtime=822.04
/proc/765/stat : 765 (mxc-sat09) R 763 765 728 0 -1 4194304 5814 0 0 0 82200 4 0 0 25 0 1 0 101746910 27136000 5800 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/765/statm: 6625 5800 73 166 0 6456 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 26500

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 766
/proc/meminfo: memFree=1680064/2055920 swapFree=4181440/4192956
[pid=765] ppid=763 vsize=26756 CPUtime=882.02
/proc/765/stat : 765 (mxc-sat09) R 763 765 728 0 -1 4194304 5869 0 0 0 88198 4 0 0 25 0 1 0 101746910 27398144 5855 1992294400 134512640 135192793 4294956224 18446744073709551615 134532669 0 0 4096 0 0 0 0 17 1 0 0
/proc/765/statm: 6689 5855 73 166 0 6520 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 26756

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 766
/proc/meminfo: memFree=1679552/2055920 swapFree=4181440/4192956
[pid=765] ppid=763 vsize=27488 CPUtime=942.01
/proc/765/stat : 765 (mxc-sat09) R 763 765 728 0 -1 4194304 5996 0 0 0 94196 5 0 0 25 0 1 0 101746910 28147712 5982 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/765/statm: 6872 5982 73 166 0 6703 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 27488

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 766
/proc/meminfo: memFree=1679232/2055920 swapFree=4181440/4192956
[pid=765] ppid=763 vsize=27680 CPUtime=1001.99
/proc/765/stat : 765 (mxc-sat09) R 763 765 728 0 -1 4194304 6071 0 0 0 100194 5 0 0 25 0 1 0 101746910 28344320 6057 1992294400 134512640 135192793 4294956224 18446744073709551615 134549763 0 0 4096 0 0 0 0 17 1 0 0
/proc/765/statm: 6920 6057 73 166 0 6751 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 27680

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 766
/proc/meminfo: memFree=1678848/2055920 swapFree=4181440/4192956
[pid=765] ppid=763 vsize=28272 CPUtime=1061.97
/proc/765/stat : 765 (mxc-sat09) R 763 765 728 0 -1 4194304 6167 0 0 0 106192 5 0 0 25 0 1 0 101746910 28950528 6153 1992294400 134512640 135192793 4294956224 18446744073709551615 134533909 0 0 4096 0 0 0 0 17 1 0 0
/proc/765/statm: 7068 6153 73 166 0 6899 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 28272

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 766
/proc/meminfo: memFree=1678656/2055920 swapFree=4181440/4192956
[pid=765] ppid=763 vsize=28272 CPUtime=1121.95
/proc/765/stat : 765 (mxc-sat09) R 763 765 728 0 -1 4194304 6200 0 0 0 112190 5 0 0 25 0 1 0 101746910 28950528 6186 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/765/statm: 7068 6186 73 166 0 6899 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 28272

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 766
/proc/meminfo: memFree=1678592/2055920 swapFree=4181440/4192956
[pid=765] ppid=763 vsize=28272 CPUtime=1181.93
/proc/765/stat : 765 (mxc-sat09) R 763 765 728 0 -1 4194304 6217 0 0 0 118188 5 0 0 25 0 1 0 101746910 28950528 6203 1992294400 134512640 135192793 4294956224 18446744073709551615 134552025 0 0 4096 0 0 0 0 17 1 0 0
/proc/765/statm: 7068 6203 73 166 0 6899 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 28272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 766
/proc/meminfo: memFree=1678528/2055920 swapFree=4181440/4192956
[pid=765] ppid=763 vsize=28272 CPUtime=1200.03
/proc/765/stat : 765 (mxc-sat09) R 763 765 728 0 -1 4194304 6228 0 0 0 119998 5 0 0 25 0 1 0 101746910 28950528 6214 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/765/statm: 7068 6214 73 166 0 6899 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 28272

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.05
CPU user time (s): 1199.99
CPU system time (s): 0.06399
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (KiB): 28272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.99
system time used= 0.06399
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6228
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= 2581

runsolver used 0.960853 second user time and 2.37064 second system time

The end

Launcher Data

Begin job on node39 at 2009-04-26 11:13:05
IDJOB=1728472
IDBENCH=24674
IDSOLVER=504
FILE ID=node39/1728472-1240737185
PBS_JOBID= 9187030
Free space on /tmp= 66344 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-1728472-1240737185/watcher-1728472-1240737185 -o /tmp/evaluation-result-1728472-1240737185/solver-1728472-1240737185 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/mxc-sat09 -i HOME/instance-1728472-1240737185.cnf

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

MD5SUM BENCH= 9f209556efd81ba93e992e22316c3ed8
RANDOM SEED=1296878804

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:       1704208 kB
Buffers:         34600 kB
Cached:         260248 kB
SwapCached:       6324 kB
Active:         131656 kB
Inactive:       172028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1704208 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:             928 kB
Writeback:           0 kB
Mapped:          13460 kB
Slab:            34092 kB
Committed_AS:   462244 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-26 11:33:07