Trace number 1592886

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_11_UNKNOWN.cnf
MD5SUMe0639bbed56c8b8c34616f8cb99c381c
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 clauses114011
Sum of the clauses size339448
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22792
Number of clauses of size 3111196
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:    114011                                               |
0.04/0.09	|  Parsing time:         0.08         s                                       |
2.39/2.44	============================[ Search Statistics ]==============================
2.39/2.44	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.39/2.44	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.39/2.44	===============================================================================
2.39/2.44	|         0 |    1114   109602   479921 |    36534        0    nan |  0.000 % |
2.39/2.49	|       102 |    1114   109602   479921 |    40187      102     47 |  0.000 % |
2.49/2.54	|       254 |    1114   109602   479921 |    44206      254     62 |  0.000 % |
2.59/2.61	|       480 |    1114   109602   479921 |    48626      480     68 |  0.000 % |
2.59/2.69	|       818 |    1114   109602   479921 |    53489      818     63 |  0.000 % |
2.79/2.84	|      1324 |    1114   109602   479921 |    58838     1324     63 |  0.000 % |
2.99/3.04	|      2084 |    1114   109602   479921 |    64722     2084     63 |  0.000 % |
3.29/3.38	|      3223 |    1114   109602   479921 |    71194     3223     72 |  0.000 % |
3.69/3.79	|      4932 |    1114   109602   479921 |    78313     4932     71 |  0.000 % |
4.59/4.61	|      7496 |    1114   109602   479921 |    86145     7496     70 |  0.000 % |
6.29/6.36	|     11343 |    1114   109602   479921 |    94759    11343     71 |  0.000 % |
8.99/9.06	|     17109 |    1114   109602   479921 |   104235    17109     71 |  0.000 % |
16.08/16.16	|     25758 |    1114   109602   479921 |   114659    25758     71 |  0.000 % |
31.08/31.13	|     38732 |    1114   109602   479921 |   126125    38732     72 |  0.000 % |
55.87/55.92	|     58193 |    1114   109602   479921 |   138737    58193     72 |  0.000 % |
114.36/114.42	|     87385 |    1114   109602   479921 |   152611    87385     70 |  0.000 % |
242.53/242.61	|    131175 |    1114   109602   479921 |   167872   131175     69 |  0.000 % |
444.97/445.17	|    196859 |    1114   109602   479921 |   184660    47731     69 |  0.000 % |
705.70/705.97	|    295386 |    1114   109602   479921 |   203126   146258     72 |  0.000 % |
1068.21/1068.53	|    443176 |    1114   109602   479921 |   223438   107400     71 |  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-1592886-1239230528/watcher-1592886-1239230528 -o /tmp/evaluation-result-1592886-1239230528/solver-1592886-1239230528 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1592886-1239230528.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.92 0.97 0.88 2/64 22558
/proc/meminfo: memFree=1470376/2055920 swapFree=4180084/4192956
[pid=22558] ppid=22556 vsize=2348 CPUtime=0
/proc/22558/stat : 22558 (minisat_static) R 22556 22558 22461 0 -1 4194304 470 0 0 0 0 0 0 0 18 0 1 0 367254157 2404352 455 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/22558/statm: 587 455 65 178 0 407 0

[startup+0.057055 s]
/proc/loadavg: 0.92 0.97 0.88 2/64 22558
/proc/meminfo: memFree=1470376/2055920 swapFree=4180084/4192956
[pid=22558] ppid=22556 vsize=6136 CPUtime=0.04
/proc/22558/stat : 22558 (minisat_static) R 22556 22558 22461 0 -1 4194304 1363 0 0 0 4 0 0 0 18 0 1 0 367254157 6283264 1348 1992294400 134512640 135243866 4294956256 18446744073709551615 134770158 0 0 4096 3 0 0 0 17 1 0 0
/proc/22558/statm: 1534 1348 65 178 0 1354 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 6136

[startup+0.101058 s]
/proc/loadavg: 0.92 0.97 0.88 2/64 22558
/proc/meminfo: memFree=1470376/2055920 swapFree=4180084/4192956
[pid=22558] ppid=22556 vsize=8608 CPUtime=0.09
/proc/22558/stat : 22558 (minisat_static) R 22556 22558 22461 0 -1 4194304 2010 0 0 0 9 0 0 0 18 0 1 0 367254157 8814592 1995 1992294400 134512640 135243866 4294956256 18446744073709551615 134535630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22558/statm: 2152 1995 81 178 0 1972 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8608

[startup+0.30108 s]
/proc/loadavg: 0.92 0.97 0.88 2/64 22558
/proc/meminfo: memFree=1470376/2055920 swapFree=4180084/4192956
[pid=22558] ppid=22556 vsize=8608 CPUtime=0.29
/proc/22558/stat : 22558 (minisat_static) R 22556 22558 22461 0 -1 4194304 2010 0 0 0 29 0 0 0 19 0 1 0 367254157 8814592 1995 1992294400 134512640 135243866 4294956256 18446744073709551615 134535741 0 0 4096 3 0 0 0 17 1 0 0
/proc/22558/statm: 2152 1995 81 178 0 1972 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8608

[startup+0.701124 s]
/proc/loadavg: 0.92 0.97 0.88 2/64 22558
/proc/meminfo: memFree=1470376/2055920 swapFree=4180084/4192956
[pid=22558] ppid=22556 vsize=8608 CPUtime=0.69
/proc/22558/stat : 22558 (minisat_static) R 22556 22558 22461 0 -1 4194304 2010 0 0 0 69 0 0 0 23 0 1 0 367254157 8814592 1995 1992294400 134512640 135243866 4294956256 18446744073709551615 134535576 0 0 4096 3 0 0 0 17 1 0 0
/proc/22558/statm: 2152 1995 81 178 0 1972 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8608

[startup+1.50121 s]
/proc/loadavg: 0.92 0.97 0.88 2/65 22559
/proc/meminfo: memFree=1460640/2055920 swapFree=4180084/4192956
[pid=22558] ppid=22556 vsize=12476 CPUtime=1.49
/proc/22558/stat : 22558 (minisat_static) R 22556 22558 22461 0 -1 4194304 2955 0 0 0 148 1 0 0 25 0 1 0 367254157 12775424 2940 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 1 0 0
/proc/22558/statm: 3119 2940 81 178 0 2939 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12476

[startup+3.10139 s]
/proc/loadavg: 0.92 0.97 0.88 2/65 22559
/proc/meminfo: memFree=1459872/2055920 swapFree=4180084/4192956
[pid=22558] ppid=22556 vsize=11204 CPUtime=3.09
/proc/22558/stat : 22558 (minisat_static) R 22556 22558 22461 0 -1 4194304 2965 0 0 0 308 1 0 0 25 0 1 0 367254157 11472896 2696 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/22558/statm: 2801 2696 87 178 0 2621 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11204

[startup+6.30174 s]
/proc/loadavg: 0.93 0.97 0.88 2/65 22559
/proc/meminfo: memFree=1460064/2055920 swapFree=4180084/4192956
[pid=22558] ppid=22556 vsize=12528 CPUtime=6.29
/proc/22558/stat : 22558 (minisat_static) R 22556 22558 22461 0 -1 4194304 3288 0 0 0 628 1 0 0 25 0 1 0 367254157 12828672 3019 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/22558/statm: 3132 3019 87 178 0 2952 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12528

[startup+12.7014 s]
/proc/loadavg: 0.93 0.97 0.88 2/65 22559
/proc/meminfo: memFree=1456040/2055920 swapFree=4180084/4192956
[pid=22558] ppid=22556 vsize=16212 CPUtime=12.69
/proc/22558/stat : 22558 (minisat_static) R 22556 22558 22461 0 -1 4194304 4201 0 0 0 1267 2 0 0 25 0 1 0 367254157 16601088 3932 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/22558/statm: 4053 3932 87 178 0 3873 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16212

[startup+25.5019 s]
/proc/loadavg: 0.95 0.97 0.88 2/65 22559
/proc/meminfo: memFree=1452008/2055920 swapFree=4180084/4192956
[pid=22558] ppid=22556 vsize=20152 CPUtime=25.48
/proc/22558/stat : 22558 (minisat_static) R 22556 22558 22461 0 -1 4194304 5161 0 0 0 2545 3 0 0 25 0 1 0 367254157 20635648 4892 1992294400 134512640 135243866 4294956256 18446744073709551615 134555895 0 0 4096 3 0 0 0 17 1 0 0
/proc/22558/statm: 5038 4892 87 178 0 4858 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 20152

[startup+51.1017 s]
/proc/loadavg: 0.96 0.97 0.88 2/65 22559
/proc/meminfo: memFree=1444968/2055920 swapFree=4180084/4192956
[pid=22558] ppid=22556 vsize=27304 CPUtime=51.07
/proc/22558/stat : 22558 (minisat_static) R 22556 22558 22461 0 -1 4194304 6907 0 0 0 5102 5 0 0 25 0 1 0 367254157 27959296 6638 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/22558/statm: 6826 6638 87 178 0 6646 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 27304

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.89 2/65 22561
/proc/meminfo: memFree=1435368/2055920 swapFree=4180084/4192956
[pid=22558] ppid=22556 vsize=36936 CPUtime=102.26
/proc/22558/stat : 22558 (minisat_static) R 22556 22558 22461 0 -1 4194304 9273 0 0 0 10218 8 0 0 25 0 1 0 367254157 37822464 9004 1992294400 134512640 135243866 4294956256 18446744073709551615 134555917 0 0 4096 3 0 0 0 17 1 0 0
/proc/22558/statm: 9234 9004 87 178 0 9054 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 36936

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.89 2/65 22561
/proc/meminfo: memFree=1428392/2055920 swapFree=4180084/4192956
[pid=22558] ppid=22556 vsize=44280 CPUtime=162.25
/proc/22558/stat : 22558 (minisat_static) R 22556 22558 22461 0 -1 4194304 11026 0 0 0 16215 10 0 0 25 0 1 0 367254157 45342720 10757 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/22558/statm: 11070 10757 87 178 0 10890 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 44280

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.90 2/65 22561
/proc/meminfo: memFree=1421288/2055920 swapFree=4180084/4192956
[pid=22558] ppid=22556 vsize=51480 CPUtime=222.23
/proc/22558/stat : 22558 (minisat_static) R 22556 22558 22461 0 -1 4194304 12785 0 0 0 22211 12 0 0 25 0 1 0 367254157 52715520 12516 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/22558/statm: 12870 12516 87 178 0 12690 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 51480

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.90 2/65 22561
/proc/meminfo: memFree=1415976/2055920 swapFree=4180084/4192956
[pid=22558] ppid=22556 vsize=57296 CPUtime=282.21
/proc/22558/stat : 22558 (minisat_static) R 22556 22558 22461 0 -1 4194304 14129 0 0 0 28207 14 0 0 25 0 1 0 367254157 58671104 13860 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/22558/statm: 14324 13860 87 178 0 14144 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 57296

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22561
/proc/meminfo: memFree=1411752/2055920 swapFree=4180084/4192956
[pid=22558] ppid=22556 vsize=61504 CPUtime=342.2
/proc/22558/stat : 22558 (minisat_static) R 22556 22558 22461 0 -1 4194304 15150 0 0 0 34205 15 0 0 25 0 1 0 367254157 62980096 14881 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/22558/statm: 15376 14881 87 178 0 15196 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 61504

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22561
/proc/meminfo: memFree=1407784/2055920 swapFree=4180084/4192956
[pid=22558] ppid=22556 vsize=65660 CPUtime=402.19
/proc/22558/stat : 22558 (minisat_static) R 22556 22558 22461 0 -1 4194304 16134 0 0 0 40202 17 0 0 25 0 1 0 367254157 67235840 15865 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/22558/statm: 16415 15865 87 178 0 16235 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 65660

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22561
/proc/meminfo: memFree=1406056/2055920 swapFree=4180084/4192956
[pid=22558] ppid=22556 vsize=67272 CPUtime=462.17
/proc/22558/stat : 22558 (minisat_static) R 22556 22558 22461 0 -1 4194304 16557 0 0 0 46200 17 0 0 25 0 1 0 367254157 68886528 16288 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/22558/statm: 16818 16288 87 178 0 16638 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 67272

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22561
/proc/meminfo: memFree=1405992/2055920 swapFree=4180084/4192956
[pid=22558] ppid=22556 vsize=67272 CPUtime=522.15
/proc/22558/stat : 22558 (minisat_static) R 22556 22558 22461 0 -1 4194304 16557 0 0 0 52198 17 0 0 25 0 1 0 367254157 68886528 16288 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/22558/statm: 16818 16288 87 178 0 16638 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 67272

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22561
/proc/meminfo: memFree=1405928/2055920 swapFree=4180084/4192956
[pid=22558] ppid=22556 vsize=67272 CPUtime=582.13
/proc/22558/stat : 22558 (minisat_static) R 22556 22558 22461 0 -1 4194304 16564 0 0 0 58196 17 0 0 25 0 1 0 367254157 68886528 16295 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/22558/statm: 16818 16295 87 178 0 16638 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 67272

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22561
/proc/meminfo: memFree=1405032/2055920 swapFree=4180084/4192956
[pid=22558] ppid=22556 vsize=68336 CPUtime=642.13
/proc/22558/stat : 22558 (minisat_static) R 22556 22558 22461 0 -1 4194304 16789 0 0 0 64195 18 0 0 25 0 1 0 367254157 69976064 16520 1992294400 134512640 135243866 4294956256 18446744073709551615 134555834 0 0 4096 3 0 0 0 17 1 0 0
/proc/22558/statm: 17084 16520 87 178 0 16904 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 68336

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22561
/proc/meminfo: memFree=1404392/2055920 swapFree=4180084/4192956
[pid=22558] ppid=22556 vsize=69028 CPUtime=702.1
/proc/22558/stat : 22558 (minisat_static) R 22556 22558 22461 0 -1 4194304 16943 0 0 0 70192 18 0 0 25 0 1 0 367254157 70684672 16674 1992294400 134512640 135243866 4294956256 18446744073709551615 134555746 0 0 4096 3 0 0 0 17 1 0 0
/proc/22558/statm: 17257 16674 87 178 0 17077 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 69028

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22561
/proc/meminfo: memFree=1403048/2055920 swapFree=4180084/4192956
[pid=22558] ppid=22556 vsize=70536 CPUtime=762.09
/proc/22558/stat : 22558 (minisat_static) R 22556 22558 22461 0 -1 4194304 17273 0 0 0 76191 18 0 0 25 0 1 0 367254157 72228864 17004 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/22558/statm: 17634 17004 87 178 0 17454 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 70536

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22561
/proc/meminfo: memFree=1397544/2055920 swapFree=4180084/4192956
[pid=22558] ppid=22556 vsize=76036 CPUtime=822.07
/proc/22558/stat : 22558 (minisat_static) R 22556 22558 22461 0 -1 4194304 18644 0 0 0 82187 20 0 0 25 0 1 0 367254157 77860864 18375 1992294400 134512640 135243866 4294956256 18446744073709551615 134555708 0 0 4096 3 0 0 0 17 1 0 0
/proc/22558/statm: 19009 18375 87 178 0 18829 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 76036

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22561
/proc/meminfo: memFree=1393000/2055920 swapFree=4180084/4192956
[pid=22558] ppid=22556 vsize=80692 CPUtime=882.06
/proc/22558/stat : 22558 (minisat_static) R 22556 22558 22461 0 -1 4194304 19765 0 0 0 88184 22 0 0 25 0 1 0 367254157 82628608 19496 1992294400 134512640 135243866 4294956256 18446744073709551615 134555834 0 0 4096 3 0 0 0 17 1 0 0
/proc/22558/statm: 20173 19496 87 178 0 19993 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 80692

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22561
/proc/meminfo: memFree=1388200/2055920 swapFree=4180084/4192956
[pid=22558] ppid=22556 vsize=85600 CPUtime=942.04
/proc/22558/stat : 22558 (minisat_static) R 22556 22558 22461 0 -1 4194304 20969 0 0 0 94181 23 0 0 25 0 1 0 367254157 87654400 20700 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/22558/statm: 21400 20700 87 178 0 21220 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 85600

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22561
/proc/meminfo: memFree=1388136/2055920 swapFree=4180084/4192956
[pid=22558] ppid=22556 vsize=85600 CPUtime=1002.02
/proc/22558/stat : 22558 (minisat_static) R 22556 22558 22461 0 -1 4194304 20971 0 0 0 100179 23 0 0 25 0 1 0 367254157 87654400 20702 1992294400 134512640 135243866 4294956256 18446744073709551615 134555826 0 0 4096 3 0 0 0 17 1 0 0
/proc/22558/statm: 21400 20702 87 178 0 21220 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 85600

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22561
/proc/meminfo: memFree=1388072/2055920 swapFree=4180084/4192956
[pid=22558] ppid=22556 vsize=85600 CPUtime=1062.01
/proc/22558/stat : 22558 (minisat_static) R 22556 22558 22461 0 -1 4194304 20972 0 0 0 106178 23 0 0 25 0 1 0 367254157 87654400 20703 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/22558/statm: 21400 20703 87 178 0 21220 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 85600

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22561
/proc/meminfo: memFree=1388008/2055920 swapFree=4180084/4192956
[pid=22558] ppid=22556 vsize=85680 CPUtime=1121.99
/proc/22558/stat : 22558 (minisat_static) R 22556 22558 22461 0 -1 4194304 20984 0 0 0 112176 23 0 0 25 0 1 0 367254157 87736320 20715 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/22558/statm: 21420 20715 87 178 0 21240 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 85680

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22567
/proc/meminfo: memFree=1387752/2055920 swapFree=4180084/4192956
[pid=22558] ppid=22556 vsize=85680 CPUtime=1181.97
/proc/22558/stat : 22558 (minisat_static) R 22556 22558 22461 0 -1 4194304 20984 0 0 0 118174 23 0 0 25 0 1 0 367254157 87736320 20715 1992294400 134512640 135243866 4294956256 18446744073709551615 134555813 0 0 4096 3 0 0 0 17 1 0 0
/proc/22558/statm: 21420 20715 87 178 0 21240 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 85680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22567
/proc/meminfo: memFree=1387752/2055920 swapFree=4180084/4192956
[pid=22558] ppid=22556 vsize=85680 CPUtime=1200.07
/proc/22558/stat : 22558 (minisat_static) R 22556 22558 22461 0 -1 4194304 20984 0 0 0 119983 24 0 0 25 0 1 0 367254157 87736320 20715 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/22558/statm: 21420 20715 87 178 0 21240 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 85680

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.09
CPU user time (s): 1199.84
CPU system time (s): 0.254961
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 85680

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

runsolver used 0.957854 second user time and 2.6336 second system time

The end

Launcher Data

Begin job on node42 at 2009-04-09 00:42:08
IDJOB=1592886
IDBENCH=71103
IDSOLVER=568
FILE ID=node42/1592886-1239230528
PBS_JOBID= 9113611
Free space on /tmp= 66392 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_11_UNKNOWN.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1592886-1239230528/watcher-1592886-1239230528 -o /tmp/evaluation-result-1592886-1239230528/solver-1592886-1239230528 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minisat_static HOME/instance-1592886-1239230528.cnf

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

MD5SUM BENCH= e0639bbed56c8b8c34616f8cb99c381c
RANDOM SEED=481473832

node42.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.211
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.211
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:       1471880 kB
Buffers:         34792 kB
Cached:         498900 kB
SwapCached:       7656 kB
Active:          51104 kB
Inactive:       492408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1471880 kB
SwapTotal:     4192956 kB
SwapFree:      4180084 kB
Dirty:            2604 kB
Writeback:           0 kB
Mapped:          13960 kB
Slab:            26552 kB
Committed_AS:  1584952 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= 66392 MiB
End job on node42 at 2009-04-09 01:02:10