Trace number 1798013

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.12 1200.52

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_11_UNKNOWN.cnf
MD5SUMb02fa517730e45c506203f9bd7ebb62c
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 variables1740
Number of clauses104640
Sum of the clauses size311346
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22781
Number of clauses of size 3101836
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:  1740                                                 |
0.00/0.00	|  Number of clauses:    104640                                               |
0.00/0.04	|  Parsing time:         0.04         s                                       |
0.00/0.05	============================[ Search Statistics ]==============================
0.00/0.05	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.05	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.05	===============================================================================
0.00/0.05	|         0 |    1740   104640   311346 |    34880        0    nan |  0.000 % |
0.00/0.05	|       100 |    1740   104640   311346 |    38368      100     50 |  0.000 % |
0.00/0.06	|       251 |    1740   104640   311346 |    42204      251     51 |  0.000 % |
0.00/0.08	|       477 |    1740   104640   311346 |    46425      477     51 |  0.000 % |
0.09/0.10	|       814 |    1740   104640   311346 |    51067      814     53 |  0.000 % |
0.09/0.15	|      1322 |    1740   104640   311346 |    56174     1322     59 |  0.000 % |
0.19/0.23	|      2083 |    1740   104640   311346 |    61792     2083     63 |  0.000 % |
0.39/0.45	|      3222 |    1740   104640   311346 |    67971     3222     68 |  0.000 % |
0.69/0.78	|      4930 |    1740   104640   311346 |    74768     4930     71 |  0.000 % |
1.39/1.49	|      7495 |    1740   104640   311346 |    82245     7495     75 |  0.000 % |
2.69/2.77	|     11339 |    1740   104640   311346 |    90469    11339     76 |  0.000 % |
4.39/4.45	|     17114 |    1740   104640   311346 |    99516    17114     80 |  0.000 % |
7.98/8.02	|     25763 |    1740   104640   311346 |   109468    25763     83 |  0.000 % |
17.79/17.83	|     38737 |    1740   104640   311346 |   120415    38737     83 |  0.000 % |
35.68/35.75	|     58198 |    1740   104640   311346 |   132456    58198     82 |  0.000 % |
57.97/58.05	|     87391 |    1740   104640   311346 |   145702    87391     86 |  0.000 % |
179.24/179.36	|    131180 |    1740   104640   311346 |   160272   131180     84 |  0.000 % |
370.26/370.41	|    196864 |    1740   104640   311346 |   176299    53189     85 |  0.000 % |
630.97/631.25	|    295392 |    1740   104640   311346 |   193929   151717     83 |  0.000 % |
877.60/877.99	|    443183 |    1740   104640   311346 |   213322   127497     85 |  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-1798013-1242086190/watcher-1798013-1242086190 -o /tmp/evaluation-result-1798013-1242086190/solver-1798013-1242086190 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1798013-1242086190.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 13281
/proc/meminfo: memFree=1472560/2055920 swapFree=4145916/4192956
[pid=13281] ppid=13279 vsize=2160 CPUtime=0
/proc/13281/stat : 13281 (minisat_static) R 13279 13281 12741 0 -1 4194304 419 0 0 0 0 0 0 0 18 0 1 0 236647471 2211840 404 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/13281/statm: 540 405 58 171 0 366 0

[startup+0.101424 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 13281
/proc/meminfo: memFree=1472560/2055920 swapFree=4145916/4192956
[pid=13281] ppid=13279 vsize=6288 CPUtime=0.09
/proc/13281/stat : 13281 (minisat_static) R 13279 13281 12741 0 -1 4194304 1442 0 0 0 9 0 0 0 18 0 1 0 236647471 6438912 1427 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/13281/statm: 1572 1427 78 171 0 1398 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6288

[startup+0.201438 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 13281
/proc/meminfo: memFree=1472560/2055920 swapFree=4145916/4192956
[pid=13281] ppid=13279 vsize=6684 CPUtime=0.19
/proc/13281/stat : 13281 (minisat_static) R 13279 13281 12741 0 -1 4194304 1541 0 0 0 19 0 0 0 18 0 1 0 236647471 6844416 1526 1992294400 134512640 135213614 4294956256 18446744073709551615 134526792 0 0 4096 3 0 0 0 17 1 0 0
/proc/13281/statm: 1671 1526 78 171 0 1497 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 6684

[startup+0.301453 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 13281
/proc/meminfo: memFree=1472560/2055920 swapFree=4145916/4192956
[pid=13281] ppid=13279 vsize=6948 CPUtime=0.29
/proc/13281/stat : 13281 (minisat_static) R 13279 13281 12741 0 -1 4194304 1610 0 0 0 29 0 0 0 19 0 1 0 236647471 7114752 1595 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/13281/statm: 1737 1595 78 171 0 1563 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6948

[startup+0.701511 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 13281
/proc/meminfo: memFree=1472560/2055920 swapFree=4145916/4192956
[pid=13281] ppid=13279 vsize=7740 CPUtime=0.69
/proc/13281/stat : 13281 (minisat_static) R 13279 13281 12741 0 -1 4194304 1807 0 0 0 69 0 0 0 22 0 1 0 236647471 7925760 1792 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13281/statm: 1935 1792 78 171 0 1761 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7740

[startup+1.50163 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13282
/proc/meminfo: memFree=1465128/2055920 swapFree=4145916/4192956
[pid=13281] ppid=13279 vsize=8928 CPUtime=1.49
/proc/13281/stat : 13281 (minisat_static) R 13279 13281 12741 0 -1 4194304 2094 0 0 0 149 0 0 0 25 0 1 0 236647471 9142272 2079 1992294400 134512640 135213614 4294956256 18446744073709551615 134526961 0 0 4096 3 0 0 0 17 1 0 0
/proc/13281/statm: 2232 2079 78 171 0 2058 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8928

[startup+3.10186 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13282
/proc/meminfo: memFree=1463592/2055920 swapFree=4145916/4192956
[pid=13281] ppid=13279 vsize=10820 CPUtime=3.09
/proc/13281/stat : 13281 (minisat_static) R 13279 13281 12741 0 -1 4194304 2551 0 0 0 308 1 0 0 25 0 1 0 236647471 11079680 2536 1992294400 134512640 135213614 4294956256 18446744073709551615 134719431 0 0 4096 3 0 0 0 17 1 0 0
/proc/13281/statm: 2705 2536 78 171 0 2531 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10820

[startup+6.30133 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13282
/proc/meminfo: memFree=1459240/2055920 swapFree=4145916/4192956
[pid=13281] ppid=13279 vsize=14752 CPUtime=6.29
/proc/13281/stat : 13281 (minisat_static) R 13279 13281 12741 0 -1 4194304 3535 0 0 0 627 2 0 0 25 0 1 0 236647471 15106048 3520 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13281/statm: 3688 3520 78 171 0 3514 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14752

[startup+12.7013 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13282
/proc/meminfo: memFree=1454824/2055920 swapFree=4145916/4192956
[pid=13281] ppid=13279 vsize=18488 CPUtime=12.69
/proc/13281/stat : 13281 (minisat_static) R 13279 13281 12741 0 -1 4194304 4495 0 0 0 1265 4 0 0 25 0 1 0 236647471 18931712 4480 1992294400 134512640 135213614 4294956256 18446744073709551615 134526851 0 0 4096 3 0 0 0 17 1 0 0
/proc/13281/statm: 4622 4480 78 171 0 4448 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18488

[startup+25.5012 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13282
/proc/meminfo: memFree=1449064/2055920 swapFree=4145916/4192956
[pid=13281] ppid=13279 vsize=24148 CPUtime=25.49
/proc/13281/stat : 13281 (minisat_static) R 13279 13281 12741 0 -1 4194304 5890 0 0 0 2543 6 0 0 25 0 1 0 236647471 24727552 5875 1992294400 134512640 135213614 4294956256 18446744073709551615 134527176 0 0 4096 3 0 0 0 17 1 0 0
/proc/13281/statm: 6037 5875 78 171 0 5863 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 24148

[startup+51.1019 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13282
/proc/meminfo: memFree=1436840/2055920 swapFree=4145916/4192956
[pid=13281] ppid=13279 vsize=36804 CPUtime=51.07
/proc/13281/stat : 13281 (minisat_static) R 13279 13281 12741 0 -1 4194304 9039 0 0 0 5098 9 0 0 25 0 1 0 236647471 37687296 9024 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13281/statm: 9201 9024 78 171 0 9027 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 36804

[startup+102.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13282
/proc/meminfo: memFree=1425576/2055920 swapFree=4145916/4192956
[pid=13281] ppid=13279 vsize=47856 CPUtime=102.26
/proc/13281/stat : 13281 (minisat_static) R 13279 13281 12741 0 -1 4194304 11739 0 0 0 10213 13 0 0 25 0 1 0 236647471 49004544 11724 1992294400 134512640 135213614 4294956256 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/13281/statm: 11964 11724 78 171 0 11790 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 47856

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13282
/proc/meminfo: memFree=1419048/2055920 swapFree=4145916/4192956
[pid=13281] ppid=13279 vsize=54364 CPUtime=162.23
/proc/13281/stat : 13281 (minisat_static) R 13279 13281 12741 0 -1 4194304 13404 0 0 0 16208 15 0 0 25 0 1 0 236647471 55668736 13389 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13281/statm: 13591 13389 78 171 0 13417 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 54364

[startup+222.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13282
/proc/meminfo: memFree=1411304/2055920 swapFree=4145916/4192956
[pid=13281] ppid=13279 vsize=62472 CPUtime=222.22
/proc/13281/stat : 13281 (minisat_static) R 13279 13281 12741 0 -1 4194304 15294 0 0 0 22205 17 0 0 25 0 1 0 236647471 63971328 15279 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13281/statm: 15618 15279 78 171 0 15444 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 62472

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13288
/proc/meminfo: memFree=1407144/2055920 swapFree=4145916/4192956
[pid=13281] ppid=13279 vsize=66600 CPUtime=282.2
/proc/13281/stat : 13281 (minisat_static) R 13279 13281 12741 0 -1 4194304 16328 0 0 0 28201 19 0 0 25 0 1 0 236647471 68198400 16313 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13281/statm: 16650 16313 78 171 0 16476 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 66600

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13288
/proc/meminfo: memFree=1403496/2055920 swapFree=4145916/4192956
[pid=13281] ppid=13279 vsize=70404 CPUtime=342.17
/proc/13281/stat : 13281 (minisat_static) R 13279 13281 12741 0 -1 4194304 17231 0 0 0 34197 20 0 0 25 0 1 0 236647471 72093696 17216 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13281/statm: 17601 17216 78 171 0 17427 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 70404

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13288
/proc/meminfo: memFree=1403432/2055920 swapFree=4145916/4192956
[pid=13281] ppid=13279 vsize=70404 CPUtime=402.15
/proc/13281/stat : 13281 (minisat_static) R 13279 13281 12741 0 -1 4194304 17242 0 0 0 40195 20 0 0 25 0 1 0 236647471 72093696 17227 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/13281/statm: 17601 17227 78 171 0 17427 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 70404

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13288
/proc/meminfo: memFree=1403368/2055920 swapFree=4145916/4192956
[pid=13281] ppid=13279 vsize=70404 CPUtime=462.13
/proc/13281/stat : 13281 (minisat_static) R 13279 13281 12741 0 -1 4194304 17255 0 0 0 46193 20 0 0 25 0 1 0 236647471 72093696 17240 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/13281/statm: 17601 17240 78 171 0 17427 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 70404

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13288
/proc/meminfo: memFree=1403304/2055920 swapFree=4145916/4192956
[pid=13281] ppid=13279 vsize=70404 CPUtime=522.11
/proc/13281/stat : 13281 (minisat_static) R 13279 13281 12741 0 -1 4194304 17259 0 0 0 52191 20 0 0 25 0 1 0 236647471 72093696 17244 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13281/statm: 17601 17244 78 171 0 17427 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 70404

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13288
/proc/meminfo: memFree=1403368/2055920 swapFree=4145916/4192956
[pid=13281] ppid=13279 vsize=70404 CPUtime=582.09
/proc/13281/stat : 13281 (minisat_static) R 13279 13281 12741 0 -1 4194304 17263 0 0 0 58189 20 0 0 25 0 1 0 236647471 72093696 17248 1992294400 134512640 135213614 4294956256 18446744073709551615 134526890 0 0 4096 3 0 0 0 17 1 0 0
/proc/13281/statm: 17601 17248 78 171 0 17427 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 70404

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13288
/proc/meminfo: memFree=1403240/2055920 swapFree=4145916/4192956
[pid=13281] ppid=13279 vsize=70404 CPUtime=642.07
/proc/13281/stat : 13281 (minisat_static) R 13279 13281 12741 0 -1 4194304 17275 0 0 0 64187 20 0 0 25 0 1 0 236647471 72093696 17260 1992294400 134512640 135213614 4294956256 18446744073709551615 134526752 0 0 4096 3 0 0 0 17 1 0 0
/proc/13281/statm: 17601 17260 78 171 0 17427 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 70404

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13288
/proc/meminfo: memFree=1397352/2055920 swapFree=4145916/4192956
[pid=13281] ppid=13279 vsize=76624 CPUtime=702.05
/proc/13281/stat : 13281 (minisat_static) R 13279 13281 12741 0 -1 4194304 18771 0 0 0 70183 22 0 0 25 0 1 0 236647471 78462976 18756 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/13281/statm: 19156 18756 78 171 0 18982 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 76624

[startup+762.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13288
/proc/meminfo: memFree=1390504/2055920 swapFree=4145916/4192956
[pid=13281] ppid=13279 vsize=83584 CPUtime=762.04
/proc/13281/stat : 13281 (minisat_static) R 13279 13281 12741 0 -1 4194304 20465 0 0 0 76180 24 0 0 25 0 1 0 236647471 85590016 20450 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13281/statm: 20896 20450 78 171 0 20722 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 83584

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13288
/proc/meminfo: memFree=1389480/2055920 swapFree=4145916/4192956
[pid=13281] ppid=13279 vsize=84376 CPUtime=822.02
/proc/13281/stat : 13281 (minisat_static) R 13279 13281 12741 0 -1 4194304 20697 0 0 0 82178 24 0 0 25 0 1 0 236647471 86401024 20682 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13281/statm: 21094 20682 78 171 0 20920 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 84376

[startup+882.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13288
/proc/meminfo: memFree=1389288/2055920 swapFree=4145916/4192956
[pid=13281] ppid=13279 vsize=84620 CPUtime=882
/proc/13281/stat : 13281 (minisat_static) R 13279 13281 12741 0 -1 4194304 20738 0 0 0 88176 24 0 0 25 0 1 0 236647471 86650880 20723 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13281/statm: 21155 20723 78 171 0 20981 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 84620

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13288
/proc/meminfo: memFree=1389288/2055920 swapFree=4145916/4192956
[pid=13281] ppid=13279 vsize=84620 CPUtime=941.97
/proc/13281/stat : 13281 (minisat_static) R 13279 13281 12741 0 -1 4194304 20745 0 0 0 94173 24 0 0 25 0 1 0 236647471 86650880 20730 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13281/statm: 21155 20730 78 171 0 20981 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 84620

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13288
/proc/meminfo: memFree=1384296/2055920 swapFree=4145916/4192956
[pid=13281] ppid=13279 vsize=89728 CPUtime=1001.95
/proc/13281/stat : 13281 (minisat_static) R 13279 13281 12741 0 -1 4194304 22005 0 0 0 100169 26 0 0 25 0 1 0 236647471 91881472 21990 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/13281/statm: 22432 21990 78 171 0 22258 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 89728

[startup+1062.3 s]
/proc/loadavg: 1.05 1.00 1.00 2/65 13288
/proc/meminfo: memFree=1378792/2055920 swapFree=4145916/4192956
[pid=13281] ppid=13279 vsize=95500 CPUtime=1061.94
/proc/13281/stat : 13281 (minisat_static) R 13279 13281 12741 0 -1 4194304 23357 0 0 0 106165 29 0 0 25 0 1 0 236647471 97792000 23342 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/13281/statm: 23875 23342 78 171 0 23701 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 95500

[startup+1122.3 s]
/proc/loadavg: 1.02 1.00 1.00 2/65 13288
/proc/meminfo: memFree=1378728/2055920 swapFree=4145916/4192956
[pid=13281] ppid=13279 vsize=95700 CPUtime=1121.92
/proc/13281/stat : 13281 (minisat_static) R 13279 13281 12741 0 -1 4194304 23384 0 0 0 112163 29 0 0 25 0 1 0 236647471 97996800 23369 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/13281/statm: 23925 23369 78 171 0 23751 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 95700

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13288
/proc/meminfo: memFree=1378408/2055920 swapFree=4145916/4192956
[pid=13281] ppid=13279 vsize=96028 CPUtime=1181.9
/proc/13281/stat : 13281 (minisat_static) R 13279 13281 12741 0 -1 4194304 23453 0 0 0 118161 29 0 0 25 0 1 0 236647471 98332672 23438 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13281/statm: 24007 23438 78 171 0 23833 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 96028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13288
/proc/meminfo: memFree=1378408/2055920 swapFree=4145916/4192956
[pid=13281] ppid=13279 vsize=96028 CPUtime=1200.1
/proc/13281/stat : 13281 (minisat_static) R 13279 13281 12741 0 -1 4194304 23453 0 0 0 119981 29 0 0 25 0 1 0 236647471 98332672 23438 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/13281/statm: 24007 23438 78 171 0 23833 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 96028

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.52
CPU time (s): 1200.12
CPU user time (s): 1199.81
CPU system time (s): 0.312952
CPU usage (%): 99.9669
Max. virtual memory (cumulated for all children) (KiB): 96028

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

runsolver used 0.951855 second user time and 2.56561 second system time

The end

Launcher Data

Begin job on node39 at 2009-05-12 01:56:31
IDJOB=1798013
IDBENCH=71064
IDSOLVER=651
FILE ID=node39/1798013-1242086190
PBS_JOBID= 9277647
Free space on /tmp= 66344 MiB

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

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

MD5SUM BENCH= b02fa517730e45c506203f9bd7ebb62c
RANDOM SEED=498620930

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:       1473040 kB
Buffers:         75372 kB
Cached:         392096 kB
SwapCached:      41104 kB
Active:         180980 kB
Inactive:       330020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1473040 kB
SwapTotal:     4192956 kB
SwapFree:      4145916 kB
Dirty:            2424 kB
Writeback:           0 kB
Mapped:          14592 kB
Slab:            57960 kB
Committed_AS:   890484 kB
PageTables:       1388 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:16:33