Trace number 421774

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.07 1200.41

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-a-clqcolor-10-06-07.sat05-1250.reshuffled-07.cnf
MD5SUMd64dca54200a054e94b7ff79160b1bde
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 variables175
Number of clauses2387
Sum of the clauses size7030
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2210
Number of clauses of size 32160
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517

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:  175                                                  |
0.00/0.00	c |  Number of clauses:    2387                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	c ===============================================================================
0.00/0.01	c |         0 |     158     2370    10261 |      790        0    nan |  0.000 % |
0.00/0.01	c |       101 |     158     2370    10261 |      869      101     20 |  0.003 % |
0.00/0.01	c |       251 |     158     2370    10261 |      955      251     22 |  0.003 % |
0.00/0.02	c |       477 |     158     2370    10261 |     1051      477     23 |  0.020 % |
0.00/0.03	c |       814 |     158     2370    10261 |     1156      814     24 |  0.003 % |
0.00/0.04	c |      1321 |     158     2370    10261 |     1272      690     23 |  0.003 % |
0.00/0.06	c |      2080 |     158     2370    10261 |     1399      792     20 |  0.003 % |
0.08/0.09	c |      3219 |     158     2370    10261 |     1539     1177     24 |  0.003 % |
0.09/0.14	c |      4927 |     158     2370    10261 |     1693     1274     24 |  0.003 % |
0.19/0.22	c |      7490 |     158     2370    10261 |     1862     1210     19 |  0.023 % |
0.29/0.34	c |     11335 |     158     2370    10261 |     2049     1167     24 |  0.020 % |
0.49/0.51	c |     17101 |     158     2370    10261 |     2253     1686     17 |  0.003 % |
0.69/0.75	c |     25751 |     158     2370    10261 |     2479     2293     18 |  0.016 % |
1.10/1.12	c |     38725 |     158     2370    10261 |     2727     2519     22 |  0.016 % |
1.59/1.70	c |     58189 |     158     2370    10261 |     3000     2442     17 |  0.016 % |
2.59/2.66	c |     87382 |     158     2370    10261 |     3300     2559     23 |  0.023 % |
4.09/4.12	c |    131172 |     158     2370    10261 |     3630     2556     18 |  0.016 % |
6.39/6.41	c |    196856 |     158     2370    10261 |     3993     3634     22 |  0.003 % |
10.09/10.11	c |    295383 |     158     2370    10261 |     4392     2898     26 |  0.003 % |
15.99/16.08	c |    443173 |     158     2370    10261 |     4831     3674     30 |  0.003 % |
24.98/25.09	c |    664856 |     158     2370    10261 |     5314     2591     23 |  0.023 % |
39.48/39.56	c |    997381 |     158     2370    10261 |     5846     4233     28 |  0.003 % |
60.27/60.40	c |   1496170 |     158     2370    10261 |     6430     3518     23 |  0.003 % |
92.66/92.77	c |   2244353 |     158     2370    10261 |     7073     5289     23 |  0.003 % |
143.85/143.90	c |   3366630 |     158     2370    10261 |     7781     4123     19 |  0.016 % |
223.32/223.44	c |   5050041 |     158     2370    10261 |     8559     5089     23 |  0.016 % |
355.50/355.62	c |   7575157 |     158     2370    10261 |     9415     5111     24 |  0.003 % |
560.14/560.38	c |  11362832 |     158     2370    10261 |    10356     7041     23 |  0.020 % |
891.55/891.86	c |  17044344 |     158     2370    10261 |    11392     9326     25 |  0.020 % |

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/node27/watcher-421774-1177495516 -o ROOT/results/node27/solver-421774-1177495516 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/421774-1177495516/minisat_noassertions /tmp/evaluation/421774-1177495516/instance-421774-1177495516.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.91 0.95 0.90 3/65 12558
/proc/meminfo: memFree=1737448/2055920 swapFree=4182888/4192956
[pid=12558] ppid=12556 vsize=1852 CPUtime=0
/proc/12558/stat : 12558 (minisat_noasser) R 12556 12558 11876 0 -1 4194304 138 0 0 0 0 0 0 0 18 0 1 0 162247521 1896448 124 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529222 0 0 4096 3 0 0 0 17 1 0 0
/proc/12558/statm: 463 124 62 130 0 330 0

[startup+0.090685 s]
/proc/loadavg: 0.91 0.95 0.90 3/65 12558
/proc/meminfo: memFree=1737448/2055920 swapFree=4182888/4192956
[pid=12558] ppid=12556 vsize=2084 CPUtime=0.08
/proc/12558/stat : 12558 (minisat_noasser) R 12556 12558 11876 0 -1 4194304 198 0 0 0 8 0 0 0 18 0 1 0 162247521 2134016 184 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546885 0 0 4096 3 0 0 0 17 1 0 0
/proc/12558/statm: 521 184 66 130 0 388 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2084

[startup+0.101686 s]
/proc/loadavg: 0.91 0.95 0.90 3/65 12558
/proc/meminfo: memFree=1737448/2055920 swapFree=4182888/4192956
[pid=12558] ppid=12556 vsize=2084 CPUtime=0.09
/proc/12558/stat : 12558 (minisat_noasser) R 12556 12558 11876 0 -1 4194304 198 0 0 0 9 0 0 0 18 0 1 0 162247521 2134016 184 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 1 0 0
/proc/12558/statm: 521 185 66 130 0 388 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2084

[startup+0.301706 s]
/proc/loadavg: 0.91 0.95 0.90 3/65 12558
/proc/meminfo: memFree=1737448/2055920 swapFree=4182888/4192956
[pid=12558] ppid=12556 vsize=2216 CPUtime=0.29
/proc/12558/stat : 12558 (minisat_noasser) R 12556 12558 11876 0 -1 4194304 227 0 0 0 29 0 0 0 19 0 1 0 162247521 2269184 213 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683020 0 0 4096 3 0 0 0 17 1 0 0
/proc/12558/statm: 554 213 66 130 0 421 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2216

[startup+0.701746 s]
/proc/loadavg: 0.91 0.95 0.90 3/65 12558
/proc/meminfo: memFree=1737448/2055920 swapFree=4182888/4192956
[pid=12558] ppid=12556 vsize=2216 CPUtime=0.69
/proc/12558/stat : 12558 (minisat_noasser) R 12556 12558 11876 0 -1 4194304 238 0 0 0 69 0 0 0 22 0 1 0 162247521 2269184 224 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552648 0 0 4096 3 0 0 0 17 1 0 0
/proc/12558/statm: 554 224 66 130 0 421 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2216

[startup+1.50183 s]
/proc/loadavg: 0.91 0.95 0.90 2/66 12559
/proc/meminfo: memFree=1736672/2055920 swapFree=4182888/4192956
[pid=12558] ppid=12556 vsize=2348 CPUtime=1.49
/proc/12558/stat : 12558 (minisat_noasser) R 12556 12558 11876 0 -1 4194304 283 0 0 0 149 0 0 0 25 0 1 0 162247521 2404352 269 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/12558/statm: 587 269 66 130 0 454 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2348

[startup+3.10199 s]
/proc/loadavg: 0.91 0.95 0.90 2/66 12559
/proc/meminfo: memFree=1736416/2055920 swapFree=4182888/4192956
[pid=12558] ppid=12556 vsize=2612 CPUtime=3.09
/proc/12558/stat : 12558 (minisat_noasser) R 12556 12558 11876 0 -1 4194304 335 0 0 0 309 0 0 0 25 0 1 0 162247521 2674688 321 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/12558/statm: 653 321 66 130 0 520 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2612

[startup+6.30131 s]
/proc/loadavg: 0.92 0.95 0.90 2/66 12559
/proc/meminfo: memFree=1736040/2055920 swapFree=4182888/4192956
[pid=12558] ppid=12556 vsize=2744 CPUtime=6.29
/proc/12558/stat : 12558 (minisat_noasser) R 12556 12558 11876 0 -1 4194304 385 0 0 0 629 0 0 0 25 0 1 0 162247521 2809856 371 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134553185 0 0 4096 3 0 0 0 17 1 0 0
/proc/12558/statm: 686 371 66 130 0 553 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2744

[startup+12.702 s]
/proc/loadavg: 0.93 0.95 0.90 2/66 12559
/proc/meminfo: memFree=1735592/2055920 swapFree=4182888/4192956
[pid=12558] ppid=12556 vsize=3272 CPUtime=12.69
/proc/12558/stat : 12558 (minisat_noasser) R 12556 12558 11876 0 -1 4194304 495 0 0 0 1269 0 0 0 25 0 1 0 162247521 3350528 481 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 1 0 0
/proc/12558/statm: 818 481 66 130 0 685 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3272

[startup+25.5013 s]
/proc/loadavg: 0.94 0.96 0.91 2/66 12559
/proc/meminfo: memFree=1735272/2055920 swapFree=4182888/4192956
[pid=12558] ppid=12556 vsize=3672 CPUtime=25.48
/proc/12558/stat : 12558 (minisat_noasser) R 12556 12558 11876 0 -1 4194304 600 0 0 0 2548 0 0 0 25 0 1 0 162247521 3760128 586 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/12558/statm: 918 586 66 130 0 785 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3672

[startup+51.1018 s]
/proc/loadavg: 0.96 0.96 0.91 2/66 12559
/proc/meminfo: memFree=1734824/2055920 swapFree=4182888/4192956
[pid=12558] ppid=12556 vsize=4076 CPUtime=51.07
/proc/12558/stat : 12558 (minisat_noasser) R 12556 12558 11876 0 -1 4194304 713 0 0 0 5107 0 0 0 25 0 1 0 162247521 4173824 699 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546962 0 0 4096 3 0 0 0 17 1 0 0
/proc/12558/statm: 1019 699 66 130 0 886 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 4076

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.91 2/66 12559
/proc/meminfo: memFree=1734056/2055920 swapFree=4182888/4192956
[pid=12558] ppid=12556 vsize=4740 CPUtime=102.26
/proc/12558/stat : 12558 (minisat_noasser) R 12556 12558 11876 0 -1 4194304 872 0 0 0 10226 0 0 0 25 0 1 0 162247521 4853760 858 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546977 0 0 4096 3 0 0 0 17 1 0 0
/proc/12558/statm: 1185 858 66 130 0 1052 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 4740

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 12559
/proc/meminfo: memFree=1733672/2055920 swapFree=4182888/4192956
[pid=12558] ppid=12556 vsize=5156 CPUtime=162.24
/proc/12558/stat : 12558 (minisat_noasser) R 12556 12558 11876 0 -1 4194304 953 0 0 0 16224 0 0 0 25 0 1 0 162247521 5279744 939 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134553102 0 0 4096 3 0 0 0 17 1 0 0
/proc/12558/statm: 1289 939 66 130 0 1156 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 5156

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 12559
/proc/meminfo: memFree=1733416/2055920 swapFree=4182888/4192956
[pid=12558] ppid=12556 vsize=5300 CPUtime=222.22
/proc/12558/stat : 12558 (minisat_noasser) R 12556 12558 11876 0 -1 4194304 1008 0 0 0 22222 0 0 0 25 0 1 0 162247521 5427200 994 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 1 0 0
/proc/12558/statm: 1325 994 66 130 0 1192 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 5300

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 12559
/proc/meminfo: memFree=1733224/2055920 swapFree=4182888/4192956
[pid=12558] ppid=12556 vsize=5556 CPUtime=282.21
/proc/12558/stat : 12558 (minisat_noasser) R 12556 12558 11876 0 -1 4194304 1080 0 0 0 28221 0 0 0 25 0 1 0 162247521 5689344 1066 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 1 0 0
/proc/12558/statm: 1389 1066 66 130 0 1256 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 5556

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 12559
/proc/meminfo: memFree=1732904/2055920 swapFree=4182888/4192956
[pid=12558] ppid=12556 vsize=5824 CPUtime=342.2
/proc/12558/stat : 12558 (minisat_noasser) R 12556 12558 11876 0 -1 4194304 1142 0 0 0 34219 1 0 0 25 0 1 0 162247521 5963776 1128 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 1 0 0
/proc/12558/statm: 1456 1128 66 130 0 1323 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 5824

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 12559
/proc/meminfo: memFree=1732712/2055920 swapFree=4182888/4192956
[pid=12558] ppid=12556 vsize=6108 CPUtime=402.18
/proc/12558/stat : 12558 (minisat_noasser) R 12556 12558 11876 0 -1 4194304 1205 0 0 0 40217 1 0 0 25 0 1 0 162247521 6254592 1191 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546897 0 0 4096 3 0 0 0 17 1 0 0
/proc/12558/statm: 1527 1191 66 130 0 1394 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 6108

[startup+462.301 s]
/proc/loadavg: 1.06 0.99 0.91 2/66 12559
/proc/meminfo: memFree=1732456/2055920 swapFree=4182888/4192956
[pid=12558] ppid=12556 vsize=6256 CPUtime=462.16
/proc/12558/stat : 12558 (minisat_noasser) R 12556 12558 11876 0 -1 4194304 1250 0 0 0 46215 1 0 0 25 0 1 0 162247521 6406144 1236 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/12558/statm: 1564 1236 66 130 0 1431 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 6256

[startup+522.301 s]
/proc/loadavg: 1.08 1.00 0.92 2/66 12559
/proc/meminfo: memFree=1732456/2055920 swapFree=4182888/4192956
[pid=12558] ppid=12556 vsize=6408 CPUtime=522.15
/proc/12558/stat : 12558 (minisat_noasser) R 12556 12558 11876 0 -1 4194304 1267 0 0 0 52214 1 0 0 25 0 1 0 162247521 6561792 1253 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/12558/statm: 1602 1253 66 130 0 1469 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 6408

[startup+582.302 s]
/proc/loadavg: 1.09 1.01 0.93 2/66 12559
/proc/meminfo: memFree=1732264/2055920 swapFree=4182888/4192956
[pid=12558] ppid=12556 vsize=6564 CPUtime=582.13
/proc/12558/stat : 12558 (minisat_noasser) R 12556 12558 11876 0 -1 4194304 1312 0 0 0 58212 1 0 0 25 0 1 0 162247521 6721536 1298 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546956 0 0 4096 3 0 0 0 17 1 0 0
/proc/12558/statm: 1641 1298 66 130 0 1508 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 6564

[startup+642.302 s]
/proc/loadavg: 1.08 1.03 0.93 2/66 12559
/proc/meminfo: memFree=1731752/2055920 swapFree=4182888/4192956
[pid=12558] ppid=12556 vsize=7116 CPUtime=642.12
/proc/12558/stat : 12558 (minisat_noasser) R 12556 12558 11876 0 -1 4194304 1427 0 0 0 64211 1 0 0 25 0 1 0 162247521 7286784 1413 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548048 0 0 4096 3 0 0 0 17 1 0 0
/proc/12558/statm: 1779 1413 66 130 0 1646 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 7116

[startup+702.302 s]
/proc/loadavg: 1.11 1.05 0.94 2/66 12559
/proc/meminfo: memFree=1731752/2055920 swapFree=4182888/4192956
[pid=12558] ppid=12556 vsize=7116 CPUtime=702.1
/proc/12558/stat : 12558 (minisat_noasser) R 12556 12558 11876 0 -1 4194304 1433 0 0 0 70209 1 0 0 25 0 1 0 162247521 7286784 1419 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 1 0 0
/proc/12558/statm: 1779 1419 66 130 0 1646 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 7116

[startup+762.306 s]
/proc/loadavg: 1.04 1.04 0.94 2/66 12559
/proc/meminfo: memFree=1731560/2055920 swapFree=4182888/4192956
[pid=12558] ppid=12556 vsize=7264 CPUtime=762.09
/proc/12558/stat : 12558 (minisat_noasser) R 12556 12558 11876 0 -1 4194304 1464 0 0 0 76208 1 0 0 25 0 1 0 162247521 7438336 1450 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/12558/statm: 1816 1450 66 130 0 1683 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 7264

[startup+822.302 s]
/proc/loadavg: 1.01 1.03 0.94 2/66 12559
/proc/meminfo: memFree=1731368/2055920 swapFree=4182888/4192956
[pid=12558] ppid=12556 vsize=7392 CPUtime=822.07
/proc/12558/stat : 12558 (minisat_noasser) R 12556 12558 11876 0 -1 4194304 1503 0 0 0 82206 1 0 0 25 0 1 0 162247521 7569408 1489 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134545964 0 0 4096 3 0 0 0 17 1 0 0
/proc/12558/statm: 1848 1489 66 130 0 1715 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 7392

[startup+882.302 s]
/proc/loadavg: 1.00 1.02 0.94 2/66 12559
/proc/meminfo: memFree=1731368/2055920 swapFree=4182888/4192956
[pid=12558] ppid=12556 vsize=7392 CPUtime=882.05
/proc/12558/stat : 12558 (minisat_noasser) R 12556 12558 11876 0 -1 4194304 1516 0 0 0 88204 1 0 0 25 0 1 0 162247521 7569408 1502 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547299 0 0 4096 3 0 0 0 17 1 0 0
/proc/12558/statm: 1848 1502 66 130 0 1715 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 7392

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 0.94 2/66 12559
/proc/meminfo: memFree=1731304/2055920 swapFree=4182888/4192956
[pid=12558] ppid=12556 vsize=7540 CPUtime=942.03
/proc/12558/stat : 12558 (minisat_noasser) R 12556 12558 11876 0 -1 4194304 1534 0 0 0 94202 1 0 0 25 0 1 0 162247521 7720960 1520 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 1 0 0
/proc/12558/statm: 1885 1520 66 130 0 1752 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 7540

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 0.94 2/66 12559
/proc/meminfo: memFree=1731240/2055920 swapFree=4182888/4192956
[pid=12558] ppid=12556 vsize=7540 CPUtime=1002.01
/proc/12558/stat : 12558 (minisat_noasser) R 12556 12558 11876 0 -1 4194304 1548 0 0 0 100200 1 0 0 25 0 1 0 162247521 7720960 1534 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/12558/statm: 1885 1534 66 130 0 1752 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 7540

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 12559
/proc/meminfo: memFree=1730728/2055920 swapFree=4182888/4192956
[pid=12558] ppid=12556 vsize=8080 CPUtime=1061.99
/proc/12558/stat : 12558 (minisat_noasser) R 12556 12558 11876 0 -1 4194304 1685 0 0 0 106198 1 0 0 25 0 1 0 162247521 8273920 1671 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 1 0 0
/proc/12558/statm: 2020 1671 66 130 0 1887 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 8080

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 12559
/proc/meminfo: memFree=1730664/2055920 swapFree=4182888/4192956
[pid=12558] ppid=12556 vsize=8080 CPUtime=1121.98
/proc/12558/stat : 12558 (minisat_noasser) R 12556 12558 11876 0 -1 4194304 1698 0 0 0 112197 1 0 0 25 0 1 0 162247521 8273920 1684 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134545964 0 0 4096 3 0 0 0 17 1 0 0
/proc/12558/statm: 2020 1684 66 130 0 1887 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 8080

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 12559
/proc/meminfo: memFree=1730472/2055920 swapFree=4182888/4192956
[pid=12558] ppid=12556 vsize=8212 CPUtime=1181.96
/proc/12558/stat : 12558 (minisat_noasser) R 12556 12558 11876 0 -1 4194304 1734 0 0 0 118195 1 0 0 25 0 1 0 162247521 8409088 1720 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546878 0 0 4096 3 0 0 0 17 1 0 0
/proc/12558/statm: 2053 1720 66 130 0 1920 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 8212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 12559
/proc/meminfo: memFree=1730472/2055920 swapFree=4182888/4192956
[pid=12558] ppid=12556 vsize=8212 CPUtime=1200.06
/proc/12558/stat : 12558 (minisat_noasser) R 12556 12558 11876 0 -1 4194304 1735 0 0 0 120005 1 0 0 25 0 1 0 162247521 8409088 1721 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546907 0 0 4096 3 0 0 0 17 1 0 0
/proc/12558/statm: 2053 1721 66 130 0 1920 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 8212

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.07
CPU user time (s): 1200.05
CPU system time (s): 0.017997
CPU usage (%): 99.9721
Max. virtual memory (cumulated for all children) (KiB): 8212

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

runsolver used 0.909861 second user time and 2.37964 second system time

The end

Launcher Data (download as text)

Begin job on node27 on Wed Apr 25 10:05:16 UTC 2007

IDJOB= 421774
IDBENCH= 24677
IDSOLVER= 188
FILE ID= node27/421774-1177495516

PBS_JOBID= 4685841

Free space on /tmp= 66377 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-clq/unsat-set-a-clqcolor-10-06-07.sat05-1250.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/421774-1177495516/minisat_noassertions /tmp/evaluation/421774-1177495516/instance-421774-1177495516.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node27/watcher-421774-1177495516 -o ROOT/results/node27/solver-421774-1177495516 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/421774-1177495516/minisat_noassertions /tmp/evaluation/421774-1177495516/instance-421774-1177495516.cnf

META MD5SUM SOLVER= 80cbedba287df00eb7b45eadedad758b
MD5SUM BENCH=  d64dca54200a054e94b7ff79160b1bde

RANDOM SEED= 968791069

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node27.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.213
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	: 5931.00
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.213
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:       1737920 kB
Buffers:         19732 kB
Cached:         209280 kB
SwapCached:       4364 kB
Active:         142564 kB
Inactive:       134092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1737920 kB
SwapTotal:     4192956 kB
SwapFree:      4182888 kB
Dirty:            1488 kB
Writeback:           0 kB
Mapped:          53092 kB
Slab:            27332 kB
Committed_AS:  2193288 kB
PageTables:       1500 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= 66377 MiB

End job on node27 on Wed Apr 25 10:25:19 UTC 2007