Trace number 422159

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) 5000.03 5003.91

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.01/0.01	c |       101 |     158     2370    10261 |      869      101     20 |  0.003 % |
0.01/0.01	c |       251 |     158     2370    10261 |      955      251     22 |  0.003 % |
0.01/0.02	c |       477 |     158     2370    10261 |     1051      477     23 |  0.020 % |
0.01/0.02	c |       814 |     158     2370    10261 |     1156      814     24 |  0.003 % |
0.01/0.03	c |      1321 |     158     2370    10261 |     1272      690     23 |  0.003 % |
0.01/0.05	c |      2080 |     158     2370    10261 |     1399      792     20 |  0.003 % |
0.01/0.08	c |      3219 |     158     2370    10261 |     1539     1177     24 |  0.003 % |
0.10/0.13	c |      4927 |     158     2370    10261 |     1693     1274     24 |  0.003 % |
0.20/0.21	c |      7490 |     158     2370    10261 |     1862     1210     19 |  0.023 % |
0.30/0.32	c |     11335 |     158     2370    10261 |     2049     1167     24 |  0.020 % |
0.40/0.47	c |     17101 |     158     2370    10261 |     2253     1686     17 |  0.003 % |
0.70/0.70	c |     25751 |     158     2370    10261 |     2479     2293     18 |  0.016 % |
1.00/1.04	c |     38725 |     158     2370    10261 |     2727     2519     22 |  0.016 % |
1.49/1.58	c |     58189 |     158     2370    10261 |     3000     2442     17 |  0.016 % |
2.39/2.48	c |     87382 |     158     2370    10261 |     3300     2559     23 |  0.023 % |
3.79/3.83	c |    131172 |     158     2370    10261 |     3630     2556     18 |  0.016 % |
5.89/5.95	c |    196856 |     158     2370    10261 |     3993     3634     22 |  0.003 % |
9.39/9.40	c |    295383 |     158     2370    10261 |     4392     2898     26 |  0.003 % |
14.99/15.00	c |    443173 |     158     2370    10261 |     4831     3674     30 |  0.003 % |
23.28/23.39	c |    664856 |     158     2370    10261 |     5314     2591     23 |  0.023 % |
36.88/36.90	c |    997381 |     158     2370    10261 |     5846     4233     28 |  0.003 % |
56.36/56.49	c |   1496170 |     158     2370    10261 |     6430     3518     23 |  0.003 % |
86.75/86.82	c |   2244353 |     158     2370    10261 |     7073     5289     23 |  0.003 % |
134.82/134.92	c |   3366630 |     158     2370    10261 |     7781     4123     19 |  0.016 % |
209.48/209.61	c |   5050041 |     158     2370    10261 |     8559     5089     23 |  0.016 % |
334.29/334.52	c |   7575157 |     158     2370    10261 |     9415     5111     24 |  0.003 % |
527.74/528.10	c |  11362832 |     158     2370    10261 |    10356     7041     23 |  0.020 % |
840.16/840.83	c |  17044344 |     158     2370    10261 |    11392     9326     25 |  0.020 % |
1330.34/1331.54	c |  25566613 |     158     2370    10261 |    12531     8292     23 |  0.003 % |
2104.66/2106.66	c |  38350021 |     158     2370    10261 |    13785     7353     28 |  0.003 % |
3284.78/3287.56	c |  57525127 |     158     2370    10261 |    15163    13097     26 |  0.026 % |

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/node62/watcher-422159-1177524226 -o ROOT/results/node62/solver-422159-1177524226 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/422159-1177524226/minisat_noassertions /tmp/evaluation/422159-1177524226/instance-422159-1177524226.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): 7500 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.97 0.97 3/64 16632
/proc/meminfo: memFree=1860992/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=1852 CPUtime=0
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 70998573 1896448 128 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134682981 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 463 128 62 130 0 330 0

[startup+0.0127801 s]
/proc/loadavg: 0.91 0.97 0.97 3/64 16632
/proc/meminfo: memFree=1860992/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=1952 CPUtime=0.01
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 161 0 0 0 1 0 0 0 18 0 1 0 70998573 1998848 147 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134700109 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 488 147 63 130 0 355 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1952

[startup+0.101783 s]
/proc/loadavg: 0.91 0.97 0.97 3/64 16632
/proc/meminfo: memFree=1860992/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=2084 CPUtime=0.1
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 202 0 0 0 10 0 0 0 18 0 1 0 70998573 2134016 188 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 521 188 66 130 0 388 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2084

[startup+0.301807 s]
/proc/loadavg: 0.91 0.97 0.97 3/64 16632
/proc/meminfo: memFree=1860992/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=2216 CPUtime=0.3
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 227 0 0 0 30 0 0 0 19 0 1 0 70998573 2269184 213 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552403 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 554 213 66 130 0 421 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2216

[startup+0.701854 s]
/proc/loadavg: 0.91 0.97 0.97 3/64 16632
/proc/meminfo: memFree=1860992/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=2216 CPUtime=0.7
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 239 0 0 0 70 0 0 0 23 0 1 0 70998573 2269184 225 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 554 225 66 130 0 421 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2216

[startup+1.50195 s]
/proc/loadavg: 0.91 0.97 0.97 2/65 16633
/proc/meminfo: memFree=1860216/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=2348 CPUtime=1.49
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 284 0 0 0 149 0 0 0 25 0 1 0 70998573 2404352 270 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 587 270 66 130 0 454 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2348

[startup+3.1011 s]
/proc/loadavg: 0.91 0.97 0.97 2/65 16633
/proc/meminfo: memFree=1859960/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=2612 CPUtime=3.09
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 339 0 0 0 309 0 0 0 25 0 1 0 70998573 2674688 325 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547143 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 653 325 66 130 0 520 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2612

[startup+6.30147 s]
/proc/loadavg: 0.92 0.97 0.97 2/65 16633
/proc/meminfo: memFree=1859648/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=2876 CPUtime=6.29
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 390 0 0 0 629 0 0 0 25 0 1 0 70998573 2945024 376 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548038 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 719 376 66 130 0 586 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2876

[startup+12.7012 s]
/proc/loadavg: 0.93 0.97 0.97 2/65 16633
/proc/meminfo: memFree=1859072/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=3272 CPUtime=12.69
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 513 0 0 0 1269 0 0 0 25 0 1 0 70998573 3350528 499 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 818 499 66 130 0 685 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3272

[startup+25.5017 s]
/proc/loadavg: 0.94 0.97 0.97 2/65 16633
/proc/meminfo: memFree=1858688/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=3808 CPUtime=25.48
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 617 0 0 0 2548 0 0 0 25 0 1 0 70998573 3899392 603 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134553113 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 952 603 66 130 0 819 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3808

[startup+51.1017 s]
/proc/loadavg: 0.96 0.97 0.97 2/65 16633
/proc/meminfo: memFree=1858304/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=4076 CPUtime=51.06
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 713 0 0 0 5106 0 0 0 25 0 1 0 70998573 4173824 699 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134553651 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 1019 699 66 130 0 886 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 4076

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.97 2/65 16633
/proc/meminfo: memFree=1857472/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=4880 CPUtime=102.25
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 887 0 0 0 10225 0 0 0 25 0 1 0 70998573 4997120 873 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 1220 873 66 130 0 1087 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 4880

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16633
/proc/meminfo: memFree=1857152/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=5156 CPUtime=162.21
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 965 0 0 0 16221 0 0 0 25 0 1 0 70998573 5279744 951 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546922 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 1289 951 66 130 0 1156 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 5156

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16633
/proc/meminfo: memFree=1856768/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=5560 CPUtime=222.17
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 1053 0 0 0 22217 0 0 0 25 0 1 0 70998573 5693440 1039 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 1390 1039 66 130 0 1257 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 5560

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16633
/proc/meminfo: memFree=1856512/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=5824 CPUtime=282.13
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 1117 0 0 0 28213 0 0 0 25 0 1 0 70998573 5963776 1103 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 1456 1103 66 130 0 1323 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 5824

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16633
/proc/meminfo: memFree=1856320/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=5964 CPUtime=342.09
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 1165 0 0 0 34209 0 0 0 25 0 1 0 70998573 6107136 1151 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 1491 1151 66 130 0 1358 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 5964

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16633
/proc/meminfo: memFree=1856064/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=6256 CPUtime=402.03
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 1224 0 0 0 40203 0 0 0 25 0 1 0 70998573 6406144 1210 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 1 0 0
/proc/16632/statm: 1564 1210 66 130 0 1431 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 6256

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16633
/proc/meminfo: memFree=1856000/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=6408 CPUtime=461.97
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 1255 0 0 0 46197 0 0 0 25 0 1 0 70998573 6561792 1241 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 1602 1241 66 130 0 1469 0
Current children cumulated CPU time (s) 461.97
Current children cumulated vsize (KiB) 6408

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16633
/proc/meminfo: memFree=1855936/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=6408 CPUtime=521.94
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 1277 0 0 0 52194 0 0 0 25 0 1 0 70998573 6561792 1263 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 1602 1263 66 130 0 1469 0
Current children cumulated CPU time (s) 521.94
Current children cumulated vsize (KiB) 6408

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16633
/proc/meminfo: memFree=1855360/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=7116 CPUtime=581.91
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 1426 0 0 0 58190 1 0 0 25 0 1 0 70998573 7286784 1412 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 1779 1412 66 130 0 1646 0
Current children cumulated CPU time (s) 581.91
Current children cumulated vsize (KiB) 7116

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16633
/proc/meminfo: memFree=1855360/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=7116 CPUtime=641.84
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 1427 0 0 0 64183 1 0 0 25 0 1 0 70998573 7286784 1413 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 1779 1413 66 130 0 1646 0
Current children cumulated CPU time (s) 641.84
Current children cumulated vsize (KiB) 7116


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

[startup+4002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16833
/proc/meminfo: memFree=1850496/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=10916 CPUtime=3999.08
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 2360 0 0 0 399893 15 0 0 25 0 1 0 70998573 11177984 2346 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134557776 0 0 4096 3 0 0 0 17 1 0 0
/proc/16632/statm: 2729 2346 66 130 0 2596 0
Current children cumulated CPU time (s) 3999.08
Current children cumulated vsize (KiB) 10916

[startup+4062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16833
/proc/meminfo: memFree=1850432/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=10916 CPUtime=4059.03
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 2360 0 0 0 405888 15 0 0 25 0 1 0 70998573 11177984 2346 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134545994 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 2729 2346 66 130 0 2596 0
Current children cumulated CPU time (s) 4059.03
Current children cumulated vsize (KiB) 10916

[startup+4122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16833
/proc/meminfo: memFree=1850368/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=10916 CPUtime=4119
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 2362 0 0 0 411885 15 0 0 25 0 1 0 70998573 11177984 2348 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 2729 2348 66 130 0 2596 0
Current children cumulated CPU time (s) 4119
Current children cumulated vsize (KiB) 10916

[startup+4182.31 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16833
/proc/meminfo: memFree=1850368/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=10916 CPUtime=4178.95
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 2367 0 0 0 417880 15 0 0 25 0 1 0 70998573 11177984 2353 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134553032 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 2729 2353 66 130 0 2596 0
Current children cumulated CPU time (s) 4178.95
Current children cumulated vsize (KiB) 10916

[startup+4242.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16833
/proc/meminfo: memFree=1850304/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=11052 CPUtime=4238.91
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 2397 0 0 0 423876 15 0 0 25 0 1 0 70998573 11317248 2383 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 2763 2383 66 130 0 2630 0
Current children cumulated CPU time (s) 4238.91
Current children cumulated vsize (KiB) 11052

[startup+4302.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16833
/proc/meminfo: memFree=1850240/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=11052 CPUtime=4298.88
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 2412 0 0 0 429873 15 0 0 25 0 1 0 70998573 11317248 2398 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547299 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 2763 2398 66 130 0 2630 0
Current children cumulated CPU time (s) 4298.88
Current children cumulated vsize (KiB) 11052

[startup+4362.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16833
/proc/meminfo: memFree=1850240/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=11052 CPUtime=4358.84
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 2413 0 0 0 435869 15 0 0 25 0 1 0 70998573 11317248 2399 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/16632/statm: 2763 2399 66 130 0 2630 0
Current children cumulated CPU time (s) 4358.84
Current children cumulated vsize (KiB) 11052

[startup+4422.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16833
/proc/meminfo: memFree=1850240/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=11052 CPUtime=4418.8
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 2413 0 0 0 441865 15 0 0 25 0 1 0 70998573 11317248 2399 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 2763 2399 66 130 0 2630 0
Current children cumulated CPU time (s) 4418.8
Current children cumulated vsize (KiB) 11052

[startup+4482.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16833
/proc/meminfo: memFree=1850240/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=11228 CPUtime=4478.77
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 2424 0 0 0 447861 16 0 0 25 0 1 0 70998573 11497472 2410 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 2807 2410 66 130 0 2674 0
Current children cumulated CPU time (s) 4478.77
Current children cumulated vsize (KiB) 11228

[startup+4542.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16833
/proc/meminfo: memFree=1850240/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=11228 CPUtime=4538.73
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 2448 0 0 0 453857 16 0 0 25 0 1 0 70998573 11497472 2434 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/16632/statm: 2807 2434 66 130 0 2674 0
Current children cumulated CPU time (s) 4538.73
Current children cumulated vsize (KiB) 11228

[startup+4602.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16833
/proc/meminfo: memFree=1850176/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=11228 CPUtime=4598.68
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 2448 0 0 0 459852 16 0 0 25 0 1 0 70998573 11497472 2434 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 2807 2434 66 130 0 2674 0
Current children cumulated CPU time (s) 4598.68
Current children cumulated vsize (KiB) 11228

[startup+4662.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16833
/proc/meminfo: memFree=1850112/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=11228 CPUtime=4658.64
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 2448 0 0 0 465848 16 0 0 25 0 1 0 70998573 11497472 2434 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546885 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 2807 2434 66 130 0 2674 0
Current children cumulated CPU time (s) 4658.64
Current children cumulated vsize (KiB) 11228

[startup+4722.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16833
/proc/meminfo: memFree=1850112/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=11228 CPUtime=4718.6
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 2448 0 0 0 471844 16 0 0 25 0 1 0 70998573 11497472 2434 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548920 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 2807 2434 66 130 0 2674 0
Current children cumulated CPU time (s) 4718.6
Current children cumulated vsize (KiB) 11228

[startup+4782.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16833
/proc/meminfo: memFree=1850048/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=11228 CPUtime=4778.55
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 2455 0 0 0 477839 16 0 0 25 0 1 0 70998573 11497472 2441 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 2807 2441 66 130 0 2674 0
Current children cumulated CPU time (s) 4778.55
Current children cumulated vsize (KiB) 11228

[startup+4842.31 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16833
/proc/meminfo: memFree=1850048/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=11228 CPUtime=4838.52
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 2455 0 0 0 483836 16 0 0 25 0 1 0 70998573 11497472 2441 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134558152 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 2807 2441 66 130 0 2674 0
Current children cumulated CPU time (s) 4838.52
Current children cumulated vsize (KiB) 11228

[startup+4902.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16833
/proc/meminfo: memFree=1849984/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=11228 CPUtime=4898.47
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 2455 0 0 0 489831 16 0 0 25 0 1 0 70998573 11497472 2441 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/16632/statm: 2807 2441 66 130 0 2674 0
Current children cumulated CPU time (s) 4898.47
Current children cumulated vsize (KiB) 11228

[startup+4962.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16833
/proc/meminfo: memFree=1849984/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=11228 CPUtime=4958.43
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 2455 0 0 0 495826 17 0 0 25 0 1 0 70998573 11497472 2441 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 2807 2441 66 130 0 2674 0
Current children cumulated CPU time (s) 4958.43
Current children cumulated vsize (KiB) 11228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.9 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 16833
/proc/meminfo: memFree=1849920/2055920 swapFree=4184584/4192956
[pid=16632] ppid=16630 vsize=11228 CPUtime=5000.02
/proc/16632/stat : 16632 (minisat_noasser) R 16630 16632 16039 0 -1 4194304 2455 0 0 0 499985 17 0 0 25 0 1 0 70998573 11497472 2441 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547032 0 0 4096 3 0 0 0 17 0 0 0
/proc/16632/statm: 2807 2441 66 130 0 2674 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 11228

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): 5003.91
CPU time (s): 5000.03
CPU user time (s): 4999.86
CPU system time (s): 0.172973
CPU usage (%): 99.9224
Max. virtual memory (cumulated for all children) (KiB): 11228

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

runsolver used 5.02224 second user time and 10.9813 second system time

The end

Launcher Data (download as text)

Begin job on node62 on Wed Apr 25 18:03:46 UTC 2007

IDJOB= 422159
IDBENCH= 24677
IDSOLVER= 189
FILE ID= node62/422159-1177524226

PBS_JOBID= 4685987

Free space on /tmp= 66497 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/422159-1177524226/minisat_noassertions /tmp/evaluation/422159-1177524226/instance-422159-1177524226.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-422159-1177524226 -o ROOT/results/node62/solver-422159-1177524226 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/422159-1177524226/minisat_noassertions /tmp/evaluation/422159-1177524226/instance-422159-1177524226.cnf

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  d64dca54200a054e94b7ff79160b1bde

RANDOM SEED= 59522862

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node62.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.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1861528 kB
Buffers:         15628 kB
Cached:         116396 kB
SwapCached:       2548 kB
Active:          20752 kB
Inactive:       121248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1861528 kB
SwapTotal:     4192956 kB
SwapFree:      4184584 kB
Dirty:            1504 kB
Writeback:           0 kB
Mapped:          16320 kB
Slab:            38428 kB
Committed_AS:  1170616 kB
PageTables:       1460 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= 66497 MiB

End job on node62 on Wed Apr 25 19:27:12 UTC 2007