Trace number 1798024

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.02 1200.31

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_08_UNSAT.cnf
MD5SUM66aa2e18c32a02f55a810347a9702c7f
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 variables1278
Number of clauses68055
Sum of the clauses size202155
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22148
Number of clauses of size 365884
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:  1278                                                 |
0.00/0.00	|  Number of clauses:    68055                                                |
0.00/0.03	|  Parsing time:         0.03         s                                       |
0.00/0.03	============================[ Search Statistics ]==============================
0.00/0.03	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.03	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.03	===============================================================================
0.00/0.03	|         0 |    1278    68055   202155 |    22685        0    nan |  0.000 % |
0.00/0.03	|       101 |    1278    68055   202155 |    24953      101     34 |  0.000 % |
0.00/0.05	|       251 |    1278    68055   202155 |    27448      251     37 |  0.000 % |
0.06/0.08	|       476 |    1278    68055   202155 |    30193      476     35 |  0.000 % |
0.09/0.12	|       815 |    1278    68055   202155 |    33213      815     38 |  0.000 % |
0.09/0.19	|      1321 |    1278    68055   202155 |    36534     1321     39 |  0.000 % |
0.29/0.33	|      2081 |    1278    68055   202155 |    40187     2081     43 |  0.000 % |
0.49/0.54	|      3220 |    1278    68055   202155 |    44206     3220     47 |  0.000 % |
0.79/0.84	|      4929 |    1278    68055   202155 |    48627     4929     49 |  0.000 % |
1.29/1.34	|      7493 |    1278    68055   202155 |    53490     7493     51 |  0.000 % |
2.20/2.22	|     11339 |    1278    68055   202155 |    58839    11339     50 |  0.000 % |
4.19/4.24	|     17106 |    1278    68055   202155 |    64722    17106     49 |  0.000 % |
11.00/11.05	|     25755 |    1278    68055   202155 |    71195    25755     48 |  0.000 % |
27.59/27.62	|     38730 |    1278    68055   202155 |    78314    38730     48 |  0.000 % |
56.77/56.80	|     58192 |    1278    68055   202155 |    86146    58192     46 |  0.000 % |
100.97/101.01	|     87385 |    1278    68055   202155 |    94760    16076     36 |  0.000 % |
129.77/129.87	|    131174 |    1278    68055   202155 |   104236    59865     38 |  0.000 % |
195.34/195.40	|    196858 |    1278    68055   202155 |   114660    38780     35 |  0.000 % |
284.93/285.00	|    295386 |    1278    68055   202155 |   126126    40959     36 |  0.000 % |
455.98/456.19	|    443178 |    1278    68055   202155 |   138739    78934     42 |  0.000 % |
701.62/701.86	|    664861 |    1278    68055   202155 |   152613    60504     39 |  0.000 % |
1113.53/1113.84	|    997387 |    1278    68055   202155 |   167874   123926     44 |  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-1798024-1242087211/watcher-1798024-1242087211 -o /tmp/evaluation-result-1798024-1242087211/solver-1798024-1242087211 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1798024-1242087211.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.92 0.98 0.99 3/67 25447
/proc/meminfo: memFree=1933376/2055920 swapFree=4172744/4192956
[pid=25447] ppid=25445 vsize=2184 CPUtime=0
/proc/25447/stat : 25447 (minisat_static) R 25445 25447 25410 0 -1 4194304 415 0 0 0 0 0 0 0 18 0 1 0 236747313 2236416 400 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/25447/statm: 546 401 58 171 0 372 0

[startup+0.0720219 s]
/proc/loadavg: 0.92 0.98 0.99 3/67 25447
/proc/meminfo: memFree=1933376/2055920 swapFree=4172744/4192956
[pid=25447] ppid=25445 vsize=4756 CPUtime=0.06
/proc/25447/stat : 25447 (minisat_static) R 25445 25447 25410 0 -1 4194304 1066 0 0 0 6 0 0 0 18 0 1 0 236747313 4870144 1051 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/25447/statm: 1189 1051 78 171 0 1015 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 4756

[startup+0.101023 s]
/proc/loadavg: 0.92 0.98 0.99 3/67 25447
/proc/meminfo: memFree=1933376/2055920 swapFree=4172744/4192956
[pid=25447] ppid=25445 vsize=4888 CPUtime=0.09
/proc/25447/stat : 25447 (minisat_static) R 25445 25447 25410 0 -1 4194304 1087 0 0 0 9 0 0 0 18 0 1 0 236747313 5005312 1072 1992294400 134512640 135213614 4294956256 18446744073709551615 134526752 0 0 4096 3 0 0 0 17 1 0 0
/proc/25447/statm: 1222 1072 78 171 0 1048 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4888

[startup+0.301042 s]
/proc/loadavg: 0.92 0.98 0.99 3/67 25447
/proc/meminfo: memFree=1933376/2055920 swapFree=4172744/4192956
[pid=25447] ppid=25445 vsize=5152 CPUtime=0.29
/proc/25447/stat : 25447 (minisat_static) R 25445 25447 25410 0 -1 4194304 1166 0 0 0 29 0 0 0 19 0 1 0 236747313 5275648 1151 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/25447/statm: 1288 1151 78 171 0 1114 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5152

[startup+0.701077 s]
/proc/loadavg: 0.92 0.98 0.99 3/67 25447
/proc/meminfo: memFree=1933376/2055920 swapFree=4172744/4192956
[pid=25447] ppid=25445 vsize=5812 CPUtime=0.69
/proc/25447/stat : 25447 (minisat_static) R 25445 25447 25410 0 -1 4194304 1313 0 0 0 69 0 0 0 22 0 1 0 236747313 5951488 1298 1992294400 134512640 135213614 4294956256 18446744073709551615 134526925 0 0 4096 3 0 0 0 17 1 0 0
/proc/25447/statm: 1453 1298 78 171 0 1279 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5812

[startup+1.50115 s]
/proc/loadavg: 0.92 0.98 0.99 2/68 25448
/proc/meminfo: memFree=1927992/2055920 swapFree=4172744/4192956
[pid=25447] ppid=25445 vsize=6888 CPUtime=1.49
/proc/25447/stat : 25447 (minisat_static) R 25445 25447 25410 0 -1 4194304 1578 0 0 0 149 0 0 0 25 0 1 0 236747313 7053312 1563 1992294400 134512640 135213614 4294956256 18446744073709551615 134527179 0 0 4096 3 0 0 0 17 1 0 0
/proc/25447/statm: 1722 1563 78 171 0 1548 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6888

[startup+3.10229 s]
/proc/loadavg: 0.93 0.98 0.99 2/68 25448
/proc/meminfo: memFree=1926648/2055920 swapFree=4172744/4192956
[pid=25447] ppid=25445 vsize=8156 CPUtime=3.09
/proc/25447/stat : 25447 (minisat_static) R 25445 25447 25410 0 -1 4194304 1926 0 0 0 308 1 0 0 25 0 1 0 236747313 8351744 1911 1992294400 134512640 135213614 4294956256 18446744073709551615 134527171 0 0 4096 3 0 0 0 17 1 0 0
/proc/25447/statm: 2039 1911 78 171 0 1865 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8156

[startup+6.30158 s]
/proc/loadavg: 0.93 0.98 0.99 2/68 25448
/proc/meminfo: memFree=1924216/2055920 swapFree=4172744/4192956
[pid=25447] ppid=25445 vsize=10000 CPUtime=6.29
/proc/25447/stat : 25447 (minisat_static) R 25445 25447 25410 0 -1 4194304 2364 0 0 0 628 1 0 0 25 0 1 0 236747313 10240000 2349 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/25447/statm: 2500 2349 78 171 0 2326 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10000

[startup+12.7011 s]
/proc/loadavg: 0.94 0.98 0.99 2/68 25448
/proc/meminfo: memFree=1922696/2055920 swapFree=4172744/4192956
[pid=25447] ppid=25445 vsize=11500 CPUtime=12.69
/proc/25447/stat : 25447 (minisat_static) R 25445 25447 25410 0 -1 4194304 2721 0 0 0 1267 2 0 0 25 0 1 0 236747313 11776000 2706 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/25447/statm: 2875 2706 78 171 0 2701 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11500

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.99 2/68 25448
/proc/meminfo: memFree=1919944/2055920 swapFree=4172744/4192956
[pid=25447] ppid=25445 vsize=14176 CPUtime=25.49
/proc/25447/stat : 25447 (minisat_static) R 25445 25447 25410 0 -1 4194304 3380 0 0 0 2546 3 0 0 25 0 1 0 236747313 14516224 3365 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/25447/statm: 3544 3365 78 171 0 3370 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 14176

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/68 25448
/proc/meminfo: memFree=1916104/2055920 swapFree=4172744/4192956
[pid=25447] ppid=25445 vsize=18080 CPUtime=51.08
/proc/25447/stat : 25447 (minisat_static) R 25445 25447 25410 0 -1 4194304 4349 0 0 0 5104 4 0 0 25 0 1 0 236747313 18513920 4334 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/25447/statm: 4520 4334 78 171 0 4346 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 18080

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/68 25448
/proc/meminfo: memFree=1909384/2055920 swapFree=4172744/4192956
[pid=25447] ppid=25445 vsize=24840 CPUtime=102.27
/proc/25447/stat : 25447 (minisat_static) R 25445 25447 25410 0 -1 4194304 6005 0 0 0 10221 6 0 0 25 0 1 0 236747313 25436160 5990 1992294400 134512640 135213614 4294956256 18446744073709551615 134526967 0 0 4096 3 0 0 0 17 1 0 0
/proc/25447/statm: 6210 5990 78 171 0 6036 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 24840

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 25448
/proc/meminfo: memFree=1909000/2055920 swapFree=4172744/4192956
[pid=25447] ppid=25445 vsize=25328 CPUtime=162.25
/proc/25447/stat : 25447 (minisat_static) R 25445 25447 25410 0 -1 4194304 6106 0 0 0 16219 6 0 0 25 0 1 0 236747313 25935872 6091 1992294400 134512640 135213614 4294956256 18446744073709551615 134526890 0 0 4096 3 0 0 0 17 1 0 0
/proc/25447/statm: 6332 6091 78 171 0 6158 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 25328

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 25448
/proc/meminfo: memFree=1907080/2055920 swapFree=4172744/4192956
[pid=25447] ppid=25445 vsize=27224 CPUtime=222.23
/proc/25447/stat : 25447 (minisat_static) R 25445 25447 25410 0 -1 4194304 6570 0 0 0 22217 6 0 0 25 0 1 0 236747313 27877376 6555 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/25447/statm: 6806 6555 78 171 0 6632 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 27224

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 25448
/proc/meminfo: memFree=1904712/2055920 swapFree=4172744/4192956
[pid=25447] ppid=25445 vsize=29672 CPUtime=282.23
/proc/25447/stat : 25447 (minisat_static) R 25445 25447 25410 0 -1 4194304 7152 0 0 0 28215 8 0 0 25 0 1 0 236747313 30384128 7137 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/25447/statm: 7418 7137 78 171 0 7244 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 29672

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 25448
/proc/meminfo: memFree=1904648/2055920 swapFree=4172744/4192956
[pid=25447] ppid=25445 vsize=29672 CPUtime=342.21
/proc/25447/stat : 25447 (minisat_static) R 25445 25447 25410 0 -1 4194304 7156 0 0 0 34213 8 0 0 25 0 1 0 236747313 30384128 7141 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/25447/statm: 7418 7141 78 171 0 7244 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 29672

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 25448
/proc/meminfo: memFree=1899272/2055920 swapFree=4172744/4192956
[pid=25447] ppid=25445 vsize=35052 CPUtime=402.19
/proc/25447/stat : 25447 (minisat_static) R 25445 25447 25410 0 -1 4194304 8480 0 0 0 40209 10 0 0 25 0 1 0 236747313 35893248 8465 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/25447/statm: 8763 8465 78 171 0 8589 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 35052

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 25448
/proc/meminfo: memFree=1898760/2055920 swapFree=4172744/4192956
[pid=25447] ppid=25445 vsize=35596 CPUtime=462.18
/proc/25447/stat : 25447 (minisat_static) R 25445 25447 25410 0 -1 4194304 8600 0 0 0 46207 11 0 0 25 0 1 0 236747313 36450304 8585 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/25447/statm: 8899 8585 78 171 0 8725 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 35596

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 25448
/proc/meminfo: memFree=1896008/2055920 swapFree=4172744/4192956
[pid=25447] ppid=25445 vsize=38612 CPUtime=522.17
/proc/25447/stat : 25447 (minisat_static) R 25445 25447 25410 0 -1 4194304 9310 0 0 0 52205 12 0 0 25 0 1 0 236747313 39538688 9295 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/25447/statm: 9653 9295 78 171 0 9479 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 38612

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 25448
/proc/meminfo: memFree=1894152/2055920 swapFree=4172744/4192956
[pid=25447] ppid=25445 vsize=40712 CPUtime=582.15
/proc/25447/stat : 25447 (minisat_static) R 25445 25447 25410 0 -1 4194304 9728 0 0 0 58203 12 0 0 25 0 1 0 236747313 41689088 9713 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/25447/statm: 10178 9713 78 171 0 10004 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 40712

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 25448
/proc/meminfo: memFree=1893576/2055920 swapFree=4172744/4192956
[pid=25447] ppid=25445 vsize=41200 CPUtime=642.13
/proc/25447/stat : 25447 (minisat_static) R 25445 25447 25410 0 -1 4194304 9856 0 0 0 64201 12 0 0 25 0 1 0 236747313 42188800 9841 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/25447/statm: 10300 9841 78 171 0 10126 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 41200

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 25448
/proc/meminfo: memFree=1893320/2055920 swapFree=4172744/4192956
[pid=25447] ppid=25445 vsize=41516 CPUtime=702.12
/proc/25447/stat : 25447 (minisat_static) R 25445 25447 25410 0 -1 4194304 9911 0 0 0 70200 12 0 0 25 0 1 0 236747313 42512384 9896 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/25447/statm: 10379 9896 78 171 0 10205 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 41516

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 25448
/proc/meminfo: memFree=1893000/2055920 swapFree=4172744/4192956
[pid=25447] ppid=25445 vsize=41732 CPUtime=762.11
/proc/25447/stat : 25447 (minisat_static) R 25445 25447 25410 0 -1 4194304 9990 0 0 0 76198 13 0 0 25 0 1 0 236747313 42733568 9975 1992294400 134512640 135213614 4294956256 18446744073709551615 134526764 0 0 4096 3 0 0 0 17 1 0 0
/proc/25447/statm: 10433 9975 78 171 0 10259 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 41732

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 25448
/proc/meminfo: memFree=1892360/2055920 swapFree=4172744/4192956
[pid=25447] ppid=25445 vsize=42420 CPUtime=822.09
/proc/25447/stat : 25447 (minisat_static) R 25445 25447 25410 0 -1 4194304 10146 0 0 0 82196 13 0 0 25 0 1 0 236747313 43438080 10123 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/25447/statm: 10605 10123 78 171 0 10431 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 42420

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 25448
/proc/meminfo: memFree=1891720/2055920 swapFree=4172744/4192956
[pid=25447] ppid=25445 vsize=42948 CPUtime=882.08
/proc/25447/stat : 25447 (minisat_static) R 25445 25447 25410 0 -1 4194304 10293 0 0 0 88195 13 0 0 25 0 1 0 236747313 43978752 10270 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/25447/statm: 10737 10270 78 171 0 10563 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 42948

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 25448
/proc/meminfo: memFree=1891400/2055920 swapFree=4172744/4192956
[pid=25447] ppid=25445 vsize=43308 CPUtime=942.06
/proc/25447/stat : 25447 (minisat_static) R 25445 25447 25410 0 -1 4194304 10365 0 0 0 94193 13 0 0 25 0 1 0 236747313 44347392 10342 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/25447/statm: 10827 10342 78 171 0 10653 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 43308

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 25448
/proc/meminfo: memFree=1890248/2055920 swapFree=4172744/4192956
[pid=25447] ppid=25445 vsize=44608 CPUtime=1002.05
/proc/25447/stat : 25447 (minisat_static) R 25445 25447 25410 0 -1 4194304 10645 0 0 0 100191 14 0 0 25 0 1 0 236747313 45678592 10622 1992294400 134512640 135213614 4294956256 18446744073709551615 134527264 0 0 4096 3 0 0 0 17 1 0 0
/proc/25447/statm: 11152 10622 78 171 0 10978 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 44608

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 25448
/proc/meminfo: memFree=1889864/2055920 swapFree=4172744/4192956
[pid=25447] ppid=25445 vsize=45000 CPUtime=1062.03
/proc/25447/stat : 25447 (minisat_static) R 25445 25447 25410 0 -1 4194304 10727 0 0 0 106189 14 0 0 25 0 1 0 236747313 46080000 10704 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/25447/statm: 11250 10704 78 171 0 11076 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 45000

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 25448
/proc/meminfo: memFree=1889288/2055920 swapFree=4172744/4192956
[pid=25447] ppid=25445 vsize=45572 CPUtime=1122.02
/proc/25447/stat : 25447 (minisat_static) R 25445 25447 25410 0 -1 4194304 10865 0 0 0 112187 15 0 0 25 0 1 0 236747313 46665728 10842 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/25447/statm: 11393 10842 78 171 0 11219 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 45572

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 25448
/proc/meminfo: memFree=1884872/2055920 swapFree=4172744/4192956
[pid=25447] ppid=25445 vsize=49992 CPUtime=1182.01
/proc/25447/stat : 25447 (minisat_static) R 25445 25447 25410 0 -1 4194304 11983 0 0 0 118185 16 0 0 25 0 1 0 236747313 51191808 11960 1992294400 134512640 135213614 4294956256 18446744073709551615 134526854 0 0 4096 3 0 0 0 17 1 0 0
/proc/25447/statm: 12498 11960 78 171 0 12324 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 49992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 25448
/proc/meminfo: memFree=1883208/2055920 swapFree=4172744/4192956
[pid=25447] ppid=25445 vsize=51596 CPUtime=1200
/proc/25447/stat : 25447 (minisat_static) R 25445 25447 25410 0 -1 4194304 12364 0 0 0 119984 16 0 0 25 0 1 0 236747313 52834304 12341 1992294400 134512640 135213614 4294956256 18446744073709551615 134535412 0 0 4096 3 0 0 0 17 1 0 0
/proc/25447/statm: 12899 12341 78 171 0 12725 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 51596

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 25448
/proc/meminfo: memFree=1883208/2055920 swapFree=4172744/4192956
[pid=25447] ppid=25445 vsize=51596 CPUtime=1200
/proc/25447/stat : 25447 (minisat_static) R 25445 25447 25410 0 -1 4194304 12364 0 0 0 119984 16 0 0 25 0 1 0 236747313 52834304 12341 1992294400 134512640 135213614 4294956256 18446744073709551615 134535412 0 0 4096 3 0 0 0 17 1 0 0
/proc/25447/statm: 12899 12341 78 171 0 12725 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 51596

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.31
CPU time (s): 1200.02
CPU user time (s): 1199.85
CPU system time (s): 0.176973
CPU usage (%): 99.9758
Max. virtual memory (cumulated for all children) (KiB): 51596

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

runsolver used 1.02384 second user time and 3.35549 second system time

The end

Launcher Data

Begin job on node68 at 2009-05-12 02:13:32
IDJOB=1798024
IDBENCH=71078
IDSOLVER=651
FILE ID=node68/1798024-1242087211
PBS_JOBID= 9277704
Free space on /tmp= 66284 MiB

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

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

MD5SUM BENCH= 66aa2e18c32a02f55a810347a9702c7f
RANDOM SEED=854750216

node68.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.223
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.223
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:       1933856 kB
Buffers:          8376 kB
Cached:          49564 kB
SwapCached:      12100 kB
Active:          35440 kB
Inactive:        36924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1933856 kB
SwapTotal:     4192956 kB
SwapFree:      4172744 kB
Dirty:            1888 kB
Writeback:           0 kB
Mapped:          14660 kB
Slab:            35364 kB
Committed_AS:   699604 kB
PageTables:       1560 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66284 MiB
End job on node68 at 2009-05-12 02:33:34