Trace number 1785080

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
SAT07 reference solver: minisat SAT 2007? (TO) 5000.04 5001.31

General information on the benchmark

Namecrafted/Hard/contest03/others/
color-11-3.sat05-445.reshuffled-07.cnf
MD5SUM207febf52bd846c013e185fa637fdf3c
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 variables363
Number of clauses9559
Sum of the clauses size37389
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2363
Number of clauses of size 3121
Number of clauses of size 49075
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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:  363                                                  |
0.00/0.00	c |  Number of clauses:    9559                                                 |
0.00/0.01	c |  Parsing time:         0.01         s                                       |
0.09/0.14	c ============================[ Search Statistics ]==============================
0.09/0.14	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.14	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.14	c ===============================================================================
0.09/0.14	c |         0 |     242     9196    48642 |     3065        0    nan |  0.000 % |
0.09/0.15	c |       100 |     242     9196    48642 |     3371      100     35 |  0.002 % |
0.09/0.16	c |       250 |     242     9196    48642 |     3709      250     30 |  0.001 % |
0.09/0.16	c |       476 |     242     9196    48642 |     4079      476     30 |  0.001 % |
0.09/0.17	c |       814 |     242     9196    48642 |     4487      814     32 |  0.002 % |
0.09/0.19	c |      1320 |     242     9196    48642 |     4936     1320     33 |  0.001 % |
0.19/0.22	c |      2081 |     242     9196    48642 |     5430     2081     32 |  0.001 % |
0.19/0.27	c |      3222 |     242     9196    48642 |     5973     3222     35 |  0.002 % |
0.29/0.35	c |      4931 |     242     9196    48642 |     6570     4931     36 |  0.001 % |
0.39/0.48	c |      7496 |     242     9196    48642 |     7227     4171     37 |  0.001 % |
0.59/0.69	c |     11340 |     242     9196    48642 |     7950     4343     37 |  0.001 % |
1.00/1.07	c |     17106 |     242     9196    48642 |     8745     6090     39 |  0.001 % |
1.59/1.64	c |     25756 |     242     9196    48642 |     9620     5892     38 |  0.001 % |
2.59/2.69	c |     38732 |     242     9196    48642 |    10582     9160     40 |  0.001 % |
4.40/4.44	c |     58194 |     242     9196    48642 |    11640     7282     39 |  0.001 % |
7.09/7.12	c |     87386 |     242     9196    48642 |    12804     7129     37 |  0.002 % |
11.09/11.11	c |    131176 |     242     9196    48642 |    14085    12223     42 |  0.001 % |
17.89/17.97	c |    196862 |     242     9196    48642 |    15493    14081     42 |  0.001 % |
29.98/30.02	c |    295388 |     242     9196    48642 |    17042    11310     42 |  0.002 % |
48.98/49.09	c |    443178 |     242     9196    48642 |    18747    13437     37 |  0.002 % |
78.27/78.35	c |    664861 |     242     9196    48642 |    20622    18418     39 |  0.002 % |
127.56/127.63	c |    997386 |     242     9196    48642 |    22684    19446     42 |  0.001 % |
213.13/213.29	c |   1496175 |     242     9196    48642 |    24952    17093     41 |  0.001 % |
337.01/337.16	c |   2244357 |     242     9196    48642 |    27447    13508     38 |  0.002 % |
535.26/535.48	c |   3366634 |     242     9196    48642 |    30192    19128     36 |  0.001 % |
920.96/921.26	c |   5050045 |     242     9196    48642 |    33211    25215     44 |  0.001 % |
1512.21/1512.69	c |   7575161 |     242     9196    48642 |    36533    17504     41 |  0.001 % |
2455.07/2455.76	c |  11362836 |     242     9196    48642 |    40186    24909     42 |  0.002 % |
3853.51/3854.56	c |  17044348 |     242     9196    48642 |    44205    21300     42 |  0.001 % |

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-1785080-1241888774/watcher-1785080-1241888774 -o /tmp/evaluation-result-1785080-1241888774/solver-1785080-1241888774 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-1785080-1241888774.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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 20785
/proc/meminfo: memFree=1911264/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=1988 CPUtime=0
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 216910816 2035712 173 1992294400 134512640 135048876 4294956208 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 497 173 50 130 0 364 0

[startup+0.089345 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 20785
/proc/meminfo: memFree=1911264/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=3644 CPUtime=0.08
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 625 0 0 0 8 0 0 0 18 0 1 0 216910816 3731456 611 1992294400 134512640 135048876 4294956208 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 911 611 62 130 0 778 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3644

[startup+0.101346 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 20785
/proc/meminfo: memFree=1911264/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=3776 CPUtime=0.09
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 664 0 0 0 9 0 0 0 18 0 1 0 216910816 3866624 650 1992294400 134512640 135048876 4294956208 18446744073709551615 134521198 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 944 650 62 130 0 811 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3776

[startup+0.301366 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 20785
/proc/meminfo: memFree=1911264/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=3776 CPUtime=0.29
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 703 0 0 0 29 0 0 0 19 0 1 0 216910816 3866624 658 1992294400 134512640 135048876 4294956208 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 944 658 66 130 0 811 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3776

[startup+0.701407 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 20785
/proc/meminfo: memFree=1911264/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=4304 CPUtime=0.69
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 809 0 0 0 69 0 0 0 22 0 1 0 216910816 4407296 764 1992294400 134512640 135048876 4294956208 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 1076 764 66 130 0 943 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4304

[startup+1.50149 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 20786
/proc/meminfo: memFree=1908248/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=4596 CPUtime=1.49
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 901 0 0 0 149 0 0 0 25 0 1 0 216910816 4706304 856 1992294400 134512640 135048876 4294956208 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 1149 856 66 130 0 1016 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4596

[startup+3.10165 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 20786
/proc/meminfo: memFree=1907672/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=5256 CPUtime=3.09
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 1052 0 0 0 309 0 0 0 25 0 1 0 216910816 5382144 1007 1992294400 134512640 135048876 4294956208 18446744073709551615 134546897 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 1314 1007 66 130 0 1181 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5256

[startup+6.30198 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 20786
/proc/meminfo: memFree=1907096/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=5520 CPUtime=6.29
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 1140 0 0 0 629 0 0 0 25 0 1 0 216910816 5652480 1095 1992294400 134512640 135048876 4294956208 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 1380 1095 66 130 0 1247 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5520

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 20786
/proc/meminfo: memFree=1906024/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=6508 CPUtime=12.69
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 1380 0 0 0 1269 0 0 0 25 0 1 0 216910816 6664192 1335 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 1627 1335 66 130 0 1494 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6508

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 20786
/proc/meminfo: memFree=1905256/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=7304 CPUtime=25.49
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 1552 0 0 0 2549 0 0 0 25 0 1 0 216910816 7479296 1507 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 1826 1507 66 130 0 1693 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 7304

[startup+51.1015 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 20786
/proc/meminfo: memFree=1904552/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=8112 CPUtime=51.08
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 1747 0 0 0 5107 1 0 0 25 0 1 0 216910816 8306688 1702 1992294400 134512640 135048876 4294956208 18446744073709551615 134546907 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 2028 1702 66 130 0 1895 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8112

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 20786
/proc/meminfo: memFree=1903144/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=9480 CPUtime=102.27
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 2083 0 0 0 10226 1 0 0 25 0 1 0 216910816 9707520 2038 1992294400 134512640 135048876 4294956208 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 2370 2038 66 130 0 2237 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 9480

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20786
/proc/meminfo: memFree=1902056/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=10560 CPUtime=162.25
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 2358 0 0 0 16224 1 0 0 25 0 1 0 216910816 10813440 2313 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 2640 2313 66 130 0 2507 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 10560

[startup+222.302 s]
/proc/loadavg: 1.04 1.00 1.00 2/65 20786
/proc/meminfo: memFree=1901288/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=11264 CPUtime=222.23
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 2525 0 0 0 22222 1 0 0 25 0 1 0 216910816 11534336 2480 1992294400 134512640 135048876 4294956208 18446744073709551615 134552359 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 2816 2480 66 130 0 2683 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 11264

[startup+282.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 20786
/proc/meminfo: memFree=1900584/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=11976 CPUtime=282.22
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 2695 0 0 0 28220 2 0 0 25 0 1 0 216910816 12263424 2650 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 2994 2650 66 130 0 2861 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 11976

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20786
/proc/meminfo: memFree=1900072/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=12544 CPUtime=342.21
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 2824 0 0 0 34219 2 0 0 25 0 1 0 216910816 12845056 2779 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 3136 2779 66 130 0 3003 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 12544

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20786
/proc/meminfo: memFree=1899432/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=13116 CPUtime=402.19
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 2967 0 0 0 40217 2 0 0 25 0 1 0 216910816 13430784 2922 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 3279 2922 66 130 0 3146 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 13116

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20786
/proc/meminfo: memFree=1898920/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=13540 CPUtime=462.17
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 3086 0 0 0 46215 2 0 0 25 0 1 0 216910816 13864960 3041 1992294400 134512640 135048876 4294956208 18446744073709551615 134546907 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 3385 3041 66 130 0 3252 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 13540

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20786
/proc/meminfo: memFree=1898536/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=14000 CPUtime=522.16
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 3177 0 0 0 52214 2 0 0 25 0 1 0 216910816 14336000 3132 1992294400 134512640 135048876 4294956208 18446744073709551615 134548762 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 3500 3132 66 130 0 3367 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 14000

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20786
/proc/meminfo: memFree=1897768/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=14712 CPUtime=582.14
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 3361 0 0 0 58212 2 0 0 25 0 1 0 216910816 15065088 3316 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 3678 3316 66 130 0 3545 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 14712

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20786
/proc/meminfo: memFree=1897320/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=15268 CPUtime=642.13
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 3473 0 0 0 64211 2 0 0 25 0 1 0 216910816 15634432 3428 1992294400 134512640 135048876 4294956208 18446744073709551615 134546922 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 3817 3428 66 130 0 3684 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 15268


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

[startup+4062.31 s]
/proc/loadavg: 1.10 1.05 1.01 2/65 20794
/proc/meminfo: memFree=1886760/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=24776 CPUtime=4061.26
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 5712 0 0 0 406116 10 0 0 25 0 1 0 216910816 25370624 5667 1992294400 134512640 135048876 4294956208 18446744073709551615 134548216 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 6194 5667 66 130 0 6061 0
Current children cumulated CPU time (s) 4061.26
Current children cumulated vsize (KiB) 24776

[startup+4122.3 s]
/proc/loadavg: 1.04 1.04 1.00 2/65 20794
/proc/meminfo: memFree=1886568/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=24968 CPUtime=4121.24
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 5761 0 0 0 412114 10 0 0 25 0 1 0 216910816 25567232 5716 1992294400 134512640 135048876 4294956208 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 6242 5716 66 130 0 6109 0
Current children cumulated CPU time (s) 4121.24
Current children cumulated vsize (KiB) 24968

[startup+4182.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 20794
/proc/meminfo: memFree=1886504/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=24968 CPUtime=4181.23
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 5764 0 0 0 418113 10 0 0 25 0 1 0 216910816 25567232 5719 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 6242 5719 66 130 0 6109 0
Current children cumulated CPU time (s) 4181.23
Current children cumulated vsize (KiB) 24968

[startup+4242.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 20794
/proc/meminfo: memFree=1886440/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=25108 CPUtime=4241.21
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 5779 0 0 0 424111 10 0 0 25 0 1 0 216910816 25710592 5734 1992294400 134512640 135048876 4294956208 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 6277 5734 66 130 0 6144 0
Current children cumulated CPU time (s) 4241.21
Current children cumulated vsize (KiB) 25108

[startup+4302.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 20794
/proc/meminfo: memFree=1886312/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=25108 CPUtime=4301.19
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 5801 0 0 0 430109 10 0 0 25 0 1 0 216910816 25710592 5756 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 6277 5756 66 130 0 6144 0
Current children cumulated CPU time (s) 4301.19
Current children cumulated vsize (KiB) 25108

[startup+4362.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 20794
/proc/meminfo: memFree=1885928/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=25540 CPUtime=4361.19
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 5890 0 0 0 436108 11 0 0 25 0 1 0 216910816 26152960 5845 1992294400 134512640 135048876 4294956208 18446744073709551615 134546964 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 6385 5845 66 130 0 6252 0
Current children cumulated CPU time (s) 4361.19
Current children cumulated vsize (KiB) 25540

[startup+4422.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 20794
/proc/meminfo: memFree=1885736/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=25672 CPUtime=4421.17
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 5944 0 0 0 442106 11 0 0 25 0 1 0 216910816 26288128 5899 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 6418 5899 66 130 0 6285 0
Current children cumulated CPU time (s) 4421.17
Current children cumulated vsize (KiB) 25672

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20794
/proc/meminfo: memFree=1885608/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=25840 CPUtime=4481.15
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 5961 0 0 0 448104 11 0 0 25 0 1 0 216910816 26460160 5916 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 6460 5916 66 130 0 6327 0
Current children cumulated CPU time (s) 4481.15
Current children cumulated vsize (KiB) 25840

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20794
/proc/meminfo: memFree=1885544/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=25840 CPUtime=4541.14
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 5963 0 0 0 454103 11 0 0 25 0 1 0 216910816 26460160 5918 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 6460 5918 66 130 0 6327 0
Current children cumulated CPU time (s) 4541.14
Current children cumulated vsize (KiB) 25840

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20794
/proc/meminfo: memFree=1885544/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=25840 CPUtime=4601.12
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 5963 0 0 0 460101 11 0 0 25 0 1 0 216910816 26460160 5918 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 6460 5918 66 130 0 6327 0
Current children cumulated CPU time (s) 4601.12
Current children cumulated vsize (KiB) 25840

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20794
/proc/meminfo: memFree=1885480/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=25840 CPUtime=4661.1
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 5963 0 0 0 466099 11 0 0 25 0 1 0 216910816 26460160 5918 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 6460 5918 66 130 0 6327 0
Current children cumulated CPU time (s) 4661.1
Current children cumulated vsize (KiB) 25840

[startup+4722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20794
/proc/meminfo: memFree=1885480/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=25840 CPUtime=4721.09
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 5963 0 0 0 472098 11 0 0 25 0 1 0 216910816 26460160 5918 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 6460 5918 66 130 0 6327 0
Current children cumulated CPU time (s) 4721.09
Current children cumulated vsize (KiB) 25840

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20794
/proc/meminfo: memFree=1885416/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=25840 CPUtime=4781.08
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 5975 0 0 0 478096 12 0 0 25 0 1 0 216910816 26460160 5930 1992294400 134512640 135048876 4294956208 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 6460 5930 66 130 0 6327 0
Current children cumulated CPU time (s) 4781.08
Current children cumulated vsize (KiB) 25840

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20794
/proc/meminfo: memFree=1885288/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=26020 CPUtime=4841.06
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 6003 0 0 0 484094 12 0 0 25 0 1 0 216910816 26644480 5958 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 6505 5958 66 130 0 6372 0
Current children cumulated CPU time (s) 4841.06
Current children cumulated vsize (KiB) 26020

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20794
/proc/meminfo: memFree=1885224/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=26020 CPUtime=4901.05
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 6003 0 0 0 490093 12 0 0 25 0 1 0 216910816 26644480 5958 1992294400 134512640 135048876 4294956208 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 6505 5958 66 130 0 6372 0
Current children cumulated CPU time (s) 4901.05
Current children cumulated vsize (KiB) 26020

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20794
/proc/meminfo: memFree=1885160/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=26020 CPUtime=4961.03
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 6015 0 0 0 496091 12 0 0 25 0 1 0 216910816 26644480 5970 1992294400 134512640 135048876 4294956208 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 6505 5970 66 130 0 6372 0
Current children cumulated CPU time (s) 4961.03
Current children cumulated vsize (KiB) 26020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20794
/proc/meminfo: memFree=1885160/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=26020 CPUtime=5000.02
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 6017 0 0 0 499990 12 0 0 25 0 1 0 216910816 26644480 5972 1992294400 134512640 135048876 4294956208 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 6505 5972 66 130 0 6372 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 26020

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

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

[startup+5001.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20794
/proc/meminfo: memFree=1885160/2055920 swapFree=4176540/4192956
[pid=20785] ppid=20783 vsize=26020 CPUtime=5000.02
/proc/20785/stat : 20785 (minisat_noasser) R 20783 20785 20748 0 -1 4194304 6017 0 0 0 499990 12 0 0 25 0 1 0 216910816 26644480 5972 1992294400 134512640 135048876 4294956208 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 1 0 0
/proc/20785/statm: 6505 5972 66 130 0 6372 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 26020

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.31
CPU time (s): 5000.04
CPU user time (s): 4999.91
CPU system time (s): 0.131979
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (KiB): 26020

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

runsolver used 3.59945 second user time and 10.6724 second system time

The end

Launcher Data

Begin job on node17 at 2009-05-09 19:06:14
IDJOB=1785080
IDBENCH=24692
IDSOLVER=639
FILE ID=node17/1785080-1241888774
PBS_JOBID= 9264718
Free space on /tmp= 66148 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT07/crafted/Hard/contest03/others/color-11-3.sat05-445.reshuffled-07.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785080-1241888774/watcher-1785080-1241888774 -o /tmp/evaluation-result-1785080-1241888774/solver-1785080-1241888774 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-1785080-1241888774.cnf

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

MD5SUM BENCH= 207febf52bd846c013e185fa637fdf3c
RANDOM SEED=208065132

node17.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.234
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.234
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:       1911744 kB
Buffers:         32640 kB
Cached:          60100 kB
SwapCached:      11164 kB
Active:          60252 kB
Inactive:        45648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1911744 kB
SwapTotal:     4192956 kB
SwapFree:      4176540 kB
Dirty:            1732 kB
Writeback:           0 kB
Mapped:          13888 kB
Slab:            24208 kB
Committed_AS:   718032 kB
PageTables:       1452 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= 66148 MiB
End job on node17 at 2009-05-09 20:29:38