Trace number 1592847

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

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.01/0.08	|  Parsing time:         0.07         s                                       |
1.79/1.83	============================[ Search Statistics ]==============================
1.79/1.83	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.79/1.83	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.79/1.83	===============================================================================
1.79/1.83	|         0 |    1114   100241   430969 |    33413        0    nan |  0.000 % |
1.79/1.87	|       102 |    1114   100241   430969 |    36755      102     47 |  0.000 % |
1.89/1.91	|       252 |    1114   100241   430969 |    40430      252     56 |  0.000 % |
1.89/1.97	|       478 |    1114   100241   430969 |    44473      478     60 |  0.000 % |
1.99/2.04	|       816 |    1114   100241   430969 |    48920      816     65 |  0.000 % |
2.09/2.16	|      1323 |    1114   100241   430969 |    53813     1323     69 |  0.000 % |
2.29/2.38	|      2083 |    1114   100241   430969 |    59194     2083     66 |  0.000 % |
2.69/2.78	|      3222 |    1114   100241   430969 |    65113     3222     68 |  0.000 % |
3.29/3.35	|      4931 |    1114   100241   430969 |    71625     4931     67 |  0.000 % |
4.09/4.12	|      7495 |    1114   100241   430969 |    78787     7495     69 |  0.000 % |
5.19/5.25	|     11341 |    1114   100241   430969 |    86666    11341     73 |  0.000 % |
7.49/7.51	|     17108 |    1114   100241   430969 |    95333    17108     72 |  0.000 % |
15.59/15.61	|     25759 |    1114   100241   430969 |   104866    25759     74 |  0.000 % |
29.18/29.26	|     38733 |    1114   100241   430969 |   115353    38733     75 |  0.000 % |
57.08/57.19	|     58195 |    1114   100241   430969 |   126888    58195     75 |  0.000 % |
123.16/123.29	|     87387 |    1114   100241   430969 |   139577    87387     74 |  0.000 % |
240.22/240.37	|    131178 |    1114   100241   430969 |   153534   131178     74 |  0.000 % |
370.98/371.10	|    196862 |    1114   100241   430969 |   168888    62079     68 |  0.000 % |
529.13/529.33	|    295388 |    1114   100241   430969 |   185777   160605     69 |  0.000 % |
961.60/961.98	|    443177 |    1114   100241   430969 |   204354   141491     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-1592847-1239228304/watcher-1592847-1239228304 -o /tmp/evaluation-result-1592847-1239228304/solver-1592847-1239228304 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1592847-1239228304.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 4024
/proc/meminfo: memFree=1356840/2055920 swapFree=4178268/4192956
[pid=4024] ppid=4022 vsize=2348 CPUtime=0
/proc/4024/stat : 4024 (minisat_static) R 4022 4024 3987 0 -1 4194304 446 0 0 0 0 0 0 0 18 0 1 0 961421908 2404352 431 1992294400 134512640 135243866 4294956256 18446744073709551615 134764927 0 0 4096 3 0 0 0 17 1 0 0
/proc/4024/statm: 587 431 65 178 0 407 0

[startup+0.0193431 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 4024
/proc/meminfo: memFree=1356840/2055920 swapFree=4178268/4192956
[pid=4024] ppid=4022 vsize=3332 CPUtime=0.01
/proc/4024/stat : 4024 (minisat_static) R 4022 4024 3987 0 -1 4194304 705 0 0 0 1 0 0 0 18 0 1 0 961421908 3411968 690 1992294400 134512640 135243866 4294956256 18446744073709551615 134547865 0 0 4096 3 0 0 0 17 1 0 0
/proc/4024/statm: 833 690 65 178 0 653 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3332

[startup+0.101355 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 4024
/proc/meminfo: memFree=1356840/2055920 swapFree=4178268/4192956
[pid=4024] ppid=4022 vsize=8244 CPUtime=0.09
/proc/4024/stat : 4024 (minisat_static) R 4022 4024 3987 0 -1 4194304 1881 0 0 0 8 1 0 0 18 0 1 0 961421908 8441856 1866 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 1 0 0
/proc/4024/statm: 2061 1866 81 178 0 1881 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8244

[startup+0.301383 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 4024
/proc/meminfo: memFree=1356840/2055920 swapFree=4178268/4192956
[pid=4024] ppid=4022 vsize=8244 CPUtime=0.29
/proc/4024/stat : 4024 (minisat_static) R 4022 4024 3987 0 -1 4194304 1881 0 0 0 28 1 0 0 19 0 1 0 961421908 8441856 1866 1992294400 134512640 135243866 4294956256 18446744073709551615 134535638 0 0 4096 3 0 0 0 17 1 0 0
/proc/4024/statm: 2061 1866 81 178 0 1881 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8244

[startup+0.701442 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 4024
/proc/meminfo: memFree=1356840/2055920 swapFree=4178268/4192956
[pid=4024] ppid=4022 vsize=9168 CPUtime=0.69
/proc/4024/stat : 4024 (minisat_static) R 4022 4024 3987 0 -1 4194304 2140 0 0 0 68 1 0 0 22 0 1 0 961421908 9388032 2125 1992294400 134512640 135243866 4294956256 18446744073709551615 134535747 0 0 4096 3 0 0 0 17 1 0 0
/proc/4024/statm: 2292 2125 81 178 0 2112 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9168

[startup+1.50156 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 4025
/proc/meminfo: memFree=1346400/2055920 swapFree=4178268/4192956
[pid=4024] ppid=4022 vsize=11568 CPUtime=1.49
/proc/4024/stat : 4024 (minisat_static) R 4022 4024 3987 0 -1 4194304 2684 0 0 0 148 1 0 0 25 0 1 0 961421908 11845632 2669 1992294400 134512640 135243866 4294956256 18446744073709551615 134536608 0 0 4096 3 0 0 0 17 1 0 0
/proc/4024/statm: 2892 2669 81 178 0 2712 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11568

[startup+3.10179 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 4025
/proc/meminfo: memFree=1346912/2055920 swapFree=4178268/4192956
[pid=4024] ppid=4022 vsize=10344 CPUtime=3.09
/proc/4024/stat : 4024 (minisat_static) R 4022 4024 3987 0 -1 4194304 2693 0 0 0 308 1 0 0 25 0 1 0 961421908 10592256 2462 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/4024/statm: 2586 2462 87 178 0 2406 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10344

[startup+6.30126 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 4025
/proc/meminfo: memFree=1345312/2055920 swapFree=4178268/4192956
[pid=4024] ppid=4022 vsize=12984 CPUtime=6.29
/proc/4024/stat : 4024 (minisat_static) R 4022 4024 3987 0 -1 4194304 3344 0 0 0 627 2 0 0 25 0 1 0 961421908 13295616 3113 1992294400 134512640 135243866 4294956256 18446744073709551615 134555883 0 0 4096 3 0 0 0 17 1 0 0
/proc/4024/statm: 3246 3113 87 178 0 3066 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12984

[startup+12.7012 s]
/proc/loadavg: 0.15 0.03 0.01 2/65 4025
/proc/meminfo: memFree=1341728/2055920 swapFree=4178268/4192956
[pid=4024] ppid=4022 vsize=15796 CPUtime=12.69
/proc/4024/stat : 4024 (minisat_static) R 4022 4024 3987 0 -1 4194304 4045 0 0 0 1266 3 0 0 25 0 1 0 961421908 16175104 3814 1992294400 134512640 135243866 4294956256 18446744073709551615 134555746 0 0 4096 3 0 0 0 17 1 0 0
/proc/4024/statm: 3949 3814 87 178 0 3769 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15796

[startup+25.5011 s]
/proc/loadavg: 0.34 0.08 0.02 2/65 4025
/proc/meminfo: memFree=1336544/2055920 swapFree=4178268/4192956
[pid=4024] ppid=4022 vsize=20940 CPUtime=25.49
/proc/4024/stat : 4024 (minisat_static) R 4022 4024 3987 0 -1 4194304 5301 0 0 0 2545 4 0 0 25 0 1 0 961421908 21442560 5070 1992294400 134512640 135243866 4294956256 18446744073709551615 134556112 0 0 4096 3 0 0 0 17 1 0 0
/proc/4024/statm: 5235 5070 87 178 0 5055 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20940

[startup+51.1018 s]
/proc/loadavg: 0.56 0.15 0.05 2/65 4025
/proc/meminfo: memFree=1330848/2055920 swapFree=4178268/4192956
[pid=4024] ppid=4022 vsize=26744 CPUtime=51.08
/proc/4024/stat : 4024 (minisat_static) R 4022 4024 3987 0 -1 4194304 6731 0 0 0 5103 5 0 0 25 0 1 0 961421908 27385856 6500 1992294400 134512640 135243866 4294956256 18446744073709551615 134555635 0 0 4096 3 0 0 0 17 1 0 0
/proc/4024/statm: 6686 6500 87 178 0 6506 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 26744

[startup+102.305 s]
/proc/loadavg: 0.81 0.28 0.10 2/65 4025
/proc/meminfo: memFree=1321120/2055920 swapFree=4178268/4192956
[pid=4024] ppid=4022 vsize=36424 CPUtime=102.26
/proc/4024/stat : 4024 (minisat_static) R 4022 4024 3987 0 -1 4194304 9124 0 0 0 10220 6 0 0 25 0 1 0 961421908 37298176 8893 1992294400 134512640 135243866 4294956256 18446744073709551615 134556112 0 0 4096 3 0 0 0 17 1 0 0
/proc/4024/statm: 9106 8893 87 178 0 8926 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 36424

[startup+162.301 s]
/proc/loadavg: 0.93 0.41 0.15 2/65 4025
/proc/meminfo: memFree=1314272/2055920 swapFree=4178268/4192956
[pid=4024] ppid=4022 vsize=43524 CPUtime=162.25
/proc/4024/stat : 4024 (minisat_static) R 4022 4024 3987 0 -1 4194304 10861 0 0 0 16216 9 0 0 25 0 1 0 961421908 44568576 10630 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/4024/statm: 10881 10630 87 178 0 10701 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 43524

[startup+222.302 s]
/proc/loadavg: 0.97 0.51 0.20 2/65 4025
/proc/meminfo: memFree=1305952/2055920 swapFree=4178268/4192956
[pid=4024] ppid=4022 vsize=51804 CPUtime=222.22
/proc/4024/stat : 4024 (minisat_static) R 4022 4024 3987 0 -1 4194304 12914 0 0 0 22212 10 0 0 25 0 1 0 961421908 53047296 12683 1992294400 134512640 135243866 4294956256 18446744073709551615 134558448 0 0 4096 3 0 0 0 17 1 0 0
/proc/4024/statm: 12951 12683 87 178 0 12771 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 51804

[startup+282.302 s]
/proc/loadavg: 0.99 0.60 0.25 2/65 4025
/proc/meminfo: memFree=1299872/2055920 swapFree=4178268/4192956
[pid=4024] ppid=4022 vsize=58396 CPUtime=282.21
/proc/4024/stat : 4024 (minisat_static) R 4022 4024 3987 0 -1 4194304 14429 0 0 0 28210 11 0 0 25 0 1 0 961421908 59797504 14190 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/4024/statm: 14599 14190 87 178 0 14419 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 58396

[startup+342.302 s]
/proc/loadavg: 0.99 0.67 0.29 2/65 4025
/proc/meminfo: memFree=1295584/2055920 swapFree=4178268/4192956
[pid=4024] ppid=4022 vsize=62640 CPUtime=342.19
/proc/4024/stat : 4024 (minisat_static) R 4022 4024 3987 0 -1 4194304 15498 0 0 0 34206 13 0 0 25 0 1 0 961421908 64143360 15259 1992294400 134512640 135243866 4294956256 18446744073709551615 134555917 0 0 4096 3 0 0 0 17 1 0 0
/proc/4024/statm: 15660 15259 87 178 0 15480 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 62640

[startup+402.301 s]
/proc/loadavg: 1.13 0.76 0.34 2/65 4025
/proc/meminfo: memFree=1295392/2055920 swapFree=4178268/4192956
[pid=4024] ppid=4022 vsize=62804 CPUtime=402.17
/proc/4024/stat : 4024 (minisat_static) R 4022 4024 3987 0 -1 4194304 15541 0 0 0 40204 13 0 0 25 0 1 0 961421908 64311296 15302 1992294400 134512640 135243866 4294956256 18446744073709551615 134555815 0 0 4096 3 0 0 0 17 1 0 0
/proc/4024/statm: 15701 15302 87 178 0 15521 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 62804

[startup+462.302 s]
/proc/loadavg: 1.08 0.81 0.39 2/65 4025
/proc/meminfo: memFree=1295072/2055920 swapFree=4178268/4192956
[pid=4024] ppid=4022 vsize=63292 CPUtime=462.15
/proc/4024/stat : 4024 (minisat_static) R 4022 4024 3987 0 -1 4194304 15619 0 0 0 46202 13 0 0 25 0 1 0 961421908 64811008 15380 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/4024/statm: 15823 15380 87 178 0 15643 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 63292

[startup+522.302 s]
/proc/loadavg: 1.03 0.85 0.42 2/65 4025
/proc/meminfo: memFree=1295008/2055920 swapFree=4178268/4192956
[pid=4024] ppid=4022 vsize=63292 CPUtime=522.14
/proc/4024/stat : 4024 (minisat_static) R 4022 4024 3987 0 -1 4194304 15633 0 0 0 52201 13 0 0 25 0 1 0 961421908 64811008 15394 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/4024/statm: 15823 15394 87 178 0 15643 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 63292

[startup+582.301 s]
/proc/loadavg: 1.01 0.87 0.46 2/65 4025
/proc/meminfo: memFree=1291552/2055920 swapFree=4178268/4192956
[pid=4024] ppid=4022 vsize=66900 CPUtime=582.12
/proc/4024/stat : 4024 (minisat_static) R 4022 4024 3987 0 -1 4194304 16495 0 0 0 58198 14 0 0 25 0 1 0 961421908 68505600 16256 1992294400 134512640 135243866 4294956256 18446744073709551615 134555724 0 0 4096 3 0 0 0 17 1 0 0
/proc/4024/statm: 16725 16256 87 178 0 16545 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 66900

[startup+642.301 s]
/proc/loadavg: 1.00 0.89 0.49 2/65 4025
/proc/meminfo: memFree=1288224/2055920 swapFree=4178268/4192956
[pid=4024] ppid=4022 vsize=70168 CPUtime=642.1
/proc/4024/stat : 4024 (minisat_static) R 4022 4024 3987 0 -1 4194304 17316 0 0 0 64195 15 0 0 25 0 1 0 961421908 71852032 17077 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/4024/statm: 17542 17077 87 178 0 17362 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 70168

[startup+702.302 s]
/proc/loadavg: 1.00 0.91 0.52 2/65 4025
/proc/meminfo: memFree=1285152/2055920 swapFree=4178268/4192956
[pid=4024] ppid=4022 vsize=73396 CPUtime=702.08
/proc/4024/stat : 4024 (minisat_static) R 4022 4024 3987 0 -1 4194304 18067 0 0 0 70192 16 0 0 25 0 1 0 961421908 75157504 17828 1992294400 134512640 135243866 4294956256 18446744073709551615 134563791 0 0 4096 3 0 0 0 17 1 0 0
/proc/4024/statm: 18349 17828 87 178 0 18169 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 73396

[startup+762.306 s]
/proc/loadavg: 1.00 0.92 0.54 2/65 4025
/proc/meminfo: memFree=1285024/2055920 swapFree=4178268/4192956
[pid=4024] ppid=4022 vsize=73396 CPUtime=762.07
/proc/4024/stat : 4024 (minisat_static) R 4022 4024 3987 0 -1 4194304 18070 0 0 0 76191 16 0 0 25 0 1 0 961421908 75157504 17831 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/4024/statm: 18349 17831 87 178 0 18169 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 73396

[startup+822.301 s]
/proc/loadavg: 1.00 0.93 0.57 2/65 4025
/proc/meminfo: memFree=1284448/2055920 swapFree=4178268/4192956
[pid=4024] ppid=4022 vsize=74128 CPUtime=822.04
/proc/4024/stat : 4024 (minisat_static) R 4022 4024 3987 0 -1 4194304 18223 0 0 0 82188 16 0 0 25 0 1 0 961421908 75907072 17984 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/4024/statm: 18532 17984 87 178 0 18352 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 74128

[startup+882.301 s]
/proc/loadavg: 1.00 0.94 0.59 2/65 4025
/proc/meminfo: memFree=1284384/2055920 swapFree=4178268/4192956
[pid=4024] ppid=4022 vsize=74128 CPUtime=882.03
/proc/4024/stat : 4024 (minisat_static) R 4022 4024 3987 0 -1 4194304 18224 0 0 0 88187 16 0 0 25 0 1 0 961421908 75907072 17985 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/4024/statm: 18532 17985 87 178 0 18352 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 74128

[startup+942.302 s]
/proc/loadavg: 1.00 0.95 0.62 2/65 4025
/proc/meminfo: memFree=1283936/2055920 swapFree=4178268/4192956
[pid=4024] ppid=4022 vsize=74784 CPUtime=942.01
/proc/4024/stat : 4024 (minisat_static) R 4022 4024 3987 0 -1 4194304 18337 0 0 0 94185 16 0 0 25 0 1 0 961421908 76578816 18098 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/4024/statm: 18696 18098 87 178 0 18516 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 74784

[startup+1002.3 s]
/proc/loadavg: 1.00 0.95 0.64 2/65 4025
/proc/meminfo: memFree=1283616/2055920 swapFree=4178268/4192956
[pid=4024] ppid=4022 vsize=75112 CPUtime=1001.99
/proc/4024/stat : 4024 (minisat_static) R 4022 4024 3987 0 -1 4194304 18414 0 0 0 100183 16 0 0 25 0 1 0 961421908 76914688 18175 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/4024/statm: 18778 18175 87 178 0 18598 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 75112

[startup+1062.3 s]
/proc/loadavg: 1.00 0.96 0.66 2/65 4025
/proc/meminfo: memFree=1283168/2055920 swapFree=4178268/4192956
[pid=4024] ppid=4022 vsize=75520 CPUtime=1061.98
/proc/4024/stat : 4024 (minisat_static) R 4022 4024 3987 0 -1 4194304 18525 0 0 0 106181 17 0 0 25 0 1 0 961421908 77332480 18286 1992294400 134512640 135243866 4294956256 18446744073709551615 134555834 0 0 4096 3 0 0 0 17 1 0 0
/proc/4024/statm: 18880 18286 87 178 0 18700 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 75520

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 0.67 2/65 4025
/proc/meminfo: memFree=1279840/2055920 swapFree=4178268/4192956
[pid=4024] ppid=4022 vsize=79100 CPUtime=1121.96
/proc/4024/stat : 4024 (minisat_static) R 4022 4024 3987 0 -1 4194304 19372 0 0 0 112179 17 0 0 25 0 1 0 961421908 80998400 19133 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/4024/statm: 19775 19133 87 178 0 19595 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 79100

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.69 2/65 4025
/proc/meminfo: memFree=1274592/2055920 swapFree=4178268/4192956
[pid=4024] ppid=4022 vsize=84216 CPUtime=1181.94
/proc/4024/stat : 4024 (minisat_static) R 4022 4024 3987 0 -1 4194304 20659 0 0 0 118175 19 0 0 25 0 1 0 961421908 86237184 20420 1992294400 134512640 135243866 4294956256 18446744073709551615 134564640 0 0 4096 3 0 0 0 17 1 0 0
/proc/4024/statm: 21054 20420 87 178 0 20874 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 84216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.97 0.70 2/65 4025
/proc/meminfo: memFree=1274592/2055920 swapFree=4178268/4192956
[pid=4024] ppid=4022 vsize=84216 CPUtime=1200.04
/proc/4024/stat : 4024 (minisat_static) R 4022 4024 3987 0 -1 4194304 20659 0 0 0 119985 19 0 0 25 0 1 0 961421908 86237184 20420 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/4024/statm: 21054 20420 87 178 0 20874 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 84216

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.06
CPU user time (s): 1199.85
CPU system time (s): 0.207968
CPU usage (%): 99.9702
Max. virtual memory (cumulated for all children) (KiB): 84216

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

runsolver used 0.930858 second user time and 2.6016 second system time

The end

Launcher Data

Begin job on node39 at 2009-04-09 00:05:04
IDJOB=1592847
IDBENCH=71064
IDSOLVER=568
FILE ID=node39/1592847-1239228304
PBS_JOBID= 9113613
Free space on /tmp= 66440 MiB

SOLVER NAME= minisat2-simp 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-1592847-1239228304/watcher-1592847-1239228304 -o /tmp/evaluation-result-1592847-1239228304/solver-1592847-1239228304 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minisat_static HOME/instance-1592847-1239228304.cnf

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

MD5SUM BENCH= b02fa517730e45c506203f9bd7ebb62c
RANDOM SEED=272878066

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.285
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.285
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:       1357256 kB
Buffers:         43088 kB
Cached:         586184 kB
SwapCached:       8160 kB
Active:          40148 kB
Inactive:       599004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1357256 kB
SwapTotal:     4192956 kB
SwapFree:      4178268 kB
Dirty:            2476 kB
Writeback:           0 kB
Mapped:          16616 kB
Slab:            45800 kB
Committed_AS:  3010636 kB
PageTables:       1188 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= 66440 MiB
End job on node39 at 2009-04-09 00:25:07