Trace number 1798028

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_12_UNKNOWN.cnf
MD5SUMfbf37caab2e9eafe910c795f49053484
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 variables1898
Number of clauses128735
Sum of the clauses size383430
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23005
Number of clauses of size 3125707
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:  1898                                                 |
0.00/0.00	|  Number of clauses:    128735                                               |
0.01/0.06	|  Parsing time:         0.05         s                                       |
0.01/0.06	============================[ Search Statistics ]==============================
0.01/0.06	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.01/0.06	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.01/0.06	===============================================================================
0.01/0.06	|         0 |    1898   128735   383430 |    42911        0    nan |  0.000 % |
0.01/0.07	|       101 |    1898   128735   383430 |    47202      101     54 |  0.000 % |
0.01/0.08	|       252 |    1898   128735   383430 |    51923      252     58 |  0.002 % |
0.01/0.10	|       477 |    1898   128735   383430 |    57115      477     57 |  0.000 % |
0.09/0.12	|       815 |    1898   128735   383430 |    62826      815     63 |  0.000 % |
0.09/0.17	|      1321 |    1898   128735   383430 |    69109     1321     61 |  0.000 % |
0.19/0.26	|      2081 |    1898   128735   383430 |    76020     2081     72 |  0.000 % |
0.29/0.39	|      3223 |    1898   128735   383430 |    83622     3223     76 |  0.000 % |
0.59/0.66	|      4931 |    1898   128735   383430 |    91984     4931     79 |  0.000 % |
1.59/1.65	|      7493 |    1898   128735   383430 |   101183     7493     78 |  0.000 % |
2.89/2.96	|     11338 |    1898   128735   383430 |   111301    11338     81 |  0.000 % |
5.49/5.51	|     17105 |    1898   128735   383430 |   122431    17105     84 |  0.000 % |
8.39/8.44	|     25754 |    1898   128735   383430 |   134675    25754     90 |  0.000 % |
17.99/18.07	|     38728 |    1898   128735   383430 |   148142    38728     89 |  0.000 % |
32.18/32.20	|     58190 |    1898   128735   383430 |   162956    58190     90 |  0.000 % |
69.17/69.25	|     87382 |    1898   128735   383430 |   179252    87382     95 |  0.000 % |
146.44/146.54	|    131171 |    1898   128735   383430 |   197177   131171     98 |  0.000 % |
302.79/302.91	|    196855 |    1898   128735   383430 |   216895   196855     92 |  0.001 % |
516.93/517.16	|    295381 |    1898   128735   383430 |   238585    92844    104 |  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-1798028-1242087399/watcher-1798028-1242087399 -o /tmp/evaluation-result-1798028-1242087399/solver-1798028-1242087399 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1798028-1242087399.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.85 0.97 0.99 3/64 13348
/proc/meminfo: memFree=1471712/2055920 swapFree=4145916/4192956
[pid=13348] ppid=13346 vsize=2160 CPUtime=0
/proc/13348/stat : 13348 (minisat_static) R 13346 13348 13311 0 -1 4194304 418 0 0 0 0 0 0 0 18 0 1 0 236768343 2211840 403 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/13348/statm: 540 404 58 171 0 366 0

[startup+0.0228439 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 13348
/proc/meminfo: memFree=1471712/2055920 swapFree=4145916/4192956
[pid=13348] ppid=13346 vsize=3744 CPUtime=0.01
/proc/13348/stat : 13348 (minisat_static) R 13346 13348 13311 0 -1 4194304 785 0 0 0 1 0 0 0 18 0 1 0 236768343 3833856 770 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/13348/statm: 936 770 58 171 0 762 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3744

[startup+0.101855 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 13348
/proc/meminfo: memFree=1471712/2055920 swapFree=4145916/4192956
[pid=13348] ppid=13346 vsize=7000 CPUtime=0.09
/proc/13348/stat : 13348 (minisat_static) R 13346 13348 13311 0 -1 4194304 1640 0 0 0 9 0 0 0 18 0 1 0 236768343 7168000 1625 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/13348/statm: 1750 1625 78 171 0 1576 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7000

[startup+0.301884 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 13348
/proc/meminfo: memFree=1471712/2055920 swapFree=4145916/4192956
[pid=13348] ppid=13346 vsize=7792 CPUtime=0.29
/proc/13348/stat : 13348 (minisat_static) R 13346 13348 13311 0 -1 4194304 1850 0 0 0 29 0 0 0 19 0 1 0 236768343 7979008 1835 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13348/statm: 1948 1835 78 171 0 1774 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7792

[startup+0.701943 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 13348
/proc/meminfo: memFree=1471712/2055920 swapFree=4145916/4192956
[pid=13348] ppid=13346 vsize=8980 CPUtime=0.69
/proc/13348/stat : 13348 (minisat_static) R 13346 13348 13311 0 -1 4194304 2129 0 0 0 68 1 0 0 22 0 1 0 236768343 9195520 2114 1992294400 134512640 135213614 4294956256 18446744073709551615 134526897 0 0 4096 3 0 0 0 17 1 0 0
/proc/13348/statm: 2245 2114 78 171 0 2071 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8980

[startup+1.50106 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 13349
/proc/meminfo: memFree=1463192/2055920 swapFree=4145916/4192956
[pid=13348] ppid=13346 vsize=9772 CPUtime=1.49
/proc/13348/stat : 13348 (minisat_static) R 13346 13348 13311 0 -1 4194304 2316 0 0 0 148 1 0 0 25 0 1 0 236768343 10006528 2301 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13348/statm: 2443 2301 78 171 0 2269 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9772

[startup+3.10231 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 13349
/proc/meminfo: memFree=1462040/2055920 swapFree=4145916/4192956
[pid=13348] ppid=13346 vsize=11520 CPUtime=3.09
/proc/13348/stat : 13348 (minisat_static) R 13346 13348 13311 0 -1 4194304 2767 0 0 0 308 1 0 0 25 0 1 0 236768343 11796480 2752 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13348/statm: 2880 2752 78 171 0 2706 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11520

[startup+6.30176 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 13349
/proc/meminfo: memFree=1458648/2055920 swapFree=4145916/4192956
[pid=13348] ppid=13346 vsize=15044 CPUtime=6.29
/proc/13348/stat : 13348 (minisat_static) R 13346 13348 13311 0 -1 4194304 3627 0 0 0 627 2 0 0 25 0 1 0 236768343 15405056 3612 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/13348/statm: 3761 3612 78 171 0 3587 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15044

[startup+12.7017 s]
/proc/loadavg: 0.87 0.97 0.99 2/65 13349
/proc/meminfo: memFree=1452520/2055920 swapFree=4145916/4192956
[pid=13348] ppid=13346 vsize=19964 CPUtime=12.68
/proc/13348/stat : 13348 (minisat_static) R 13346 13348 13311 0 -1 4194304 4876 0 0 0 1265 3 0 0 25 0 1 0 236768343 20443136 4861 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13348/statm: 4991 4861 78 171 0 4817 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 19964

[startup+25.5016 s]
/proc/loadavg: 0.90 0.97 0.99 2/65 13349
/proc/meminfo: memFree=1443944/2055920 swapFree=4145916/4192956
[pid=13348] ppid=13346 vsize=28376 CPUtime=25.48
/proc/13348/stat : 13348 (minisat_static) R 13346 13348 13311 0 -1 4194304 6975 0 0 0 2543 5 0 0 25 0 1 0 236768343 29057024 6960 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13348/statm: 7094 6960 78 171 0 6920 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 28376

[startup+51.1013 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 13349
/proc/meminfo: memFree=1435048/2055920 swapFree=4145916/4192956
[pid=13348] ppid=13346 vsize=37436 CPUtime=51.07
/proc/13348/stat : 13348 (minisat_static) R 13346 13348 13311 0 -1 4194304 9226 0 0 0 5100 7 0 0 25 0 1 0 236768343 38334464 9211 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13348/statm: 9359 9211 78 171 0 9185 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 37436

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 13349
/proc/meminfo: memFree=1416168/2055920 swapFree=4145916/4192956
[pid=13348] ppid=13346 vsize=56220 CPUtime=102.26
/proc/13348/stat : 13348 (minisat_static) R 13346 13348 13311 0 -1 4194304 13896 0 0 0 10214 12 0 0 25 0 1 0 236768343 57569280 13881 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/13348/statm: 14055 13881 78 171 0 13881 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 56220

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13349
/proc/meminfo: memFree=1404520/2055920 swapFree=4145916/4192956
[pid=13348] ppid=13346 vsize=68268 CPUtime=162.24
/proc/13348/stat : 13348 (minisat_static) R 13346 13348 13311 0 -1 4194304 16840 0 0 0 16209 15 0 0 25 0 1 0 236768343 69906432 16825 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13348/statm: 17067 16825 78 171 0 16893 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 68268

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13349
/proc/meminfo: memFree=1394344/2055920 swapFree=4145916/4192956
[pid=13348] ppid=13346 vsize=78424 CPUtime=222.22
/proc/13348/stat : 13348 (minisat_static) R 13346 13348 13311 0 -1 4194304 19340 0 0 0 22204 18 0 0 25 0 1 0 236768343 80306176 19325 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13348/statm: 19606 19325 78 171 0 19432 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 78424

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13349
/proc/meminfo: memFree=1385320/2055920 swapFree=4145916/4192956
[pid=13348] ppid=13346 vsize=87512 CPUtime=282.2
/proc/13348/stat : 13348 (minisat_static) R 13346 13348 13311 0 -1 4194304 21610 0 0 0 28199 21 0 0 25 0 1 0 236768343 89612288 21595 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13348/statm: 21878 21595 78 171 0 21704 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 87512

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13349
/proc/meminfo: memFree=1378920/2055920 swapFree=4145916/4192956
[pid=13348] ppid=13346 vsize=93940 CPUtime=342.18
/proc/13348/stat : 13348 (minisat_static) R 13346 13348 13311 0 -1 4194304 23171 0 0 0 34196 22 0 0 25 0 1 0 236768343 96194560 23156 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/13348/statm: 23485 23156 78 171 0 23311 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 93940

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13349
/proc/meminfo: memFree=1372712/2055920 swapFree=4145916/4192956
[pid=13348] ppid=13346 vsize=100504 CPUtime=402.16
/proc/13348/stat : 13348 (minisat_static) R 13346 13348 13311 0 -1 4194304 24711 0 0 0 40193 23 0 0 25 0 1 0 236768343 102916096 24696 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13348/statm: 25126 24696 78 171 0 24952 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 100504

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13349
/proc/meminfo: memFree=1372648/2055920 swapFree=4145916/4192956
[pid=13348] ppid=13346 vsize=100504 CPUtime=462.14
/proc/13348/stat : 13348 (minisat_static) R 13346 13348 13311 0 -1 4194304 24724 0 0 0 46191 23 0 0 25 0 1 0 236768343 102916096 24709 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13348/statm: 25126 24709 78 171 0 24952 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 100504

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13349
/proc/meminfo: memFree=1372584/2055920 swapFree=4145916/4192956
[pid=13348] ppid=13346 vsize=100504 CPUtime=522.13
/proc/13348/stat : 13348 (minisat_static) R 13346 13348 13311 0 -1 4194304 24738 0 0 0 52189 24 0 0 25 0 1 0 236768343 102916096 24723 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13348/statm: 25126 24723 78 171 0 24952 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 100504

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13349
/proc/meminfo: memFree=1372584/2055920 swapFree=4145916/4192956
[pid=13348] ppid=13346 vsize=100504 CPUtime=582.1
/proc/13348/stat : 13348 (minisat_static) R 13346 13348 13311 0 -1 4194304 24740 0 0 0 58186 24 0 0 25 0 1 0 236768343 102916096 24725 1992294400 134512640 135213614 4294956256 18446744073709551615 134526890 0 0 4096 3 0 0 0 17 1 0 0
/proc/13348/statm: 25126 24725 78 171 0 24952 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 100504

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13349
/proc/meminfo: memFree=1372584/2055920 swapFree=4145916/4192956
[pid=13348] ppid=13346 vsize=100504 CPUtime=642.09
/proc/13348/stat : 13348 (minisat_static) R 13346 13348 13311 0 -1 4194304 24745 0 0 0 64185 24 0 0 25 0 1 0 236768343 102916096 24730 1992294400 134512640 135213614 4294956256 18446744073709551615 134526871 0 0 4096 3 0 0 0 17 1 0 0
/proc/13348/statm: 25126 24730 78 171 0 24952 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 100504

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13349
/proc/meminfo: memFree=1372520/2055920 swapFree=4145916/4192956
[pid=13348] ppid=13346 vsize=100504 CPUtime=702.06
/proc/13348/stat : 13348 (minisat_static) R 13346 13348 13311 0 -1 4194304 24751 0 0 0 70182 24 0 0 25 0 1 0 236768343 102916096 24736 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13348/statm: 25126 24736 78 171 0 24952 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 100504

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13349
/proc/meminfo: memFree=1372520/2055920 swapFree=4145916/4192956
[pid=13348] ppid=13346 vsize=100504 CPUtime=762.05
/proc/13348/stat : 13348 (minisat_static) R 13346 13348 13311 0 -1 4194304 24752 0 0 0 76181 24 0 0 25 0 1 0 236768343 102916096 24737 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13348/statm: 25126 24737 78 171 0 24952 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 100504

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13349
/proc/meminfo: memFree=1372520/2055920 swapFree=4145916/4192956
[pid=13348] ppid=13346 vsize=100504 CPUtime=822.02
/proc/13348/stat : 13348 (minisat_static) R 13346 13348 13311 0 -1 4194304 24761 0 0 0 82178 24 0 0 25 0 1 0 236768343 102916096 24746 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13348/statm: 25126 24746 78 171 0 24952 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 100504

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13349
/proc/meminfo: memFree=1372456/2055920 swapFree=4145916/4192956
[pid=13348] ppid=13346 vsize=100504 CPUtime=882
/proc/13348/stat : 13348 (minisat_static) R 13346 13348 13311 0 -1 4194304 24762 0 0 0 88176 24 0 0 25 0 1 0 236768343 102916096 24747 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/13348/statm: 25126 24747 78 171 0 24952 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 100504

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13349
/proc/meminfo: memFree=1372456/2055920 swapFree=4145916/4192956
[pid=13348] ppid=13346 vsize=100504 CPUtime=941.98
/proc/13348/stat : 13348 (minisat_static) R 13346 13348 13311 0 -1 4194304 24765 0 0 0 94174 24 0 0 25 0 1 0 236768343 102916096 24750 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13348/statm: 25126 24750 78 171 0 24952 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 100504

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13349
/proc/meminfo: memFree=1369320/2055920 swapFree=4145916/4192956
[pid=13348] ppid=13346 vsize=104056 CPUtime=1001.96
/proc/13348/stat : 13348 (minisat_static) R 13346 13348 13311 0 -1 4194304 25593 0 0 0 100171 25 0 0 25 0 1 0 236768343 106553344 25530 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/13348/statm: 26014 25530 78 171 0 25840 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 104056

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13349
/proc/meminfo: memFree=1366632/2055920 swapFree=4145916/4192956
[pid=13348] ppid=13346 vsize=106840 CPUtime=1061.94
/proc/13348/stat : 13348 (minisat_static) R 13346 13348 13311 0 -1 4194304 26277 0 0 0 106168 26 0 0 25 0 1 0 236768343 109404160 26214 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13348/statm: 26710 26214 78 171 0 26536 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 106840

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13349
/proc/meminfo: memFree=1362344/2055920 swapFree=4145916/4192956
[pid=13348] ppid=13346 vsize=111404 CPUtime=1121.92
/proc/13348/stat : 13348 (minisat_static) R 13346 13348 13311 0 -1 4194304 27339 0 0 0 112165 27 0 0 25 0 1 0 236768343 114077696 27276 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/13348/statm: 27851 27276 78 171 0 27677 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 111404

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13349
/proc/meminfo: memFree=1356328/2055920 swapFree=4145916/4192956
[pid=13348] ppid=13346 vsize=117524 CPUtime=1181.91
/proc/13348/stat : 13348 (minisat_static) R 13346 13348 13311 0 -1 4194304 28879 0 0 0 118162 29 0 0 25 0 1 0 236768343 120344576 28816 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13348/statm: 29381 28816 78 171 0 29207 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 117524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13349
/proc/meminfo: memFree=1354408/2055920 swapFree=4145916/4192956
[pid=13348] ppid=13346 vsize=119228 CPUtime=1200.01
/proc/13348/stat : 13348 (minisat_static) R 13346 13348 13311 0 -1 4194304 29322 0 0 0 119971 30 0 0 25 0 1 0 236768343 122089472 29259 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13348/statm: 29807 29259 78 171 0 29633 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 119228

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.71
CPU system time (s): 0.320951
CPU usage (%): 99.9676
Max. virtual memory (cumulated for all children) (KiB): 119228

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

runsolver used 1.01684 second user time and 2.73258 second system time

The end

Launcher Data

Begin job on node39 at 2009-05-12 02:16:39
IDJOB=1798028
IDBENCH=71084
IDSOLVER=651
FILE ID=node39/1798028-1242087399
PBS_JOBID= 9277724
Free space on /tmp= 66340 MiB

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

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

MD5SUM BENCH= fbf37caab2e9eafe910c795f49053484
RANDOM SEED=1654184147

node39.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.281
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.281
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:       1472192 kB
Buffers:         75608 kB
Cached:         392744 kB
SwapCached:      41104 kB
Active:         181600 kB
Inactive:       330184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1472192 kB
SwapTotal:     4192956 kB
SwapFree:      4145916 kB
Dirty:            3012 kB
Writeback:           0 kB
Mapped:          14444 kB
Slab:            57980 kB
Committed_AS:   891508 kB
PageTables:       1384 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= 66340 MiB
End job on node39 at 2009-05-12 02:36:42