Trace number 1806003

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
minisat2-core 070721? (TO) 1200.05 1200.43

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-equilarge_m3.used-as.sat04-900.sat05-4186.reshuffled-07.cnf
MD5SUMff7bc04717f7472a7de76a6b5c02e3a4
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 variables9528
Number of clauses1018562
Sum of the clauses size2044318
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21017395
Number of clauses of size 31
Number of clauses of size 47
Number of clauses of size 55
Number of clauses of size over 51154

Solver Data

0.00/0.00	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  9528                                                 |
0.00/0.00	|  Number of clauses:    1018562                                              |
0.49/0.56	|  Parsing time:         0.49         s                                       |
0.59/0.60	============================[ Search Statistics ]==============================
0.59/0.60	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.59/0.60	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.59/0.60	===============================================================================
0.59/0.60	|         0 |    9528  1018562  2044318 |   339520        0    nan |  0.000 % |
0.69/0.77	|       101 |    9527  1018562  2044318 |   373472      100     25 |  0.010 % |
0.79/0.87	|       251 |    9522  1018562  2044318 |   410820      245     21 |  0.063 % |
1.19/1.24	|       476 |    9518  1018562  2044318 |   451902      466     25 |  0.105 % |
1.59/1.68	|       814 |    9512  1018562  2044318 |   497092      798     29 |  0.168 % |
2.58/2.65	|      1323 |    9504  1018562  2044318 |   546801     1299     84 |  0.252 % |
3.68/3.73	|      2082 |    9503  1018562  2044318 |   601481     2057     76 |  0.263 % |
5.79/5.86	|      3221 |    9502  1018562  2044318 |   661629     3195     82 |  0.273 % |
10.59/10.69	|      4929 |    9494  1018562  2044318 |   727792     4895    107 |  0.357 % |
15.88/15.99	|      7491 |    9492  1016041  2039276 |   800571     7437     96 |  0.378 % |
27.78/27.83	|     11336 |    9489  1016041  2039276 |   880629    11279    100 |  0.409 % |
48.76/48.81	|     17102 |    9488  1015681  2038556 |   968692    17039    112 |  0.420 % |
64.95/65.02	|     25753 |    9484  1015641  2038476 |  1065561    25684     96 |  0.462 % |
95.55/95.63	|     38727 |    9483  1015335  2037864 |  1172117    38651     84 |  0.473 % |
153.32/153.45	|     58192 |    9480  1015310  2037814 |  1289329    58113     79 |  0.504 % |
284.59/284.76	|     87385 |    9476  1014873  2036940 |  1418262    87301     88 |  0.546 % |
533.91/534.17	|    131175 |    9475  1014732  2036658 |  1560088   131085     85 |  0.557 % |
932.39/932.74	|    196859 |    9474  1014696  2036586 |  1716097   196767    101 |  0.567 % |

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-1806003-1242143936/watcher-1806003-1242143936 -o /tmp/evaluation-result-1806003-1242143936/solver-1806003-1242143936 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1806003-1242143936.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.95 0.90 2/64 14202
/proc/meminfo: memFree=1366960/2055920 swapFree=4179692/4192956
[pid=14202] ppid=14200 vsize=2056 CPUtime=0
/proc/14202/stat : 14202 (minisat_static) R 14200 14202 14072 0 -1 4194304 376 0 0 0 0 0 0 0 20 0 1 0 242426582 2105344 361 1992294400 134512640 135213614 4294956256 18446744073709551615 134524639 0 0 4096 3 0 0 0 17 1 0 0
/proc/14202/statm: 514 362 57 171 0 340 0

[startup+0.012254 s]
/proc/loadavg: 0.92 0.95 0.90 2/64 14202
/proc/meminfo: memFree=1366960/2055920 swapFree=4179692/4192956
[pid=14202] ppid=14200 vsize=2972 CPUtime=0
/proc/14202/stat : 14202 (minisat_static) R 14200 14202 14072 0 -1 4194304 585 0 0 0 0 0 0 0 20 0 1 0 242426582 3043328 571 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/14202/statm: 743 571 58 171 0 569 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2972

[startup+0.101266 s]
/proc/loadavg: 0.92 0.95 0.90 2/64 14202
/proc/meminfo: memFree=1366960/2055920 swapFree=4179692/4192956
[pid=14202] ppid=14200 vsize=8860 CPUtime=0.09
/proc/14202/stat : 14202 (minisat_static) R 14200 14202 14072 0 -1 4194304 2034 0 0 0 8 1 0 0 20 0 1 0 242426582 9072640 2019 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/14202/statm: 2248 2020 58 171 0 2074 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8860

[startup+0.301294 s]
/proc/loadavg: 0.92 0.95 0.90 2/64 14202
/proc/meminfo: memFree=1366960/2055920 swapFree=4179692/4192956
[pid=14202] ppid=14200 vsize=23060 CPUtime=0.28
/proc/14202/stat : 14202 (minisat_static) R 14200 14202 14072 0 -1 4194304 5426 0 0 0 25 3 0 0 22 0 1 0 242426582 23613440 5411 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/14202/statm: 5765 5411 58 171 0 5591 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 23060

[startup+0.701353 s]
/proc/loadavg: 0.92 0.95 0.90 2/64 14202
/proc/meminfo: memFree=1366960/2055920 swapFree=4179692/4192956
[pid=14202] ppid=14200 vsize=40672 CPUtime=0.69
/proc/14202/stat : 14202 (minisat_static) R 14200 14202 14072 0 -1 4194304 9986 0 0 0 63 6 0 0 25 0 1 0 242426582 41648128 9971 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/14202/statm: 10168 9971 74 171 0 9994 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40672

[startup+1.50247 s]
/proc/loadavg: 0.92 0.95 0.90 2/65 14203
/proc/meminfo: memFree=1326752/2055920 swapFree=4179692/4192956
[pid=14202] ppid=14200 vsize=40672 CPUtime=1.49
/proc/14202/stat : 14202 (minisat_static) R 14200 14202 14072 0 -1 4194304 10007 0 0 0 143 6 0 0 25 0 1 0 242426582 41648128 9992 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/14202/statm: 10168 9992 77 171 0 9994 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40672

[startup+3.1017 s]
/proc/loadavg: 0.92 0.95 0.90 2/65 14203
/proc/meminfo: memFree=1326816/2055920 swapFree=4179692/4192956
[pid=14202] ppid=14200 vsize=41204 CPUtime=3.08
/proc/14202/stat : 14202 (minisat_static) R 14200 14202 14072 0 -1 4194304 10122 0 0 0 302 6 0 0 25 0 1 0 242426582 42192896 10107 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14202/statm: 10301 10107 77 171 0 10127 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 41204

[startup+6.30116 s]
/proc/loadavg: 0.93 0.95 0.90 2/65 14203
/proc/meminfo: memFree=1325920/2055920 swapFree=4179692/4192956
[pid=14202] ppid=14200 vsize=41864 CPUtime=6.29
/proc/14202/stat : 14202 (minisat_static) R 14200 14202 14072 0 -1 4194304 10302 0 0 0 622 7 0 0 25 0 1 0 242426582 42868736 10287 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/14202/statm: 10466 10287 77 171 0 10292 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41864

[startup+12.7011 s]
/proc/loadavg: 0.93 0.95 0.90 2/65 14203
/proc/meminfo: memFree=1324648/2055920 swapFree=4179692/4192956
[pid=14202] ppid=14200 vsize=43184 CPUtime=12.69
/proc/14202/stat : 14202 (minisat_static) R 14200 14202 14072 0 -1 4194304 10642 0 0 0 1262 7 0 0 25 0 1 0 242426582 44220416 10627 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14202/statm: 10796 10627 77 171 0 10622 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43184

[startup+25.5019 s]
/proc/loadavg: 0.95 0.96 0.91 2/65 14203
/proc/meminfo: memFree=1322600/2055920 swapFree=4179692/4192956
[pid=14202] ppid=14200 vsize=45296 CPUtime=25.49
/proc/14202/stat : 14202 (minisat_static) R 14200 14202 14072 0 -1 4194304 11158 0 0 0 2541 8 0 0 25 0 1 0 242426582 46383104 11143 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/14202/statm: 11324 11143 77 171 0 11150 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 45296

[startup+51.1017 s]
/proc/loadavg: 0.96 0.96 0.91 2/65 14203
/proc/meminfo: memFree=1318568/2055920 swapFree=4179692/4192956
[pid=14202] ppid=14200 vsize=49392 CPUtime=51.06
/proc/14202/stat : 14202 (minisat_static) R 14200 14202 14072 0 -1 4194304 12187 0 0 0 5097 9 0 0 25 0 1 0 242426582 50577408 12172 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14202/statm: 12348 12172 77 171 0 12174 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 49392

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.91 2/65 14203
/proc/meminfo: memFree=1311336/2055920 swapFree=4179692/4192956
[pid=14202] ppid=14200 vsize=56556 CPUtime=102.25
/proc/14202/stat : 14202 (minisat_static) R 14200 14202 14072 0 -1 4194304 13956 0 0 0 10214 11 0 0 25 0 1 0 242426582 57913344 13941 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14202/statm: 14139 13941 77 171 0 13965 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 56556

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14209
/proc/meminfo: memFree=1304672/2055920 swapFree=4179692/4192956
[pid=14202] ppid=14200 vsize=63188 CPUtime=162.22
/proc/14202/stat : 14202 (minisat_static) R 14200 14202 14072 0 -1 4194304 15633 0 0 0 16210 12 0 0 25 0 1 0 242426582 64704512 15618 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14202/statm: 15797 15618 77 171 0 15623 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 63188

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14209
/proc/meminfo: memFree=1298144/2055920 swapFree=4179692/4192956
[pid=14202] ppid=14200 vsize=69676 CPUtime=222.2
/proc/14202/stat : 14202 (minisat_static) R 14200 14202 14072 0 -1 4194304 17220 0 0 0 22206 14 0 0 25 0 1 0 242426582 71348224 17205 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14202/statm: 17419 17205 77 171 0 17245 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 69676

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14209
/proc/meminfo: memFree=1293024/2055920 swapFree=4179692/4192956
[pid=14202] ppid=14200 vsize=74832 CPUtime=282.19
/proc/14202/stat : 14202 (minisat_static) R 14200 14202 14072 0 -1 4194304 18511 0 0 0 28204 15 0 0 25 0 1 0 242426582 76627968 18496 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14202/statm: 18708 18496 77 171 0 18534 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 74832

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14209
/proc/meminfo: memFree=1288480/2055920 swapFree=4179692/4192956
[pid=14202] ppid=14200 vsize=79372 CPUtime=342.16
/proc/14202/stat : 14202 (minisat_static) R 14200 14202 14072 0 -1 4194304 19623 0 0 0 34200 16 0 0 25 0 1 0 242426582 81276928 19608 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14202/statm: 19843 19608 77 171 0 19669 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 79372

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14209
/proc/meminfo: memFree=1284832/2055920 swapFree=4179692/4192956
[pid=14202] ppid=14200 vsize=83068 CPUtime=402.14
/proc/14202/stat : 14202 (minisat_static) R 14200 14202 14072 0 -1 4194304 20549 0 0 0 40197 17 0 0 25 0 1 0 242426582 85061632 20534 1992294400 134512640 135213614 4294956256 18446744073709551615 134526789 0 0 4096 3 0 0 0 17 1 0 0
/proc/14202/statm: 20767 20534 77 171 0 20593 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 83068

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14209
/proc/meminfo: memFree=1281192/2055920 swapFree=4179692/4192956
[pid=14202] ppid=14200 vsize=86524 CPUtime=462.13
/proc/14202/stat : 14202 (minisat_static) R 14200 14202 14072 0 -1 4194304 21447 0 0 0 46195 18 0 0 25 0 1 0 242426582 88600576 21432 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14202/statm: 21631 21432 77 171 0 21457 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 86524

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14209
/proc/meminfo: memFree=1277608/2055920 swapFree=4179692/4192956
[pid=14202] ppid=14200 vsize=90088 CPUtime=522.11
/proc/14202/stat : 14202 (minisat_static) R 14200 14202 14072 0 -1 4194304 22340 0 0 0 52192 19 0 0 25 0 1 0 242426582 92250112 22325 1992294400 134512640 135213614 4294956256 18446744073709551615 134526973 0 0 4096 3 0 0 0 17 1 0 0
/proc/14202/statm: 22522 22325 77 171 0 22348 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 90088

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14209
/proc/meminfo: memFree=1272744/2055920 swapFree=4179692/4192956
[pid=14202] ppid=14200 vsize=95256 CPUtime=582.1
/proc/14202/stat : 14202 (minisat_static) R 14200 14202 14072 0 -1 4194304 23538 0 0 0 58189 21 0 0 25 0 1 0 242426582 97542144 23523 1992294400 134512640 135213614 4294956256 18446744073709551615 134526951 0 0 4096 3 0 0 0 17 1 0 0
/proc/14202/statm: 23814 23523 77 171 0 23640 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 95256

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14209
/proc/meminfo: memFree=1267368/2055920 swapFree=4179692/4192956
[pid=14202] ppid=14200 vsize=100424 CPUtime=642.08
/proc/14202/stat : 14202 (minisat_static) R 14200 14202 14072 0 -1 4194304 24862 0 0 0 64186 22 0 0 25 0 1 0 242426582 102834176 24847 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14202/statm: 25106 24847 77 171 0 24932 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 100424

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14209
/proc/meminfo: memFree=1261416/2055920 swapFree=4179692/4192956
[pid=14202] ppid=14200 vsize=106428 CPUtime=702.06
/proc/14202/stat : 14202 (minisat_static) R 14200 14202 14072 0 -1 4194304 26366 0 0 0 70183 23 0 0 25 0 1 0 242426582 108982272 26351 1992294400 134512640 135213614 4294956256 18446744073709551615 134526755 0 0 4096 3 0 0 0 17 1 0 0
/proc/14202/statm: 26607 26351 77 171 0 26433 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 106428

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14209
/proc/meminfo: memFree=1255464/2055920 swapFree=4179692/4192956
[pid=14202] ppid=14200 vsize=112328 CPUtime=762.04
/proc/14202/stat : 14202 (minisat_static) R 14200 14202 14072 0 -1 4194304 27833 0 0 0 76179 25 0 0 25 0 1 0 242426582 115023872 27818 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14202/statm: 28082 27818 77 171 0 27908 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 112328

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14209
/proc/meminfo: memFree=1250216/2055920 swapFree=4179692/4192956
[pid=14202] ppid=14200 vsize=117536 CPUtime=822.03
/proc/14202/stat : 14202 (minisat_static) R 14200 14202 14072 0 -1 4194304 29151 0 0 0 82176 27 0 0 25 0 1 0 242426582 120356864 29136 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/14202/statm: 29384 29136 77 171 0 29210 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 117536

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14209
/proc/meminfo: memFree=1244456/2055920 swapFree=4179692/4192956
[pid=14202] ppid=14200 vsize=123244 CPUtime=882
/proc/14202/stat : 14202 (minisat_static) R 14200 14202 14072 0 -1 4194304 30570 0 0 0 88172 28 0 0 25 0 1 0 242426582 126201856 30555 1992294400 134512640 135213614 4294956256 18446744073709551615 134526810 0 0 4096 3 0 0 0 17 1 0 0
/proc/14202/statm: 30811 30555 77 171 0 30637 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 123244

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14209
/proc/meminfo: memFree=1238760/2055920 swapFree=4179692/4192956
[pid=14202] ppid=14200 vsize=128828 CPUtime=941.98
/proc/14202/stat : 14202 (minisat_static) R 14200 14202 14072 0 -1 4194304 31998 0 0 0 94169 29 0 0 25 0 1 0 242426582 131919872 31983 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14202/statm: 32207 31983 77 171 0 32033 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 128828

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14209
/proc/meminfo: memFree=1234280/2055920 swapFree=4179692/4192956
[pid=14202] ppid=14200 vsize=133340 CPUtime=1001.97
/proc/14202/stat : 14202 (minisat_static) R 14200 14202 14072 0 -1 4194304 33115 0 0 0 100166 31 0 0 25 0 1 0 242426582 136540160 33100 1992294400 134512640 135213614 4294956256 18446744073709551615 134526783 0 0 4096 3 0 0 0 17 1 0 0
/proc/14202/statm: 33335 33100 77 171 0 33161 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 133340

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14209
/proc/meminfo: memFree=1230440/2055920 swapFree=4179692/4192956
[pid=14202] ppid=14200 vsize=137728 CPUtime=1061.95
/proc/14202/stat : 14202 (minisat_static) R 14200 14202 14072 0 -1 4194304 34098 0 0 0 106163 32 0 0 25 0 1 0 242426582 141033472 34083 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14202/statm: 34432 34083 77 171 0 34258 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 137728

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14209
/proc/meminfo: memFree=1226536/2055920 swapFree=4179692/4192956
[pid=14202] ppid=14200 vsize=141424 CPUtime=1121.94
/proc/14202/stat : 14202 (minisat_static) R 14200 14202 14072 0 -1 4194304 35046 0 0 0 112160 34 0 0 25 0 1 0 242426582 144818176 35031 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14202/statm: 35356 35031 77 171 0 35182 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 141424

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14209
/proc/meminfo: memFree=1223464/2055920 swapFree=4179692/4192956
[pid=14202] ppid=14200 vsize=144592 CPUtime=1181.91
/proc/14202/stat : 14202 (minisat_static) R 14200 14202 14072 0 -1 4194304 35806 0 0 0 118157 34 0 0 25 0 1 0 242426582 148062208 35791 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14202/statm: 36148 35791 77 171 0 35974 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 144592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14209
/proc/meminfo: memFree=1222696/2055920 swapFree=4179692/4192956
[pid=14202] ppid=14200 vsize=145252 CPUtime=1200.02
/proc/14202/stat : 14202 (minisat_static) R 14200 14202 14072 0 -1 4194304 35989 0 0 0 119967 35 0 0 25 0 1 0 242426582 148738048 35974 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14202/statm: 36313 35974 77 171 0 36139 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 145252

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.43
CPU time (s): 1200.05
CPU user time (s): 1199.68
CPU system time (s): 0.373943
CPU usage (%): 99.9684
Max. virtual memory (cumulated for all children) (KiB): 145252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.68
system time used= 0.373943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35989
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= 3
involuntary context switches= 3039

runsolver used 1.03384 second user time and 2.72558 second system time

The end

Launcher Data

Begin job on node30 at 2009-05-12 17:58:58
IDJOB=1806003
IDBENCH=24638
IDSOLVER=651
FILE ID=node30/1806003-1242143936
PBS_JOBID= 9289691
Free space on /tmp= 66196 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-equilarge_m3.used-as.sat04-900.sat05-4186.reshuffled-07.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806003-1242143936/watcher-1806003-1242143936 -o /tmp/evaluation-result-1806003-1242143936/solver-1806003-1242143936 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1806003-1242143936.cnf

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

MD5SUM BENCH= ff7bc04717f7472a7de76a6b5c02e3a4
RANDOM SEED=157832355

node30.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.265
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.265
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:       1367376 kB
Buffers:         39248 kB
Cached:         576160 kB
SwapCached:       7064 kB
Active:          70404 kB
Inactive:       554148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1367376 kB
SwapTotal:     4192956 kB
SwapFree:      4179692 kB
Dirty:           13516 kB
Writeback:           0 kB
Mapped:          14056 kB
Slab:            50020 kB
Committed_AS:   943696 kB
PageTables:       1356 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= 66196 MiB
End job on node30 at 2009-05-12 18:19:01