Trace number 1592863

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-simp 070721? (TO) 1200.11 1200.42

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_10_UNSAT.cnf
MD5SUM54c22a62e5d0a640d4ea8d185b9b1fc7
Bench CategoryAPPLICATION (applications 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 variables2112
Number of clauses191788
Sum of the clauses size572017
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23595
Number of clauses of size 3188162
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

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:  2112                                                 |
0.00/0.00	|  Number of clauses:    191788                                               |
0.09/0.13	|  Parsing time:         0.13         s                                       |
5.39/5.46	============================[ Search Statistics ]==============================
5.39/5.46	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.39/5.46	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.39/5.46	===============================================================================
5.39/5.46	|         0 |    1317   182360   813393 |    60786        0    nan |  0.000 % |
5.49/5.51	|       100 |    1317   182360   813393 |    66865      100     48 |  0.000 % |
5.58/5.60	|       251 |    1317   182360   813393 |    73551      251     50 |  0.000 % |
5.68/5.72	|       476 |    1317   182360   813393 |    80907      476     54 |  0.000 % |
5.88/5.91	|       815 |    1317   182360   813393 |    88997      815     63 |  0.000 % |
6.18/6.23	|      1321 |    1317   182360   813393 |    97897     1321     67 |  0.000 % |
6.59/6.65	|      2080 |    1317   182360   813393 |   107687     2080     69 |  0.000 % |
7.18/7.25	|      3220 |    1317   182360   813393 |   118456     3220     68 |  0.000 % |
8.28/8.32	|      4928 |    1317   182360   813393 |   130301     4928     66 |  0.000 % |
9.79/9.83	|      7490 |    1317   182360   813393 |   143331     7490     64 |  0.000 % |
12.88/12.97	|     11335 |    1317   182360   813393 |   157664    11335     61 |  0.000 % |
18.59/18.63	|     17102 |    1317   182360   813393 |   173431    17102     62 |  0.000 % |
25.38/25.46	|     25751 |    1317   182360   813393 |   190774    25751     66 |  0.000 % |
40.28/40.31	|     38725 |    1317   182360   813393 |   209852    38725     68 |  0.000 % |
79.86/79.92	|     58188 |    1317   182360   813393 |   230837    58188     72 |  0.000 % |
169.75/169.82	|     87383 |    1317   182360   813393 |   253920    87383     72 |  0.000 % |
363.00/363.18	|    131172 |    1317   182360   813393 |   279313   131172     74 |  0.000 % |
682.21/682.45	|    196856 |    1317   182360   813393 |   307244   196856     73 |  0.000 % |

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


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.69 3/80 1825
/proc/meminfo: memFree=1586764/2055920 swapFree=4163572/4192956
[pid=1825] ppid=1823 vsize=2332 CPUtime=0
/proc/1825/stat : 1825 (minisat_static) R 1823 1825 1754 0 -1 4194304 458 0 0 0 0 0 0 0 18 0 1 0 1195594909 2387968 443 1992294400 134512640 135243866 4294956256 18446744073709551615 134750788 0 0 4096 3 0 0 0 17 1 0 0
/proc/1825/statm: 583 443 65 178 0 403 0

[startup+0.0189071 s]
/proc/loadavg: 0.99 0.97 0.69 3/80 1825
/proc/meminfo: memFree=1586764/2055920 swapFree=4163572/4192956
[pid=1825] ppid=1823 vsize=3336 CPUtime=0.01
/proc/1825/stat : 1825 (minisat_static) R 1823 1825 1754 0 -1 4194304 706 0 0 0 1 0 0 0 18 0 1 0 1195594909 3416064 691 1992294400 134512640 135243866 4294956256 18446744073709551615 134547865 0 0 4096 3 0 0 0 17 1 0 0
/proc/1825/statm: 834 691 65 178 0 654 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3336

[startup+0.101916 s]
/proc/loadavg: 0.99 0.97 0.69 3/80 1825
/proc/meminfo: memFree=1586764/2055920 swapFree=4163572/4192956
[pid=1825] ppid=1823 vsize=9704 CPUtime=0.09
/proc/1825/stat : 1825 (minisat_static) R 1823 1825 1754 0 -1 4194304 2286 0 0 0 9 0 0 0 18 0 1 0 1195594909 9936896 2271 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/1825/statm: 2426 2271 65 178 0 2246 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9704

[startup+0.301935 s]
/proc/loadavg: 0.99 0.97 0.69 3/80 1825
/proc/meminfo: memFree=1586764/2055920 swapFree=4163572/4192956
[pid=1825] ppid=1823 vsize=12888 CPUtime=0.29
/proc/1825/stat : 1825 (minisat_static) R 1823 1825 1754 0 -1 4194304 3076 0 0 0 28 1 0 0 19 0 1 0 1195594909 13197312 3061 1992294400 134512640 135243866 4294956256 18446744073709551615 134535832 0 0 4096 3 0 0 0 17 1 0 0
/proc/1825/statm: 3222 3061 80 178 0 3042 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12888

[startup+0.701976 s]
/proc/loadavg: 0.99 0.97 0.69 3/80 1825
/proc/meminfo: memFree=1586764/2055920 swapFree=4163572/4192956
[pid=1825] ppid=1823 vsize=12888 CPUtime=0.69
/proc/1825/stat : 1825 (minisat_static) R 1823 1825 1754 0 -1 4194304 3076 0 0 0 68 1 0 0 23 0 1 0 1195594909 13197312 3061 1992294400 134512640 135243866 4294956256 18446744073709551615 134535471 0 0 4096 3 0 0 0 17 1 0 0
/proc/1825/statm: 3222 3061 80 178 0 3042 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12888

[startup+1.50106 s]
/proc/loadavg: 0.99 0.97 0.69 2/81 1826
/proc/meminfo: memFree=1574788/2055920 swapFree=4163572/4192956
[pid=1825] ppid=1823 vsize=12888 CPUtime=1.49
/proc/1825/stat : 1825 (minisat_static) R 1823 1825 1754 0 -1 4194304 3076 0 0 0 148 1 0 0 25 0 1 0 1195594909 13197312 3061 1992294400 134512640 135243866 4294956256 18446744073709551615 134535467 0 0 4096 3 0 0 0 17 1 0 0
/proc/1825/statm: 3222 3061 80 178 0 3042 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12888

[startup+3.10123 s]
/proc/loadavg: 0.99 0.97 0.69 2/81 1826
/proc/meminfo: memFree=1571460/2055920 swapFree=4163572/4192956
[pid=1825] ppid=1823 vsize=19532 CPUtime=3.08
/proc/1825/stat : 1825 (minisat_static) R 1823 1825 1754 0 -1 4194304 4644 0 0 0 307 1 0 0 25 0 1 0 1195594909 20000768 4629 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 0 0 0
/proc/1825/statm: 4883 4629 80 178 0 4703 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 19532

[startup+6.30155 s]
/proc/loadavg: 1.15 1.00 0.70 2/81 1826
/proc/meminfo: memFree=1568196/2055920 swapFree=4163572/4192956
[pid=1825] ppid=1823 vsize=17708 CPUtime=6.28
/proc/1825/stat : 1825 (minisat_static) R 1823 1825 1754 0 -1 4194304 4651 0 0 0 627 1 0 0 25 0 1 0 1195594909 18132992 4238 1992294400 134512640 135243866 4294956256 18446744073709551615 134555696 0 0 4096 3 0 0 0 17 1 0 0
/proc/1825/statm: 4427 4238 87 178 0 4247 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 17708

[startup+12.7012 s]
/proc/loadavg: 1.14 1.00 0.71 2/81 1826
/proc/meminfo: memFree=1569556/2055920 swapFree=4163572/4192956
[pid=1825] ppid=1823 vsize=17708 CPUtime=12.68
/proc/1825/stat : 1825 (minisat_static) R 1823 1825 1754 0 -1 4194304 4652 0 0 0 1267 1 0 0 25 0 1 0 1195594909 18132992 4239 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1825/statm: 4427 4239 87 178 0 4247 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 17708

[startup+25.5015 s]
/proc/loadavg: 1.11 1.00 0.71 2/81 1826
/proc/meminfo: memFree=1565780/2055920 swapFree=4163572/4192956
[pid=1825] ppid=1823 vsize=22016 CPUtime=25.48
/proc/1825/stat : 1825 (minisat_static) R 1823 1825 1754 0 -1 4194304 5726 0 0 0 2546 2 0 0 25 0 1 0 1195594909 22544384 5313 1992294400 134512640 135243866 4294956256 18446744073709551615 134555903 0 0 4096 3 0 0 0 17 1 0 0
/proc/1825/statm: 5504 5313 87 178 0 5324 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 22016

[startup+51.1011 s]
/proc/loadavg: 1.07 1.00 0.72 2/81 1826
/proc/meminfo: memFree=1558676/2055920 swapFree=4163572/4192956
[pid=1825] ppid=1823 vsize=29228 CPUtime=51.07
/proc/1825/stat : 1825 (minisat_static) R 1823 1825 1754 0 -1 4194304 7452 0 0 0 5104 3 0 0 25 0 1 0 1195594909 29929472 7039 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1825/statm: 7307 7039 87 178 0 7127 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 29228

[startup+102.306 s]
/proc/loadavg: 1.03 1.00 0.73 2/81 1826
/proc/meminfo: memFree=1551124/2055920 swapFree=4163572/4192956
[pid=1825] ppid=1823 vsize=36848 CPUtime=102.27
/proc/1825/stat : 1825 (minisat_static) R 1823 1825 1754 0 -1 4194304 9322 0 0 0 10221 6 0 0 25 0 1 0 1195594909 37732352 8909 1992294400 134512640 135243866 4294956256 18446744073709551615 134555795 0 0 4096 3 0 0 0 17 1 0 0
/proc/1825/statm: 9212 8909 87 178 0 9032 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 36848

[startup+162.301 s]
/proc/loadavg: 1.01 1.00 0.74 2/81 1826
/proc/meminfo: memFree=1544276/2055920 swapFree=4163572/4192956
[pid=1825] ppid=1823 vsize=43656 CPUtime=162.24
/proc/1825/stat : 1825 (minisat_static) R 1823 1825 1754 0 -1 4194304 11027 0 0 0 16217 7 0 0 25 0 1 0 1195594909 44703744 10614 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/1825/statm: 10914 10614 87 178 0 10734 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 43656

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.75 2/81 1826
/proc/meminfo: memFree=1538260/2055920 swapFree=4163572/4192956
[pid=1825] ppid=1823 vsize=49852 CPUtime=222.23
/proc/1825/stat : 1825 (minisat_static) R 1823 1825 1754 0 -1 4194304 12517 0 0 0 22213 10 0 0 25 0 1 0 1195594909 51048448 12104 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/1825/statm: 12463 12104 87 178 0 12283 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 49852

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.77 2/81 1826
/proc/meminfo: memFree=1533460/2055920 swapFree=4163572/4192956
[pid=1825] ppid=1823 vsize=54748 CPUtime=282.22
/proc/1825/stat : 1825 (minisat_static) R 1823 1825 1754 0 -1 4194304 13720 0 0 0 28211 11 0 0 25 0 1 0 1195594909 56061952 13307 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1825/statm: 13687 13307 87 178 0 13507 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 54748

[startup+342.302 s]
/proc/loadavg: 1.05 1.01 0.78 2/81 1826
/proc/meminfo: memFree=1528596/2055920 swapFree=4163572/4192956
[pid=1825] ppid=1823 vsize=59608 CPUtime=342.19
/proc/1825/stat : 1825 (minisat_static) R 1823 1825 1754 0 -1 4194304 14918 0 0 0 34207 12 0 0 25 0 1 0 1195594909 61038592 14505 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1825/statm: 14902 14505 87 178 0 14722 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 59608

[startup+402.302 s]
/proc/loadavg: 1.07 1.02 0.80 2/81 1826
/proc/meminfo: memFree=1524756/2055920 swapFree=4163572/4192956
[pid=1825] ppid=1823 vsize=63560 CPUtime=402.18
/proc/1825/stat : 1825 (minisat_static) R 1823 1825 1754 0 -1 4194304 15880 0 0 0 40205 13 0 0 25 0 1 0 1195594909 65085440 15467 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 1 0 0
/proc/1825/statm: 15890 15467 87 178 0 15710 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 63560

[startup+462.301 s]
/proc/loadavg: 1.07 1.03 0.82 2/81 1826
/proc/meminfo: memFree=1520340/2055920 swapFree=4163572/4192956
[pid=1825] ppid=1823 vsize=68344 CPUtime=462.16
/proc/1825/stat : 1825 (minisat_static) R 1823 1825 1754 0 -1 4194304 16975 0 0 0 46202 14 0 0 25 0 1 0 1195594909 69984256 16562 1992294400 134512640 135243866 4294956256 18446744073709551615 134555895 0 0 4096 3 0 0 0 17 1 0 0
/proc/1825/statm: 17086 16562 87 178 0 16906 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 68344

[startup+522.301 s]
/proc/loadavg: 1.06 1.04 0.83 2/81 1826
/proc/meminfo: memFree=1516692/2055920 swapFree=4163572/4192956
[pid=1825] ppid=1823 vsize=72160 CPUtime=522.15
/proc/1825/stat : 1825 (minisat_static) R 1823 1825 1754 0 -1 4194304 17901 0 0 0 52200 15 0 0 25 0 1 0 1195594909 73891840 17488 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/1825/statm: 18040 17488 87 178 0 17860 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 72160

[startup+582.301 s]
/proc/loadavg: 1.06 1.04 0.84 2/81 1826
/proc/meminfo: memFree=1512724/2055920 swapFree=4163572/4192956
[pid=1825] ppid=1823 vsize=75872 CPUtime=582.14
/proc/1825/stat : 1825 (minisat_static) R 1823 1825 1754 0 -1 4194304 18872 0 0 0 58198 16 0 0 25 0 1 0 1195594909 77692928 18459 1992294400 134512640 135243866 4294956256 18446744073709551615 134555905 0 0 4096 3 0 0 0 17 1 0 0
/proc/1825/statm: 18968 18459 87 178 0 18788 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 75872

[startup+642.301 s]
/proc/loadavg: 1.06 1.05 0.85 2/81 1826
/proc/meminfo: memFree=1508244/2055920 swapFree=4163572/4192956
[pid=1825] ppid=1823 vsize=80232 CPUtime=642.13
/proc/1825/stat : 1825 (minisat_static) R 1823 1825 1754 0 -1 4194304 19976 0 0 0 64195 18 0 0 25 0 1 0 1195594909 82157568 19563 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/1825/statm: 20058 19563 87 178 0 19878 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 80232

[startup+702.302 s]
/proc/loadavg: 1.05 1.05 0.86 2/81 1826
/proc/meminfo: memFree=1503636/2055920 swapFree=4163572/4192956
[pid=1825] ppid=1823 vsize=84780 CPUtime=702.1
/proc/1825/stat : 1825 (minisat_static) R 1823 1825 1754 0 -1 4194304 21111 0 0 0 70192 18 0 0 25 0 1 0 1195594909 86814720 20689 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/1825/statm: 21195 20689 87 178 0 21015 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 84780

[startup+762.307 s]
/proc/loadavg: 1.02 1.04 0.87 2/81 1826
/proc/meminfo: memFree=1500116/2055920 swapFree=4163572/4192956
[pid=1825] ppid=1823 vsize=88744 CPUtime=762.1
/proc/1825/stat : 1825 (minisat_static) R 1823 1825 1754 0 -1 4194304 21995 0 0 0 76191 19 0 0 25 0 1 0 1195594909 90873856 21573 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1825/statm: 22186 21573 87 178 0 22006 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 88744

[startup+822.302 s]
/proc/loadavg: 1.00 1.03 0.87 2/81 1826
/proc/meminfo: memFree=1496212/2055920 swapFree=4163572/4192956
[pid=1825] ppid=1823 vsize=92672 CPUtime=822.07
/proc/1825/stat : 1825 (minisat_static) R 1823 1825 1754 0 -1 4194304 22942 0 0 0 82187 20 0 0 25 0 1 0 1195594909 94896128 22520 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/1825/statm: 23168 22520 87 178 0 22988 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 92672

[startup+882.302 s]
/proc/loadavg: 1.00 1.02 0.88 2/81 1826
/proc/meminfo: memFree=1492244/2055920 swapFree=4163572/4192956
[pid=1825] ppid=1823 vsize=96704 CPUtime=882.06
/proc/1825/stat : 1825 (minisat_static) R 1823 1825 1754 0 -1 4194304 23936 0 0 0 88185 21 0 0 25 0 1 0 1195594909 99024896 23514 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1825/statm: 24176 23514 87 178 0 23996 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 96704

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 0.89 2/81 1826
/proc/meminfo: memFree=1488660/2055920 swapFree=4163572/4192956
[pid=1825] ppid=1823 vsize=100452 CPUtime=942.04
/proc/1825/stat : 1825 (minisat_static) R 1823 1825 1754 0 -1 4194304 24833 0 0 0 94182 22 0 0 25 0 1 0 1195594909 102862848 24395 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1825/statm: 25113 24395 87 178 0 24933 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 100452

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 0.89 2/81 1826
/proc/meminfo: memFree=1485908/2055920 swapFree=4163572/4192956
[pid=1825] ppid=1823 vsize=103184 CPUtime=1002.03
/proc/1825/stat : 1825 (minisat_static) R 1823 1825 1754 0 -1 4194304 25521 0 0 0 100180 23 0 0 25 0 1 0 1195594909 105660416 25083 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1825/statm: 25796 25083 87 178 0 25616 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 103184

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.90 2/81 1826
/proc/meminfo: memFree=1483668/2055920 swapFree=4163572/4192956
[pid=1825] ppid=1823 vsize=105324 CPUtime=1062.02
/proc/1825/stat : 1825 (minisat_static) R 1823 1825 1754 0 -1 4194304 26070 0 0 0 106178 24 0 0 25 0 1 0 1195594909 107851776 25632 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1825/statm: 26331 25632 87 178 0 26151 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 105324

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.90 2/81 1826
/proc/meminfo: memFree=1481428/2055920 swapFree=4163572/4192956
[pid=1825] ppid=1823 vsize=107660 CPUtime=1122
/proc/1825/stat : 1825 (minisat_static) R 1823 1825 1754 0 -1 4194304 26615 0 0 0 112175 25 0 0 25 0 1 0 1195594909 110243840 26177 1992294400 134512640 135243866 4294956256 18446744073709551615 134555798 0 0 4096 3 0 0 0 17 1 0 0
/proc/1825/statm: 26915 26177 87 178 0 26735 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 107660

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/81 1826
/proc/meminfo: memFree=1479380/2055920 swapFree=4163572/4192956
[pid=1825] ppid=1823 vsize=109772 CPUtime=1181.98
/proc/1825/stat : 1825 (minisat_static) R 1823 1825 1754 0 -1 4194304 27122 0 0 0 118173 25 0 0 25 0 1 0 1195594909 112406528 26684 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1825/statm: 27443 26684 87 178 0 27263 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 109772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.91 2/81 1826
/proc/meminfo: memFree=1478932/2055920 swapFree=4163572/4192956
[pid=1825] ppid=1823 vsize=110116 CPUtime=1200.08
/proc/1825/stat : 1825 (minisat_static) R 1823 1825 1754 0 -1 4194304 27236 0 0 0 119983 25 0 0 25 0 1 0 1195594909 112758784 26798 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1825/statm: 27529 26798 87 178 0 27349 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 110116

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.42
CPU time (s): 1200.11
CPU user time (s): 1199.84
CPU system time (s): 0.273958
CPU usage (%): 99.9742
Max. virtual memory (cumulated for all children) (KiB): 110116

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

runsolver used 1.58276 second user time and 3.9734 second system time

The end

Launcher Data

Begin job on node90 at 2009-04-09 00:21:53
IDJOB=1592863
IDBENCH=71080
IDSOLVER=568
FILE ID=node90/1592863-1239229312
PBS_JOBID= 9113589
Free space on /tmp= 66528 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_10_UNSAT.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1592863-1239229312/watcher-1592863-1239229312 -o /tmp/evaluation-result-1592863-1239229312/solver-1592863-1239229312 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minisat_static HOME/instance-1592863-1239229312.cnf

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

MD5SUM BENCH= 54c22a62e5d0a640d4ea8d185b9b1fc7
RANDOM SEED=1535553053

node90.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1587180 kB
Buffers:         44492 kB
Cached:         331700 kB
SwapCached:      18684 kB
Active:         163208 kB
Inactive:       233096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1587180 kB
SwapTotal:     4192956 kB
SwapFree:      4163572 kB
Dirty:            3888 kB
Writeback:           0 kB
Mapped:          25748 kB
Slab:            56620 kB
Committed_AS:  2907740 kB
PageTables:       2668 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= 66528 MiB
End job on node90 at 2009-04-09 00:41:55