Trace number 1592857

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.03 1200.42

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_11_UNSAT.cnf
MD5SUM238f1788225c41f1f5779700e39b5833
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 variables2316
Number of clauses216962
Sum of the clauses size647286
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23879
Number of clauses of size 3213052
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:  2316                                                 |
0.00/0.00	|  Number of clauses:    216962                                               |
0.10/0.17	|  Parsing time:         0.15         s                                       |
6.68/6.76	============================[ Search Statistics ]==============================
6.68/6.76	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.68/6.76	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.68/6.76	===============================================================================
6.68/6.76	|         0 |    1463   207500   924763 |    69166        0    nan |  0.000 % |
6.78/6.80	|       102 |    1463   207500   924763 |    76083      102     64 |  0.000 % |
6.88/6.91	|       252 |    1463   207500   924763 |    83691      252     65 |  0.000 % |
6.98/7.01	|       477 |    1463   207500   924763 |    92060      477     72 |  0.000 % |
7.08/7.18	|       816 |    1463   207500   924763 |   101266      816     71 |  0.000 % |
7.38/7.42	|      1323 |    1463   207500   924763 |   111393     1323     75 |  0.000 % |
7.69/7.74	|      2082 |    1463   207500   924763 |   122532     2082     78 |  0.000 % |
8.38/8.41	|      3222 |    1463   207500   924763 |   134786     3222     79 |  0.000 % |
9.18/9.28	|      4934 |    1463   207500   924763 |   148264     4934     79 |  0.000 % |
11.08/11.18	|      7497 |    1463   207500   924763 |   163091     7497     78 |  0.000 % |
14.09/14.12	|     11345 |    1463   207500   924763 |   179400    11345     76 |  0.000 % |
17.69/17.77	|     17117 |    1463   207500   924763 |   197340    17117     73 |  0.000 % |
24.19/24.29	|     25766 |    1463   207500   924763 |   217074    25766     73 |  0.000 % |
36.97/37.06	|     38743 |    1463   207500   924763 |   238782    38743     76 |  0.000 % |
65.17/65.20	|     58206 |    1463   207500   924763 |   262660    58206     75 |  0.000 % |
123.95/124.04	|     87399 |    1463   207500   924763 |   288926    87399     73 |  0.000 % |
189.43/189.55	|    131188 |    1463   207500   924763 |   317818   131188     74 |  0.000 % |
577.30/577.54	|    196874 |    1463   207500   924763 |   349600   196874     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-1592857-1239228703/watcher-1592857-1239228703 -o /tmp/evaluation-result-1592857-1239228703/solver-1592857-1239228703 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1592857-1239228703.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.00 0.00 0.00 3/64 16824
/proc/meminfo: memFree=860544/2055920 swapFree=4175716/4192956
[pid=16824] ppid=16822 vsize=2392 CPUtime=0
/proc/16824/stat : 16824 (minisat_static) R 16822 16824 16787 0 -1 4194304 455 0 0 0 0 0 0 0 18 0 1 0 1195535492 2449408 440 1992294400 134512640 135243866 4294956256 18446744073709551615 134764927 0 0 4096 3 0 0 0 17 1 0 0
/proc/16824/statm: 598 440 65 178 0 418 0

[startup+0.0712751 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 16824
/proc/meminfo: memFree=860544/2055920 swapFree=4175716/4192956
[pid=16824] ppid=16822 vsize=6848 CPUtime=0.06
/proc/16824/stat : 16824 (minisat_static) R 16822 16824 16787 0 -1 4194304 1562 0 0 0 6 0 0 0 18 0 1 0 1195535492 7012352 1547 1992294400 134512640 135243866 4294956256 18446744073709551615 134555307 0 0 4096 3 0 0 0 17 1 0 0
/proc/16824/statm: 1712 1547 65 178 0 1532 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6848

[startup+0.101278 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 16824
/proc/meminfo: memFree=860544/2055920 swapFree=4175716/4192956
[pid=16824] ppid=16822 vsize=9060 CPUtime=0.1
/proc/16824/stat : 16824 (minisat_static) R 16822 16824 16787 0 -1 4194304 2114 0 0 0 9 1 0 0 18 0 1 0 1195535492 9277440 2099 1992294400 134512640 135243866 4294956256 18446744073709551615 134538314 0 0 4096 3 0 0 0 17 1 0 0
/proc/16824/statm: 2265 2101 65 178 0 2085 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9060

[startup+0.301306 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 16824
/proc/meminfo: memFree=860544/2055920 swapFree=4175716/4192956
[pid=16824] ppid=16822 vsize=14892 CPUtime=0.3
/proc/16824/stat : 16824 (minisat_static) R 16822 16824 16787 0 -1 4194304 3426 0 0 0 28 2 0 0 19 0 1 0 1195535492 15249408 3411 1992294400 134512640 135243866 4294956256 18446744073709551615 134535595 0 0 4096 3 0 0 0 17 1 0 0
/proc/16824/statm: 3723 3411 80 178 0 3543 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 14892

[startup+0.701364 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 16824
/proc/meminfo: memFree=860544/2055920 swapFree=4175716/4192956
[pid=16824] ppid=16822 vsize=14892 CPUtime=0.7
/proc/16824/stat : 16824 (minisat_static) R 16822 16824 16787 0 -1 4194304 3426 0 0 0 68 2 0 0 23 0 1 0 1195535492 15249408 3411 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 1 0 0
/proc/16824/statm: 3723 3411 80 178 0 3543 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 14892

[startup+1.50148 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 16825
/proc/meminfo: memFree=847096/2055920 swapFree=4175716/4192956
[pid=16824] ppid=16822 vsize=14892 CPUtime=1.5
/proc/16824/stat : 16824 (minisat_static) R 16822 16824 16787 0 -1 4194304 3426 0 0 0 148 2 0 0 25 0 1 0 1195535492 15249408 3411 1992294400 134512640 135243866 4294956256 18446744073709551615 134535601 0 0 4096 3 0 0 0 17 1 0 0
/proc/16824/statm: 3723 3411 80 178 0 3543 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 14892

[startup+3.10171 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 16825
/proc/meminfo: memFree=846968/2055920 swapFree=4175716/4192956
[pid=16824] ppid=16822 vsize=20372 CPUtime=3.09
/proc/16824/stat : 16824 (minisat_static) R 16822 16824 16787 0 -1 4194304 4849 0 0 0 307 2 0 0 25 0 1 0 1195535492 20860928 4834 1992294400 134512640 135243866 4294956256 18446744073709551615 134541947 0 0 4096 3 0 0 0 17 1 0 0
/proc/16824/statm: 5093 4834 80 178 0 4913 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20372

[startup+6.30117 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 16825
/proc/meminfo: memFree=840440/2055920 swapFree=4175716/4192956
[pid=16824] ppid=16822 vsize=20980 CPUtime=6.29
/proc/16824/stat : 16824 (minisat_static) R 16822 16824 16787 0 -1 4194304 5051 0 0 0 627 2 0 0 25 0 1 0 1195535492 21483520 5036 1992294400 134512640 135243866 4294956256 18446744073709551615 134535587 0 0 4096 3 0 0 0 17 1 0 0
/proc/16824/statm: 5245 5036 80 178 0 5065 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20980

[startup+12.7011 s]
/proc/loadavg: 0.15 0.03 0.01 2/65 16825
/proc/meminfo: memFree=842040/2055920 swapFree=4175716/4192956
[pid=16824] ppid=16822 vsize=18920 CPUtime=12.69
/proc/16824/stat : 16824 (minisat_static) R 16822 16824 16787 0 -1 4194304 5060 0 0 0 1266 3 0 0 25 0 1 0 1195535492 19374080 4573 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/16824/statm: 4730 4573 87 178 0 4550 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18920

[startup+25.5019 s]
/proc/loadavg: 0.34 0.08 0.02 2/65 16825
/proc/meminfo: memFree=837560/2055920 swapFree=4175716/4192956
[pid=16824] ppid=16822 vsize=23816 CPUtime=25.49
/proc/16824/stat : 16824 (minisat_static) R 16822 16824 16787 0 -1 4194304 6254 0 0 0 2545 4 0 0 25 0 1 0 1195535492 24387584 5767 1992294400 134512640 135243866 4294956256 18446744073709551615 134555834 0 0 4096 3 0 0 0 17 1 0 0
/proc/16824/statm: 5954 5767 87 178 0 5774 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 23816

[startup+51.1016 s]
/proc/loadavg: 0.56 0.15 0.05 2/65 16825
/proc/meminfo: memFree=829944/2055920 swapFree=4175716/4192956
[pid=16824] ppid=16822 vsize=31412 CPUtime=51.07
/proc/16824/stat : 16824 (minisat_static) R 16822 16824 16787 0 -1 4194304 8145 0 0 0 5101 6 0 0 25 0 1 0 1195535492 32165888 7658 1992294400 134512640 135243866 4294956256 18446744073709551615 134555795 0 0 4096 3 0 0 0 17 1 0 0
/proc/16824/statm: 7853 7658 87 178 0 7673 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 31412

[startup+102.306 s]
/proc/loadavg: 0.81 0.28 0.10 2/65 16825
/proc/meminfo: memFree=820088/2055920 swapFree=4175716/4192956
[pid=16824] ppid=16822 vsize=41244 CPUtime=102.26
/proc/16824/stat : 16824 (minisat_static) R 16822 16824 16787 0 -1 4194304 10562 0 0 0 10218 8 0 0 25 0 1 0 1195535492 42233856 10075 1992294400 134512640 135243866 4294956256 18446744073709551615 134555926 0 0 4096 3 0 0 0 17 1 0 0
/proc/16824/statm: 10311 10075 87 178 0 10131 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 41244

[startup+162.302 s]
/proc/loadavg: 0.93 0.41 0.15 2/65 16825
/proc/meminfo: memFree=808248/2055920 swapFree=4175716/4192956
[pid=16824] ppid=16822 vsize=53400 CPUtime=162.23
/proc/16824/stat : 16824 (minisat_static) R 16822 16824 16787 0 -1 4194304 13547 0 0 0 16213 10 0 0 25 0 1 0 1195535492 54681600 13060 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/16824/statm: 13350 13060 87 178 0 13170 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 53400

[startup+222.301 s]
/proc/loadavg: 0.97 0.51 0.20 2/65 16825
/proc/meminfo: memFree=798584/2055920 swapFree=4175716/4192956
[pid=16824] ppid=16822 vsize=63140 CPUtime=222.22
/proc/16824/stat : 16824 (minisat_static) R 16822 16824 16787 0 -1 4194304 15908 0 0 0 22209 13 0 0 25 0 1 0 1195535492 64655360 15421 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/16824/statm: 15785 15421 87 178 0 15605 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 63140

[startup+282.302 s]
/proc/loadavg: 1.06 0.62 0.25 2/65 16825
/proc/meminfo: memFree=794296/2055920 swapFree=4175716/4192956
[pid=16824] ppid=16822 vsize=67812 CPUtime=282.19
/proc/16824/stat : 16824 (minisat_static) R 16822 16824 16787 0 -1 4194304 16986 0 0 0 28206 13 0 0 25 0 1 0 1195535492 69439488 16499 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/16824/statm: 16953 16499 87 178 0 16773 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 67812

[startup+342.302 s]
/proc/loadavg: 1.14 0.73 0.31 2/65 16825
/proc/meminfo: memFree=790968/2055920 swapFree=4175716/4192956
[pid=16824] ppid=16822 vsize=71164 CPUtime=342.18
/proc/16824/stat : 16824 (minisat_static) R 16822 16824 16787 0 -1 4194304 17812 0 0 0 34203 15 0 0 25 0 1 0 1195535492 72871936 17325 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/16824/statm: 17791 17325 87 178 0 17611 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 71164

[startup+402.301 s]
/proc/loadavg: 1.05 0.77 0.35 2/65 16825
/proc/meminfo: memFree=788024/2055920 swapFree=4175716/4192956
[pid=16824] ppid=16822 vsize=74100 CPUtime=402.16
/proc/16824/stat : 16824 (minisat_static) R 16822 16824 16787 0 -1 4194304 18526 0 0 0 40200 16 0 0 25 0 1 0 1195535492 75878400 18039 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/16824/statm: 18525 18039 87 178 0 18345 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 74100

[startup+462.302 s]
/proc/loadavg: 1.02 0.81 0.39 2/65 16825
/proc/meminfo: memFree=785080/2055920 swapFree=4175716/4192956
[pid=16824] ppid=16822 vsize=76968 CPUtime=462.14
/proc/16824/stat : 16824 (minisat_static) R 16822 16824 16787 0 -1 4194304 19251 0 0 0 46197 17 0 0 25 0 1 0 1195535492 78815232 18764 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/16824/statm: 19242 18764 87 178 0 19062 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 76968

[startup+522.301 s]
/proc/loadavg: 1.00 0.84 0.43 2/65 16825
/proc/meminfo: memFree=782392/2055920 swapFree=4175716/4192956
[pid=16824] ppid=16822 vsize=79700 CPUtime=522.12
/proc/16824/stat : 16824 (minisat_static) R 16822 16824 16787 0 -1 4194304 19934 0 0 0 52194 18 0 0 25 0 1 0 1195535492 81612800 19447 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/16824/statm: 19925 19447 87 178 0 19745 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 79700

[startup+582.301 s]
/proc/loadavg: 1.00 0.87 0.46 2/65 16825
/proc/meminfo: memFree=779000/2055920 swapFree=4175716/4192956
[pid=16824] ppid=16822 vsize=83104 CPUtime=582.11
/proc/16824/stat : 16824 (minisat_static) R 16822 16824 16787 0 -1 4194304 20800 0 0 0 58192 19 0 0 25 0 1 0 1195535492 85098496 20313 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/16824/statm: 20776 20313 87 178 0 20596 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 83104

[startup+642.302 s]
/proc/loadavg: 1.00 0.89 0.49 2/65 16825
/proc/meminfo: memFree=775352/2055920 swapFree=4175716/4192956
[pid=16824] ppid=16822 vsize=87140 CPUtime=642.08
/proc/16824/stat : 16824 (minisat_static) R 16822 16824 16787 0 -1 4194304 21688 0 0 0 64188 20 0 0 25 0 1 0 1195535492 89231360 21201 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/16824/statm: 21785 21201 87 178 0 21605 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 87140

[startup+702.301 s]
/proc/loadavg: 1.00 0.91 0.52 2/65 16825
/proc/meminfo: memFree=771192/2055920 swapFree=4175716/4192956
[pid=16824] ppid=16822 vsize=91324 CPUtime=702.07
/proc/16824/stat : 16824 (minisat_static) R 16822 16824 16787 0 -1 4194304 22738 0 0 0 70185 22 0 0 25 0 1 0 1195535492 93515776 22242 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/16824/statm: 22831 22242 87 178 0 22651 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 91324

[startup+762.305 s]
/proc/loadavg: 1.00 0.92 0.55 2/65 16825
/proc/meminfo: memFree=767032/2055920 swapFree=4175716/4192956
[pid=16824] ppid=16822 vsize=95436 CPUtime=762.05
/proc/16824/stat : 16824 (minisat_static) R 16822 16824 16787 0 -1 4194304 23775 0 0 0 76182 23 0 0 25 0 1 0 1195535492 97726464 23279 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/16824/statm: 23859 23279 87 178 0 23679 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 95436

[startup+822.302 s]
/proc/loadavg: 1.00 0.93 0.57 2/65 16825
/proc/meminfo: memFree=763128/2055920 swapFree=4175716/4192956
[pid=16824] ppid=16822 vsize=99332 CPUtime=822.03
/proc/16824/stat : 16824 (minisat_static) R 16822 16824 16787 0 -1 4194304 24763 0 0 0 82179 24 0 0 25 0 1 0 1195535492 101715968 24267 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/16824/statm: 24833 24267 87 178 0 24653 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 99332

[startup+882.301 s]
/proc/loadavg: 1.00 0.94 0.59 2/65 16825
/proc/meminfo: memFree=759992/2055920 swapFree=4175716/4192956
[pid=16824] ppid=16822 vsize=102464 CPUtime=882.01
/proc/16824/stat : 16824 (minisat_static) R 16822 16824 16787 0 -1 4194304 25512 0 0 0 88176 25 0 0 25 0 1 0 1195535492 104923136 25016 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/16824/statm: 25616 25016 87 178 0 25436 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 102464

[startup+942.302 s]
/proc/loadavg: 1.00 0.95 0.62 2/65 16825
/proc/meminfo: memFree=757624/2055920 swapFree=4175716/4192956
[pid=16824] ppid=16822 vsize=104656 CPUtime=941.99
/proc/16824/stat : 16824 (minisat_static) R 16822 16824 16787 0 -1 4194304 26094 0 0 0 94173 26 0 0 25 0 1 0 1195535492 107167744 25598 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/16824/statm: 26164 25598 87 178 0 25984 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 104656

[startup+1002.3 s]
/proc/loadavg: 1.00 0.95 0.64 2/65 16825
/proc/meminfo: memFree=755128/2055920 swapFree=4175716/4192956
[pid=16824] ppid=16822 vsize=107184 CPUtime=1001.96
/proc/16824/stat : 16824 (minisat_static) R 16822 16824 16787 0 -1 4194304 26715 0 0 0 100170 26 0 0 25 0 1 0 1195535492 109756416 26219 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/16824/statm: 26796 26219 87 178 0 26616 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 107184

[startup+1062.3 s]
/proc/loadavg: 1.00 0.96 0.66 2/65 16825
/proc/meminfo: memFree=752888/2055920 swapFree=4175716/4192956
[pid=16824] ppid=16822 vsize=109652 CPUtime=1061.95
/proc/16824/stat : 16824 (minisat_static) R 16822 16824 16787 0 -1 4194304 27272 0 0 0 106168 27 0 0 25 0 1 0 1195535492 112283648 26776 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/16824/statm: 27413 26776 87 178 0 27233 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 109652

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 0.68 2/65 16825
/proc/meminfo: memFree=750712/2055920 swapFree=4175716/4192956
[pid=16824] ppid=16822 vsize=111916 CPUtime=1121.93
/proc/16824/stat : 16824 (minisat_static) R 16822 16824 16787 0 -1 4194304 27808 0 0 0 112165 28 0 0 25 0 1 0 1195535492 114601984 27312 1992294400 134512640 135243866 4294956256 18446744073709551615 134555754 0 0 4096 3 0 0 0 17 1 0 0
/proc/16824/statm: 27979 27312 87 178 0 27799 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 111916

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.69 2/65 16825
/proc/meminfo: memFree=748856/2055920 swapFree=4175716/4192956
[pid=16824] ppid=16822 vsize=113948 CPUtime=1181.91
/proc/16824/stat : 16824 (minisat_static) R 16822 16824 16787 0 -1 4194304 28305 0 0 0 118163 28 0 0 25 0 1 0 1195535492 116682752 27809 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/16824/statm: 28487 27809 87 178 0 28307 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 113948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.97 0.70 2/65 16825
/proc/meminfo: memFree=748216/2055920 swapFree=4175716/4192956
[pid=16824] ppid=16822 vsize=114568 CPUtime=1200
/proc/16824/stat : 16824 (minisat_static) R 16822 16824 16787 0 -1 4194304 28438 0 0 0 119972 28 0 0 25 0 1 0 1195535492 117317632 27942 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 1 0 0
/proc/16824/statm: 28642 27942 87 178 0 28462 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 114568

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.03
CPU user time (s): 1199.73
CPU system time (s): 0.307953
CPU usage (%): 99.9676
Max. virtual memory (cumulated for all children) (KiB): 114568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.73
system time used= 0.307953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28438
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 2163

runsolver used 0.908861 second user time and 2.6236 second system time

The end

Launcher Data

Begin job on node30 at 2009-04-09 00:11:43
IDJOB=1592857
IDBENCH=71074
IDSOLVER=568
FILE ID=node30/1592857-1239228703
PBS_JOBID= 9113622
Free space on /tmp= 66468 MiB

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

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

MD5SUM BENCH= 238f1788225c41f1f5779700e39b5833
RANDOM SEED=565748838

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.260
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.260
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:        860960 kB
Buffers:         62388 kB
Cached:        1046052 kB
SwapCached:      11112 kB
Active:          50288 kB
Inactive:      1071164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        860960 kB
SwapTotal:     4192956 kB
SwapFree:      4175716 kB
Dirty:            4336 kB
Writeback:           0 kB
Mapped:          18668 kB
Slab:            59564 kB
Committed_AS:  3810076 kB
PageTables:       1368 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= 66468 MiB
End job on node30 at 2009-04-09 00:31:45