Trace number 1798037

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.14 1200.43

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_14_UNKNOWN.cnf
MD5SUM74b3bf25aa16f613ee15d6b4b9bc9486
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 variables2220
Number of clauses160694
Sum of the clauses size478924
Maximum clause length15
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23434
Number of clauses of size 3157237
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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:  2220                                                 |
0.00/0.00	|  Number of clauses:    160694                                               |
0.05/0.07	|  Parsing time:         0.06         s                                       |
0.05/0.07	============================[ Search Statistics ]==============================
0.05/0.07	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.05/0.07	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.05/0.07	===============================================================================
0.05/0.07	|         0 |    2220   160694   478924 |    53564        0    nan |  0.000 % |
0.05/0.08	|       101 |    2220   160694   478924 |    58921      101     58 |  0.000 % |
0.05/0.10	|       252 |    2220   160694   478924 |    64813      252     60 |  0.000 % |
0.09/0.12	|       478 |    2220   160694   478924 |    71294      478     65 |  0.000 % |
0.09/0.15	|       816 |    2220   160694   478924 |    78424      816     62 |  0.000 % |
0.19/0.20	|      1323 |    2220   160694   478924 |    86266     1323     66 |  0.000 % |
0.29/0.32	|      2085 |    2220   160694   478924 |    94893     2085     72 |  0.000 % |
0.39/0.47	|      3226 |    2220   160694   478924 |   104382     3226     73 |  0.000 % |
0.79/0.80	|      4936 |    2220   160694   478924 |   114820     4936     77 |  0.000 % |
1.19/1.26	|      7498 |    2220   160694   478924 |   126302     7498     93 |  0.000 % |
1.99/2.02	|     11342 |    2220   160694   478924 |   138932    11342     97 |  0.000 % |
4.59/4.61	|     17109 |    2220   160694   478924 |   152826    17109     92 |  0.000 % |
7.88/7.96	|     25759 |    2220   160694   478924 |   168108    25759     98 |  0.000 % |
14.79/14.82	|     38733 |    2220   160694   478924 |   184919    38733    109 |  0.000 % |
27.28/27.32	|     58194 |    2220   160694   478924 |   203411    58194    117 |  0.000 % |
59.57/59.60	|     87388 |    2220   160694   478924 |   223752    87388    117 |  0.000 % |
146.55/146.69	|    131177 |    2220   160694   478924 |   246128   131177    123 |  0.000 % |
325.91/326.07	|    196862 |    2220   160694   478924 |   270741   196862    125 |  0.000 % |
699.62/699.81	|    295394 |    2220   160694   478924 |   297815    42509    116 |  0.000 % |
972.95/973.23	|    443184 |    2220   160694   478924 |   327596   190299    125 |  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-1798037-1242088389/watcher-1798037-1242088389 -o /tmp/evaluation-result-1798037-1242088389/solver-1798037-1242088389 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1798037-1242088389.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.99 0.98 0.99 3/64 17798
/proc/meminfo: memFree=1881808/2055920 swapFree=4150108/4192956
[pid=17798] ppid=17796 vsize=2160 CPUtime=0
/proc/17798/stat : 17798 (minisat_static) R 17796 17798 17731 0 -1 4194304 419 0 0 0 0 0 0 0 18 0 1 0 236866454 2211840 404 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/17798/statm: 540 404 58 171 0 366 0

[startup+0.0698689 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 17798
/proc/meminfo: memFree=1881808/2055920 swapFree=4150108/4192956
[pid=17798] ppid=17796 vsize=7640 CPUtime=0.05
/proc/17798/stat : 17798 (minisat_static) R 17796 17798 17731 0 -1 4194304 1742 0 0 0 5 0 0 0 18 0 1 0 236866454 7823360 1727 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/17798/statm: 1910 1728 58 171 0 1736 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7640

[startup+0.10187 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 17798
/proc/meminfo: memFree=1881808/2055920 swapFree=4150108/4192956
[pid=17798] ppid=17796 vsize=8296 CPUtime=0.09
/proc/17798/stat : 17798 (minisat_static) R 17796 17798 17731 0 -1 4194304 1930 0 0 0 8 1 0 0 18 0 1 0 236866454 8495104 1915 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/17798/statm: 2074 1915 78 171 0 1900 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8296

[startup+0.30189 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 17798
/proc/meminfo: memFree=1881808/2055920 swapFree=4150108/4192956
[pid=17798] ppid=17796 vsize=8956 CPUtime=0.29
/proc/17798/stat : 17798 (minisat_static) R 17796 17798 17731 0 -1 4194304 2099 0 0 0 28 1 0 0 19 0 1 0 236866454 9170944 2084 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/17798/statm: 2239 2084 78 171 0 2065 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8956

[startup+0.701924 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 17798
/proc/meminfo: memFree=1881808/2055920 swapFree=4150108/4192956
[pid=17798] ppid=17796 vsize=10012 CPUtime=0.69
/proc/17798/stat : 17798 (minisat_static) R 17796 17798 17731 0 -1 4194304 2355 0 0 0 68 1 0 0 22 0 1 0 236866454 10252288 2340 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/17798/statm: 2503 2340 78 171 0 2329 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10012

[startup+1.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17799
/proc/meminfo: memFree=1872072/2055920 swapFree=4150108/4192956
[pid=17798] ppid=17796 vsize=12280 CPUtime=1.49
/proc/17798/stat : 17798 (minisat_static) R 17796 17798 17731 0 -1 4194304 2915 0 0 0 148 1 0 0 25 0 1 0 236866454 12574720 2900 1992294400 134512640 135213614 4294956256 18446744073709551615 134539778 0 0 4096 3 0 0 0 17 1 0 0
/proc/17798/statm: 3070 2900 78 171 0 2896 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12280

[startup+3.10114 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17799
/proc/meminfo: memFree=1869064/2055920 swapFree=4150108/4192956
[pid=17798] ppid=17796 vsize=14456 CPUtime=3.09
/proc/17798/stat : 17798 (minisat_static) R 17796 17798 17731 0 -1 4194304 3460 0 0 0 307 2 0 0 25 0 1 0 236866454 14802944 3445 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17798/statm: 3614 3445 78 171 0 3440 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14456

[startup+6.30143 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17799
/proc/meminfo: memFree=1865544/2055920 swapFree=4150108/4192956
[pid=17798] ppid=17796 vsize=17896 CPUtime=6.29
/proc/17798/stat : 17798 (minisat_static) R 17796 17798 17731 0 -1 4194304 4336 0 0 0 626 3 0 0 25 0 1 0 236866454 18325504 4321 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17798/statm: 4474 4321 78 171 0 4300 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17896

[startup+12.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17799
/proc/meminfo: memFree=1856456/2055920 swapFree=4150108/4192956
[pid=17798] ppid=17796 vsize=26556 CPUtime=12.69
/proc/17798/stat : 17798 (minisat_static) R 17796 17798 17731 0 -1 4194304 6473 0 0 0 1263 6 0 0 25 0 1 0 236866454 27193344 6458 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17798/statm: 6639 6458 78 171 0 6465 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26556

[startup+25.5012 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17799
/proc/meminfo: memFree=1844872/2055920 swapFree=4150108/4192956
[pid=17798] ppid=17796 vsize=37824 CPUtime=25.48
/proc/17798/stat : 17798 (minisat_static) R 17796 17798 17731 0 -1 4194304 9280 0 0 0 2540 8 0 0 25 0 1 0 236866454 38731776 9265 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/17798/statm: 9456 9265 78 171 0 9282 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 37824

[startup+51.1015 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17799
/proc/meminfo: memFree=1831304/2055920 swapFree=4150108/4192956
[pid=17798] ppid=17796 vsize=51620 CPUtime=51.07
/proc/17798/stat : 17798 (minisat_static) R 17796 17798 17731 0 -1 4194304 12682 0 0 0 5095 12 0 0 25 0 1 0 236866454 52858880 12667 1992294400 134512640 135213614 4294956256 18446744073709551615 134526928 0 0 4096 3 0 0 0 17 1 0 0
/proc/17798/statm: 12905 12667 78 171 0 12731 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 51620

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17799
/proc/meminfo: memFree=1815560/2055920 swapFree=4150108/4192956
[pid=17798] ppid=17796 vsize=67352 CPUtime=102.27
/proc/17798/stat : 17798 (minisat_static) R 17796 17798 17731 0 -1 4194304 16568 0 0 0 10210 17 0 0 25 0 1 0 236866454 68968448 16553 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17798/statm: 16838 16553 78 171 0 16664 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 67352

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17799
/proc/meminfo: memFree=1797192/2055920 swapFree=4150108/4192956
[pid=17798] ppid=17796 vsize=85964 CPUtime=162.25
/proc/17798/stat : 17798 (minisat_static) R 17796 17798 17731 0 -1 4194304 21196 0 0 0 16203 22 0 0 25 0 1 0 236866454 88027136 21181 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/17798/statm: 21491 21181 78 171 0 21317 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 85964

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17799
/proc/meminfo: memFree=1780040/2055920 swapFree=4150108/4192956
[pid=17798] ppid=17796 vsize=102816 CPUtime=222.24
/proc/17798/stat : 17798 (minisat_static) R 17796 17798 17731 0 -1 4194304 25405 0 0 0 22198 26 0 0 25 0 1 0 236866454 105283584 25390 1992294400 134512640 135213614 4294956256 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/17798/statm: 25704 25390 78 171 0 25530 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 102816

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17799
/proc/meminfo: memFree=1771464/2055920 swapFree=4150108/4192956
[pid=17798] ppid=17796 vsize=111572 CPUtime=282.22
/proc/17798/stat : 17798 (minisat_static) R 17796 17798 17731 0 -1 4194304 27587 0 0 0 28194 28 0 0 25 0 1 0 236866454 114249728 27572 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17798/statm: 27893 27572 78 171 0 27719 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 111572

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17799
/proc/meminfo: memFree=1764040/2055920 swapFree=4150108/4192956
[pid=17798] ppid=17796 vsize=118784 CPUtime=342.2
/proc/17798/stat : 17798 (minisat_static) R 17796 17798 17731 0 -1 4194304 29384 0 0 0 34190 30 0 0 25 0 1 0 236866454 121634816 29369 1992294400 134512640 135213614 4294956256 18446744073709551615 134526985 0 0 4096 3 0 0 0 17 1 0 0
/proc/17798/statm: 29696 29369 78 171 0 29522 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 118784

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17799
/proc/meminfo: memFree=1757064/2055920 swapFree=4150108/4192956
[pid=17798] ppid=17796 vsize=126432 CPUtime=402.19
/proc/17798/stat : 17798 (minisat_static) R 17796 17798 17731 0 -1 4194304 31159 0 0 0 40187 32 0 0 25 0 1 0 236866454 129466368 31144 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/17798/statm: 31608 31144 78 171 0 31434 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 126432

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17799
/proc/meminfo: memFree=1749832/2055920 swapFree=4150108/4192956
[pid=17798] ppid=17796 vsize=133504 CPUtime=462.18
/proc/17798/stat : 17798 (minisat_static) R 17796 17798 17731 0 -1 4194304 32922 0 0 0 46184 34 0 0 25 0 1 0 236866454 136708096 32907 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/17798/statm: 33376 32907 78 171 0 33202 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 133504

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17801
/proc/meminfo: memFree=1744008/2055920 swapFree=4150108/4192956
[pid=17798] ppid=17796 vsize=139240 CPUtime=522.16
/proc/17798/stat : 17798 (minisat_static) R 17796 17798 17731 0 -1 4194304 34383 0 0 0 52180 36 0 0 25 0 1 0 236866454 142581760 34368 1992294400 134512640 135213614 4294956256 18446744073709551615 134526867 0 0 4096 3 0 0 0 17 1 0 0
/proc/17798/statm: 34810 34368 78 171 0 34636 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 139240

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17801
/proc/meminfo: memFree=1737224/2055920 swapFree=4150108/4192956
[pid=17798] ppid=17796 vsize=145968 CPUtime=582.15
/proc/17798/stat : 17798 (minisat_static) R 17796 17798 17731 0 -1 4194304 36056 0 0 0 58177 38 0 0 25 0 1 0 236866454 149471232 36041 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17798/statm: 36492 36041 78 171 0 36318 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 145968

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17801
/proc/meminfo: memFree=1730120/2055920 swapFree=4150108/4192956
[pid=17798] ppid=17796 vsize=152944 CPUtime=642.13
/proc/17798/stat : 17798 (minisat_static) R 17796 17798 17731 0 -1 4194304 37816 0 0 0 64174 39 0 0 25 0 1 0 236866454 156614656 37801 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17798/statm: 38236 37801 78 171 0 38062 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 152944

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17801
/proc/meminfo: memFree=1726280/2055920 swapFree=4150108/4192956
[pid=17798] ppid=17796 vsize=156668 CPUtime=702.12
/proc/17798/stat : 17798 (minisat_static) R 17796 17798 17731 0 -1 4194304 38743 0 0 0 70172 40 0 0 25 0 1 0 236866454 160428032 38728 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17798/statm: 39167 38728 78 171 0 38993 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 156668

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17801
/proc/meminfo: memFree=1726280/2055920 swapFree=4150108/4192956
[pid=17798] ppid=17796 vsize=156668 CPUtime=762.1
/proc/17798/stat : 17798 (minisat_static) R 17796 17798 17731 0 -1 4194304 38745 0 0 0 76170 40 0 0 25 0 1 0 236866454 160428032 38730 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17798/statm: 39167 38730 78 171 0 38993 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 156668

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17801
/proc/meminfo: memFree=1726280/2055920 swapFree=4150108/4192956
[pid=17798] ppid=17796 vsize=156668 CPUtime=822.08
/proc/17798/stat : 17798 (minisat_static) R 17796 17798 17731 0 -1 4194304 38749 0 0 0 82168 40 0 0 25 0 1 0 236866454 160428032 38734 1992294400 134512640 135213614 4294956256 18446744073709551615 134537823 0 0 4096 3 0 0 0 17 1 0 0
/proc/17798/statm: 39167 38734 78 171 0 38993 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 156668

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17801
/proc/meminfo: memFree=1726216/2055920 swapFree=4150108/4192956
[pid=17798] ppid=17796 vsize=156668 CPUtime=882.08
/proc/17798/stat : 17798 (minisat_static) R 17796 17798 17731 0 -1 4194304 38754 0 0 0 88167 41 0 0 25 0 1 0 236866454 160428032 38739 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/17798/statm: 39167 38739 78 171 0 38993 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 156668

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17801
/proc/meminfo: memFree=1726152/2055920 swapFree=4150108/4192956
[pid=17798] ppid=17796 vsize=156668 CPUtime=942.06
/proc/17798/stat : 17798 (minisat_static) R 17796 17798 17731 0 -1 4194304 38758 0 0 0 94165 41 0 0 25 0 1 0 236866454 160428032 38743 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17798/statm: 39167 38743 78 171 0 38993 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 156668

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17801
/proc/meminfo: memFree=1726152/2055920 swapFree=4150108/4192956
[pid=17798] ppid=17796 vsize=156668 CPUtime=1002.05
/proc/17798/stat : 17798 (minisat_static) R 17796 17798 17731 0 -1 4194304 38761 0 0 0 100164 41 0 0 25 0 1 0 236866454 160428032 38746 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17798/statm: 39167 38746 78 171 0 38993 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 156668

[startup+1062.3 s]
/proc/loadavg: 1.10 1.02 1.00 2/65 17801
/proc/meminfo: memFree=1726152/2055920 swapFree=4150108/4192956
[pid=17798] ppid=17796 vsize=156668 CPUtime=1062.03
/proc/17798/stat : 17798 (minisat_static) R 17796 17798 17731 0 -1 4194304 38761 0 0 0 106162 41 0 0 25 0 1 0 236866454 160428032 38746 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17798/statm: 39167 38746 78 171 0 38993 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 156668

[startup+1122.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 17801
/proc/meminfo: memFree=1726152/2055920 swapFree=4150108/4192956
[pid=17798] ppid=17796 vsize=156668 CPUtime=1122.01
/proc/17798/stat : 17798 (minisat_static) R 17796 17798 17731 0 -1 4194304 38762 0 0 0 112160 41 0 0 25 0 1 0 236866454 160428032 38747 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/17798/statm: 39167 38747 78 171 0 38993 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 156668

[startup+1182.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 17801
/proc/meminfo: memFree=1719368/2055920 swapFree=4150108/4192956
[pid=17798] ppid=17796 vsize=163612 CPUtime=1182
/proc/17798/stat : 17798 (minisat_static) R 17796 17798 17731 0 -1 4194304 40497 0 0 0 118156 44 0 0 25 0 1 0 236866454 167538688 40482 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17798/statm: 40903 40482 78 171 0 40729 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 163612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 17801
/proc/meminfo: memFree=1716104/2055920 swapFree=4150108/4192956
[pid=17798] ppid=17796 vsize=166764 CPUtime=1200.1
/proc/17798/stat : 17798 (minisat_static) R 17796 17798 17731 0 -1 4194304 41251 0 0 0 119966 44 0 0 25 0 1 0 236866454 170766336 41236 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17798/statm: 41691 41236 78 171 0 41517 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 166764

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.14
CPU user time (s): 1199.66
CPU system time (s): 0.474927
CPU usage (%): 99.9754
Max. virtual memory (cumulated for all children) (KiB): 166764

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

runsolver used 0.942856 second user time and 2.6266 second system time

The end

Launcher Data

Begin job on node51 at 2009-05-12 02:33:09
IDJOB=1798037
IDBENCH=71097
IDSOLVER=651
FILE ID=node51/1798037-1242088389
PBS_JOBID= 9277702
Free space on /tmp= 66272 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_14_UNKNOWN.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1798037-1242088389/watcher-1798037-1242088389 -o /tmp/evaluation-result-1798037-1242088389/solver-1798037-1242088389 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1798037-1242088389.cnf

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

MD5SUM BENCH= 74b3bf25aa16f613ee15d6b4b9bc9486
RANDOM SEED=913654439

node51.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.214
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.214
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:       1882288 kB
Buffers:          9428 kB
Cached:          60536 kB
SwapCached:      36660 kB
Active:          19532 kB
Inactive:        89040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1882288 kB
SwapTotal:     4192956 kB
SwapFree:      4150108 kB
Dirty:            3388 kB
Writeback:           0 kB
Mapped:          14020 kB
Slab:            51128 kB
Committed_AS:   657176 kB
PageTables:       1392 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= 66268 MiB
End job on node51 at 2009-05-12 02:53:12