Trace number 421771

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat SAT 2007? (TO) 1200.06 1200.51

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 benchmark
Best CPU time to get the best result obtained on this benchmark
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 (download as text)

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  205                                                  |
0.00/0.00	c |  Number of clauses:    4549                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.03	c ============================[ Search Statistics ]==============================
0.00/0.03	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.03	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.03	c ===============================================================================
0.00/0.03	c |         0 |     186     4389    17924 |     1463        0    nan |  0.000 % |
0.00/0.03	c |       100 |     186     4389    17924 |     1609      100     25 |  0.002 % |
0.00/0.03	c |       251 |     186     4389    17924 |     1770      251     26 |  0.003 % |
0.00/0.04	c |       478 |     186     4389    17924 |     1947      478     26 |  0.002 % |
0.00/0.05	c |       815 |     186     4389    17924 |     2141      815     27 |  0.002 % |
0.00/0.06	c |      1322 |     186     4389    17924 |     2356     1322     26 |  0.014 % |
0.00/0.08	c |      2082 |     186     4389    17924 |     2591     2082     28 |  0.002 % |
0.09/0.13	c |      3223 |     186     4389    17924 |     2850     1884     26 |  0.014 % |
0.09/0.20	c |      4934 |     186     4389    17924 |     3136     2143     24 |  0.002 % |
0.29/0.37	c |      7497 |     186     4389    17924 |     3449     3112     20 |  0.002 % |
0.49/0.58	c |     11342 |     186     4389    17924 |     3794     3401     28 |  0.002 % |
0.79/0.87	c |     17109 |     186     4389    17924 |     4174     3318     28 |  0.014 % |
1.29/1.37	c |     25759 |     186     4389    17924 |     4591     3443     25 |  0.003 % |
1.89/1.99	c |     38733 |     186     4389    17924 |     5050     4747     25 |  0.002 % |
3.39/3.41	c |     58196 |     186     4389    17924 |     5555     3592     26 |  0.014 % |
4.79/4.85	c |     87389 |     186     4389    17924 |     6111     4589     24 |  0.002 % |
7.29/7.39	c |    131178 |     186     4389    17924 |     6722     5101     23 |  0.003 % |
11.29/11.30	c |    196864 |     186     4389    17924 |     7394     6242     20 |  0.002 % |
17.49/17.58	c |    295391 |     186     4389    17924 |     8134     4085     22 |  0.002 % |
27.68/27.71	c |    443180 |     186     4389    17924 |     8947     4217     21 |  0.005 % |
42.98/43.08	c |    664864 |     186     4389    17924 |     9842     5120     22 |  0.005 % |
66.57/66.66	c |    997389 |     186     4389    17924 |    10826     5898     22 |  0.005 % |
101.45/101.55	c |   1496177 |     185     4317    17481 |    11909     6939     28 |  0.490 % |
151.33/151.45	c |   2244359 |     185     4317    17481 |    13100    11187     28 |  0.521 % |
229.00/229.11	c |   3366636 |     185     4317    17481 |    14410    12423     23 |  0.524 % |
358.66/358.85	c |   5050047 |     184     4237    17205 |    15851    12881     30 |  0.978 % |
561.79/562.04	c |   7575164 |     184     4237    17205 |    17436    12824     39 |  0.978 % |
884.56/884.95	c |  11362839 |     184     4237    17205 |    19179    16707     31 |  0.978 % |

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node59/watcher-421771-1177495483 -o ROOT/results/node59/solver-421771-1177495483 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/421771-1177495483/minisat_noassertions /tmp/evaluation/421771-1177495483/instance-421771-1177495483.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): 2400 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.97 0.91 3/64 20689
/proc/meminfo: memFree=1719040/2055920 swapFree=4184616/4192956
[pid=20689] ppid=20687 vsize=1856 CPUtime=0
/proc/20689/stat : 20689 (minisat_noasser) R 20687 20689 19963 0 -1 4194304 151 0 0 0 0 0 0 0 18 0 1 0 197457895 1900544 137 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/20689/statm: 501 145 50 130 0 368 0

[startup+0.090628 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 20689
/proc/meminfo: memFree=1719040/2055920 swapFree=4184616/4192956
[pid=20689] ppid=20687 vsize=2256 CPUtime=0.08
/proc/20689/stat : 20689 (minisat_noasser) R 20687 20689 19963 0 -1 4194304 259 0 0 0 8 0 0 0 18 0 1 0 197457895 2310144 245 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/20689/statm: 564 245 66 130 0 431 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2256

[startup+0.10163 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 20689
/proc/meminfo: memFree=1719040/2055920 swapFree=4184616/4192956
[pid=20689] ppid=20687 vsize=2392 CPUtime=0.09
/proc/20689/stat : 20689 (minisat_noasser) R 20687 20689 19963 0 -1 4194304 271 0 0 0 9 0 0 0 18 0 1 0 197457895 2449408 257 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/20689/statm: 598 257 66 130 0 465 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2392

[startup+0.301667 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 20689
/proc/meminfo: memFree=1719040/2055920 swapFree=4184616/4192956
[pid=20689] ppid=20687 vsize=2392 CPUtime=0.29
/proc/20689/stat : 20689 (minisat_noasser) R 20687 20689 19963 0 -1 4194304 302 0 0 0 29 0 0 0 19 0 1 0 197457895 2449408 288 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/20689/statm: 598 288 66 130 0 465 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2392

[startup+0.701744 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 20689
/proc/meminfo: memFree=1719040/2055920 swapFree=4184616/4192956
[pid=20689] ppid=20687 vsize=2788 CPUtime=0.69
/proc/20689/stat : 20689 (minisat_noasser) R 20687 20689 19963 0 -1 4194304 377 0 0 0 69 0 0 0 22 0 1 0 197457895 2854912 363 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546850 0 0 4096 3 0 0 0 17 1 0 0
/proc/20689/statm: 697 363 66 130 0 564 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2788

[startup+1.5019 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 20690
/proc/meminfo: memFree=1717816/2055920 swapFree=4184616/4192956
[pid=20689] ppid=20687 vsize=2920 CPUtime=1.49
/proc/20689/stat : 20689 (minisat_noasser) R 20687 20689 19963 0 -1 4194304 423 0 0 0 149 0 0 0 25 0 1 0 197457895 2990080 409 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 1 0 0
/proc/20689/statm: 730 409 66 130 0 597 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2920

[startup+3.1012 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 20690
/proc/meminfo: memFree=1717304/2055920 swapFree=4184616/4192956
[pid=20689] ppid=20687 vsize=3316 CPUtime=3.09
/proc/20689/stat : 20689 (minisat_noasser) R 20687 20689 19963 0 -1 4194304 519 0 0 0 309 0 0 0 25 0 1 0 197457895 3395584 505 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546986 0 0 4096 3 0 0 0 17 1 0 0
/proc/20689/statm: 829 505 66 130 0 696 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3316

[startup+6.30181 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 20690
/proc/meminfo: memFree=1716856/2055920 swapFree=4184616/4192956
[pid=20689] ppid=20687 vsize=3580 CPUtime=6.29
/proc/20689/stat : 20689 (minisat_noasser) R 20687 20689 19963 0 -1 4194304 570 0 0 0 629 0 0 0 25 0 1 0 197457895 3665920 556 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/20689/statm: 895 556 66 130 0 762 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3580

[startup+12.702 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 20690
/proc/meminfo: memFree=1716416/2055920 swapFree=4184616/4192956
[pid=20689] ppid=20687 vsize=3976 CPUtime=12.69
/proc/20689/stat : 20689 (minisat_noasser) R 20687 20689 19963 0 -1 4194304 675 0 0 0 1269 0 0 0 25 0 1 0 197457895 4071424 661 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/20689/statm: 994 661 66 130 0 861 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3976

[startup+25.5015 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 20690
/proc/meminfo: memFree=1715968/2055920 swapFree=4184616/4192956
[pid=20689] ppid=20687 vsize=4384 CPUtime=25.48
/proc/20689/stat : 20689 (minisat_noasser) R 20687 20689 19963 0 -1 4194304 766 0 0 0 2548 0 0 0 25 0 1 0 197457895 4489216 752 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 1 0 0
/proc/20689/statm: 1096 752 66 130 0 963 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4384

[startup+51.1013 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 20690
/proc/meminfo: memFree=1715328/2055920 swapFree=4184616/4192956
[pid=20689] ppid=20687 vsize=4924 CPUtime=51.07
/proc/20689/stat : 20689 (minisat_noasser) R 20687 20689 19963 0 -1 4194304 923 0 0 0 5107 0 0 0 25 0 1 0 197457895 5042176 909 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/20689/statm: 1231 909 66 130 0 1098 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 4924

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 20690
/proc/meminfo: memFree=1714048/2055920 swapFree=4184616/4192956
[pid=20689] ppid=20687 vsize=6264 CPUtime=102.26
/proc/20689/stat : 20689 (minisat_noasser) R 20687 20689 19963 0 -1 4194304 1240 0 0 0 10226 0 0 0 25 0 1 0 197457895 6414336 1226 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546897 0 0 4096 3 0 0 0 17 1 0 0
/proc/20689/statm: 1566 1226 66 130 0 1433 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 6264

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 20690
/proc/meminfo: memFree=1713280/2055920 swapFree=4184616/4192956
[pid=20689] ppid=20687 vsize=6956 CPUtime=162.23
/proc/20689/stat : 20689 (minisat_noasser) R 20687 20689 19963 0 -1 4194304 1426 0 0 0 16223 0 0 0 25 0 1 0 197457895 7122944 1412 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552645 0 0 4096 3 0 0 0 17 1 0 0
/proc/20689/statm: 1739 1412 66 130 0 1606 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 6956

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 20690
/proc/meminfo: memFree=1712960/2055920 swapFree=4184616/4192956
[pid=20689] ppid=20687 vsize=7368 CPUtime=222.21
/proc/20689/stat : 20689 (minisat_noasser) R 20687 20689 19963 0 -1 4194304 1512 0 0 0 22221 0 0 0 25 0 1 0 197457895 7544832 1498 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 1 0 0
/proc/20689/statm: 1842 1498 66 130 0 1709 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 7368

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 20690
/proc/meminfo: memFree=1712064/2055920 swapFree=4184616/4192956
[pid=20689] ppid=20687 vsize=8200 CPUtime=282.18
/proc/20689/stat : 20689 (minisat_noasser) R 20687 20689 19963 0 -1 4194304 1725 0 0 0 28218 0 0 0 25 0 1 0 197457895 8396800 1711 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/20689/statm: 2050 1711 66 130 0 1917 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 8200

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 20690
/proc/meminfo: memFree=1712000/2055920 swapFree=4184616/4192956
[pid=20689] ppid=20687 vsize=8200 CPUtime=342.17
/proc/20689/stat : 20689 (minisat_noasser) R 20687 20689 19963 0 -1 4194304 1733 0 0 0 34216 1 0 0 25 0 1 0 197457895 8396800 1719 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/20689/statm: 2050 1719 66 130 0 1917 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 8200

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 20690
/proc/meminfo: memFree=1711488/2055920 swapFree=4184616/4192956
[pid=20689] ppid=20687 vsize=8896 CPUtime=402.15
/proc/20689/stat : 20689 (minisat_noasser) R 20687 20689 19963 0 -1 4194304 1874 0 0 0 40214 1 0 0 25 0 1 0 197457895 9109504 1860 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/20689/statm: 2224 1860 66 130 0 2091 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 8896

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 20690
/proc/meminfo: memFree=1711232/2055920 swapFree=4184616/4192956
[pid=20689] ppid=20687 vsize=9028 CPUtime=462.12
/proc/20689/stat : 20689 (minisat_noasser) R 20687 20689 19963 0 -1 4194304 1933 0 0 0 46211 1 0 0 25 0 1 0 197457895 9244672 1919 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 1 0 0
/proc/20689/statm: 2257 1919 66 130 0 2124 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 9028

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 20690
/proc/meminfo: memFree=1710848/2055920 swapFree=4184616/4192956
[pid=20689] ppid=20687 vsize=9448 CPUtime=522.1
/proc/20689/stat : 20689 (minisat_noasser) R 20687 20689 19963 0 -1 4194304 2036 0 0 0 52209 1 0 0 25 0 1 0 197457895 9674752 2022 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546873 0 0 4096 3 0 0 0 17 1 0 0
/proc/20689/statm: 2362 2022 66 130 0 2229 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 9448

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 20690
/proc/meminfo: memFree=1710400/2055920 swapFree=4184616/4192956
[pid=20689] ppid=20687 vsize=9932 CPUtime=582.08
/proc/20689/stat : 20689 (minisat_noasser) R 20687 20689 19963 0 -1 4194304 2138 0 0 0 58207 1 0 0 25 0 1 0 197457895 10170368 2124 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/20689/statm: 2483 2124 66 130 0 2350 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 9932

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 20690
/proc/meminfo: memFree=1710272/2055920 swapFree=4184616/4192956
[pid=20689] ppid=20687 vsize=9932 CPUtime=642.06
/proc/20689/stat : 20689 (minisat_noasser) R 20687 20689 19963 0 -1 4194304 2159 0 0 0 64205 1 0 0 25 0 1 0 197457895 10170368 2145 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546942 0 0 4096 3 0 0 0 17 1 0 0
/proc/20689/statm: 2483 2145 66 130 0 2350 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 9932

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 20690
/proc/meminfo: memFree=1710080/2055920 swapFree=4184616/4192956
[pid=20689] ppid=20687 vsize=10216 CPUtime=702.03
/proc/20689/stat : 20689 (minisat_noasser) R 20687 20689 19963 0 -1 4194304 2206 0 0 0 70202 1 0 0 25 0 1 0 197457895 10461184 2192 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/20689/statm: 2554 2192 66 130 0 2421 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 10216

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 20690
/proc/meminfo: memFree=1709952/2055920 swapFree=4184616/4192956
[pid=20689] ppid=20687 vsize=10220 CPUtime=762.01
/proc/20689/stat : 20689 (minisat_noasser) R 20687 20689 19963 0 -1 4194304 2249 0 0 0 76200 1 0 0 25 0 1 0 197457895 10465280 2225 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 1 0 0
/proc/20689/statm: 2555 2225 66 130 0 2422 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 10220

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 20690
/proc/meminfo: memFree=1709632/2055920 swapFree=4184616/4192956
[pid=20689] ppid=20687 vsize=10632 CPUtime=821.99
/proc/20689/stat : 20689 (minisat_noasser) R 20687 20689 19963 0 -1 4194304 2321 0 0 0 82198 1 0 0 25 0 1 0 197457895 10887168 2296 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/20689/statm: 2658 2296 66 130 0 2525 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 10632

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 20690
/proc/meminfo: memFree=1709632/2055920 swapFree=4184616/4192956
[pid=20689] ppid=20687 vsize=10632 CPUtime=881.96
/proc/20689/stat : 20689 (minisat_noasser) R 20687 20689 19963 0 -1 4194304 2324 0 0 0 88195 1 0 0 25 0 1 0 197457895 10887168 2299 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/20689/statm: 2658 2299 66 130 0 2525 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 10632

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 20690
/proc/meminfo: memFree=1709504/2055920 swapFree=4184616/4192956
[pid=20689] ppid=20687 vsize=10632 CPUtime=941.94
/proc/20689/stat : 20689 (minisat_noasser) R 20687 20689 19963 0 -1 4194304 2344 0 0 0 94193 1 0 0 25 0 1 0 197457895 10887168 2319 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 1 0 0
/proc/20689/statm: 2658 2319 66 130 0 2525 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 10632

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 20690
/proc/meminfo: memFree=1709376/2055920 swapFree=4184616/4192956
[pid=20689] ppid=20687 vsize=10764 CPUtime=1001.92
/proc/20689/stat : 20689 (minisat_noasser) R 20687 20689 19963 0 -1 4194304 2374 0 0 0 100191 1 0 0 25 0 1 0 197457895 11022336 2349 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/20689/statm: 2691 2349 66 130 0 2558 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 10764

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 20690
/proc/meminfo: memFree=1709312/2055920 swapFree=4184616/4192956
[pid=20689] ppid=20687 vsize=10896 CPUtime=1061.9
/proc/20689/stat : 20689 (minisat_noasser) R 20687 20689 19963 0 -1 4194304 2391 0 0 0 106189 1 0 0 25 0 1 0 197457895 11157504 2366 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/20689/statm: 2724 2366 66 130 0 2591 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 10896

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 20690
/proc/meminfo: memFree=1709056/2055920 swapFree=4184616/4192956
[pid=20689] ppid=20687 vsize=11156 CPUtime=1121.87
/proc/20689/stat : 20689 (minisat_noasser) R 20687 20689 19963 0 -1 4194304 2448 0 0 0 112186 1 0 0 25 0 1 0 197457895 11423744 2423 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/20689/statm: 2789 2423 66 130 0 2656 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 11156

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 20690
/proc/meminfo: memFree=1708992/2055920 swapFree=4184616/4192956
[pid=20689] ppid=20687 vsize=11120 CPUtime=1181.85
/proc/20689/stat : 20689 (minisat_noasser) R 20687 20689 19963 0 -1 4194304 2448 0 0 0 118184 1 0 0 25 0 1 0 197457895 11386880 2423 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546839 0 0 4096 3 0 0 0 17 1 0 0
/proc/20689/statm: 2780 2423 66 130 0 2647 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 11120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 20690
/proc/meminfo: memFree=1708928/2055920 swapFree=4184616/4192956
[pid=20689] ppid=20687 vsize=11120 CPUtime=1200.05
/proc/20689/stat : 20689 (minisat_noasser) R 20687 20689 19963 0 -1 4194304 2463 0 0 0 120004 1 0 0 25 0 1 0 197457895 11386880 2438 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546922 0 0 4096 3 0 0 0 17 1 0 0
/proc/20689/statm: 2780 2438 66 130 0 2647 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 11120

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 20690
/proc/meminfo: memFree=1708928/2055920 swapFree=4184616/4192956
[pid=20689] ppid=20687 vsize=11120 CPUtime=1200.05
/proc/20689/stat : 20689 (minisat_noasser) R 20687 20689 19963 0 -1 4194304 2463 0 0 0 120004 1 0 0 25 0 1 0 197457895 11386880 2438 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546922 0 0 4096 3 0 0 0 17 1 0 0
/proc/20689/statm: 2780 2438 66 130 0 2647 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 11120

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.06
CPU user time (s): 1200.04
CPU system time (s): 0.019996
CPU usage (%): 99.963
Max. virtual memory (cumulated for all children) (KiB): 11156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.04
system time used= 0.019996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2463
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= 6
involuntary context switches= 2244

runsolver used 0.942856 second user time and 2.34364 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Wed Apr 25 10:04:43 UTC 2007

IDJOB= 421771
IDBENCH= 24674
IDSOLVER= 188
FILE ID= node59/421771-1177495483

PBS_JOBID= 4685824

Free space on /tmp= 66330 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-clq/unsat-set-b-fclqcolor-10-07-09.sat05-1282.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/421771-1177495483/minisat_noassertions /tmp/evaluation/421771-1177495483/instance-421771-1177495483.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-421771-1177495483 -o ROOT/results/node59/solver-421771-1177495483 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/421771-1177495483/minisat_noassertions /tmp/evaluation/421771-1177495483/instance-421771-1177495483.cnf

META MD5SUM SOLVER= 80cbedba287df00eb7b45eadedad758b
MD5SUM BENCH=  9f209556efd81ba93e992e22316c3ed8

RANDOM SEED= 288410343

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.268
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.268
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:       1719448 kB
Buffers:         26860 kB
Cached:         235160 kB
SwapCached:       2364 kB
Active:          88868 kB
Inactive:       182796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1719448 kB
SwapTotal:     4192956 kB
SwapFree:      4184616 kB
Dirty:            1608 kB
Writeback:           0 kB
Mapped:          16436 kB
Slab:            50732 kB
Committed_AS:  3054868 kB
PageTables:       1472 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= 66330 MiB

End job on node59 on Wed Apr 25 10:24:45 UTC 2007