Trace number 1798014

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_08_UNSAT.cnf
MD5SUM0b7170d33b896e8b879b19b65ac5c517
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 clauses74789
Sum of the clauses size222346
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22159
Number of clauses of size 372607
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:    74789                                                |
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    74789   222346 |    24929        0    nan |  0.000 % |
0.00/0.04	|       101 |    1278    74789   222346 |    27422      101     35 |  0.000 % |
0.00/0.05	|       252 |    1278    74789   222346 |    30164      252     37 |  0.000 % |
0.04/0.07	|       477 |    1278    74789   222346 |    33181      477     34 |  0.000 % |
0.09/0.13	|       815 |    1278    74789   222346 |    36499      815     32 |  0.000 % |
0.09/0.19	|      1321 |    1278    74789   222346 |    40149     1321     34 |  0.000 % |
0.19/0.26	|      2082 |    1278    74789   222346 |    44164     2082     41 |  0.000 % |
0.39/0.42	|      3223 |    1278    74789   222346 |    48580     3223     42 |  0.000 % |
0.79/0.80	|      4933 |    1278    74789   222346 |    53438     4933     40 |  0.000 % |
1.29/1.32	|      7495 |    1278    74789   222346 |    58782     7495     42 |  0.000 % |
2.29/2.36	|     11341 |    1278    74789   222346 |    64661    11341     42 |  0.000 % |
3.79/3.88	|     17108 |    1278    74789   222346 |    71127    17108     43 |  0.000 % |
7.38/7.44	|     25760 |    1278    74789   222346 |    78239    25760     44 |  0.000 % |
15.59/15.68	|     38737 |    1278    74789   222346 |    86063    38737     44 |  0.000 % |
30.88/30.93	|     58199 |    1278    74789   222346 |    94670    58199     43 |  0.000 % |
65.67/65.77	|     87394 |    1278    74789   222346 |   104137    87394     42 |  0.000 % |
113.36/113.48	|    131183 |    1278    74789   222346 |   114551    40744     46 |  0.000 % |
307.71/307.82	|    196872 |    1278    74789   222346 |   126006   106433     42 |  0.000 % |
415.87/416.09	|    295399 |    1278    74789   222346 |   138606    92881     43 |  0.000 % |
726.49/726.79	|    443190 |    1278    74789   222346 |   152467   116614     47 |  0.000 % |
1040.11/1040.49	|    664874 |    1278    74789   222346 |   167714    67955     37 |  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-1798014-1242086345/watcher-1798014-1242086345 -o /tmp/evaluation-result-1798014-1242086345/solver-1798014-1242086345 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1798014-1242086345.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/64 8028
/proc/meminfo: memFree=1315000/2055920 swapFree=4168768/4192956
[pid=8028] ppid=8026 vsize=2184 CPUtime=0
/proc/8028/stat : 8028 (minisat_static) R 8026 8028 7304 0 -1 4194304 412 0 0 0 0 0 0 0 18 0 1 0 236668392 2236416 397 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/8028/statm: 546 399 58 171 0 372 0

[startup+0.0520171 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8028
/proc/meminfo: memFree=1315000/2055920 swapFree=4168768/4192956
[pid=8028] ppid=8026 vsize=4888 CPUtime=0.04
/proc/8028/stat : 8028 (minisat_static) R 8026 8028 7304 0 -1 4194304 1100 0 0 0 4 0 0 0 18 0 1 0 236668392 5005312 1085 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/8028/statm: 1222 1085 78 171 0 1048 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4888

[startup+0.101022 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8028
/proc/meminfo: memFree=1315000/2055920 swapFree=4168768/4192956
[pid=8028] ppid=8026 vsize=5020 CPUtime=0.09
/proc/8028/stat : 8028 (minisat_static) R 8026 8028 7304 0 -1 4194304 1151 0 0 0 9 0 0 0 18 0 1 0 236668392 5140480 1136 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/8028/statm: 1255 1136 78 171 0 1081 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5020

[startup+0.301044 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8028
/proc/meminfo: memFree=1315000/2055920 swapFree=4168768/4192956
[pid=8028] ppid=8026 vsize=5548 CPUtime=0.29
/proc/8028/stat : 8028 (minisat_static) R 8026 8028 7304 0 -1 4194304 1253 0 0 0 29 0 0 0 19 0 1 0 236668392 5681152 1238 1992294400 134512640 135213614 4294956256 18446744073709551615 134526890 0 0 4096 3 0 0 0 17 1 0 0
/proc/8028/statm: 1387 1238 78 171 0 1213 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5548

[startup+0.701087 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8028
/proc/meminfo: memFree=1315000/2055920 swapFree=4168768/4192956
[pid=8028] ppid=8026 vsize=5944 CPUtime=0.69
/proc/8028/stat : 8028 (minisat_static) R 8026 8028 7304 0 -1 4194304 1368 0 0 0 69 0 0 0 22 0 1 0 236668392 6086656 1353 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/8028/statm: 1486 1353 78 171 0 1312 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5944

[startup+1.50118 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 8029
/proc/meminfo: memFree=1309552/2055920 swapFree=4168768/4192956
[pid=8028] ppid=8026 vsize=6744 CPUtime=1.49
/proc/8028/stat : 8028 (minisat_static) R 8026 8028 7304 0 -1 4194304 1568 0 0 0 149 0 0 0 25 0 1 0 236668392 6905856 1553 1992294400 134512640 135213614 4294956256 18446744073709551615 134539730 0 0 4096 3 0 0 0 17 1 0 0
/proc/8028/statm: 1686 1553 78 171 0 1512 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6744

[startup+3.10136 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 8029
/proc/meminfo: memFree=1308400/2055920 swapFree=4168768/4192956
[pid=8028] ppid=8026 vsize=8196 CPUtime=3.09
/proc/8028/stat : 8028 (minisat_static) R 8026 8028 7304 0 -1 4194304 1937 0 0 0 308 1 0 0 25 0 1 0 236668392 8392704 1922 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/8028/statm: 2049 1922 78 171 0 1875 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8196

[startup+6.30271 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 8029
/proc/meminfo: memFree=1305776/2055920 swapFree=4168768/4192956
[pid=8028] ppid=8026 vsize=10120 CPUtime=6.29
/proc/8028/stat : 8028 (minisat_static) R 8026 8028 7304 0 -1 4194304 2408 0 0 0 628 1 0 0 25 0 1 0 236668392 10362880 2393 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/8028/statm: 2530 2393 78 171 0 2356 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10120

[startup+12.7014 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 8029
/proc/meminfo: memFree=1302896/2055920 swapFree=4168768/4192956
[pid=8028] ppid=8026 vsize=12812 CPUtime=12.68
/proc/8028/stat : 8028 (minisat_static) R 8026 8028 7304 0 -1 4194304 3071 0 0 0 1267 1 0 0 25 0 1 0 236668392 13119488 3056 1992294400 134512640 135213614 4294956256 18446744073709551615 134526871 0 0 4096 3 0 0 0 17 1 0 0
/proc/8028/statm: 3203 3056 78 171 0 3029 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 12812

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 8029
/proc/meminfo: memFree=1299184/2055920 swapFree=4168768/4192956
[pid=8028] ppid=8026 vsize=16336 CPUtime=25.49
/proc/8028/stat : 8028 (minisat_static) R 8026 8028 7304 0 -1 4194304 3958 0 0 0 2546 3 0 0 25 0 1 0 236668392 16728064 3943 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/8028/statm: 4084 3943 78 171 0 3910 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 16336

[startup+51.1017 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 8029
/proc/meminfo: memFree=1294192/2055920 swapFree=4168768/4192956
[pid=8028] ppid=8026 vsize=21456 CPUtime=51.07
/proc/8028/stat : 8028 (minisat_static) R 8026 8028 7304 0 -1 4194304 5221 0 0 0 5103 4 0 0 25 0 1 0 236668392 21970944 5206 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/8028/statm: 5364 5206 78 171 0 5190 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 21456

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 8029
/proc/meminfo: memFree=1288304/2055920 swapFree=4168768/4192956
[pid=8028] ppid=8026 vsize=27516 CPUtime=102.27
/proc/8028/stat : 8028 (minisat_static) R 8026 8028 7304 0 -1 4194304 6689 0 0 0 10221 6 0 0 25 0 1 0 236668392 28176384 6674 1992294400 134512640 135213614 4294956256 18446744073709551615 134536581 0 0 4096 3 0 0 0 17 1 0 0
/proc/8028/statm: 6879 6674 78 171 0 6705 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 27516

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8035
/proc/meminfo: memFree=1287856/2055920 swapFree=4168768/4192956
[pid=8028] ppid=8026 vsize=27708 CPUtime=162.24
/proc/8028/stat : 8028 (minisat_static) R 8026 8028 7304 0 -1 4194304 6736 0 0 0 16218 6 0 0 25 0 1 0 236668392 28372992 6721 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/8028/statm: 6927 6721 78 171 0 6753 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 27708

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8035
/proc/meminfo: memFree=1287280/2055920 swapFree=4168768/4192956
[pid=8028] ppid=8026 vsize=28568 CPUtime=222.22
/proc/8028/stat : 8028 (minisat_static) R 8026 8028 7304 0 -1 4194304 6925 0 0 0 22216 6 0 0 25 0 1 0 236668392 29253632 6910 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/8028/statm: 7142 6910 78 171 0 6968 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 28568

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8035
/proc/meminfo: memFree=1286896/2055920 swapFree=4168768/4192956
[pid=8028] ppid=8026 vsize=29100 CPUtime=282.21
/proc/8028/stat : 8028 (minisat_static) R 8026 8028 7304 0 -1 4194304 7016 0 0 0 28215 6 0 0 25 0 1 0 236668392 29798400 7001 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/8028/statm: 7275 7001 78 171 0 7101 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 29100

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8035
/proc/meminfo: memFree=1281456/2055920 swapFree=4168768/4192956
[pid=8028] ppid=8026 vsize=34596 CPUtime=342.2
/proc/8028/stat : 8028 (minisat_static) R 8026 8028 7304 0 -1 4194304 8368 0 0 0 34212 8 0 0 25 0 1 0 236668392 35426304 8353 1992294400 134512640 135213614 4294956256 18446744073709551615 134526783 0 0 4096 3 0 0 0 17 1 0 0
/proc/8028/statm: 8649 8353 78 171 0 8475 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 34596

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8035
/proc/meminfo: memFree=1280496/2055920 swapFree=4168768/4192956
[pid=8028] ppid=8026 vsize=36232 CPUtime=402.18
/proc/8028/stat : 8028 (minisat_static) R 8026 8028 7304 0 -1 4194304 8727 0 0 0 40210 8 0 0 25 0 1 0 236668392 37101568 8704 1992294400 134512640 135213614 4294956256 18446744073709551615 134526967 0 0 4096 3 0 0 0 17 1 0 0
/proc/8028/statm: 9058 8704 78 171 0 8884 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 36232

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8035
/proc/meminfo: memFree=1278640/2055920 swapFree=4168768/4192956
[pid=8028] ppid=8026 vsize=37780 CPUtime=462.16
/proc/8028/stat : 8028 (minisat_static) R 8026 8028 7304 0 -1 4194304 9115 0 0 0 46208 8 0 0 25 0 1 0 236668392 38686720 9036 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/8028/statm: 9445 9036 78 171 0 9271 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 37780

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8035
/proc/meminfo: memFree=1278512/2055920 swapFree=4168768/4192956
[pid=8028] ppid=8026 vsize=37944 CPUtime=522.14
/proc/8028/stat : 8028 (minisat_static) R 8026 8028 7304 0 -1 4194304 9166 0 0 0 52206 8 0 0 25 0 1 0 236668392 38854656 9039 1992294400 134512640 135213614 4294956256 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/8028/statm: 9486 9039 78 171 0 9312 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 37944

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8035
/proc/meminfo: memFree=1275440/2055920 swapFree=4168768/4192956
[pid=8028] ppid=8026 vsize=41424 CPUtime=582.13
/proc/8028/stat : 8028 (minisat_static) R 8026 8028 7304 0 -1 4194304 10014 0 0 0 58204 9 0 0 25 0 1 0 236668392 42418176 9887 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/8028/statm: 10356 9887 78 171 0 10182 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 41424

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8035
/proc/meminfo: memFree=1274224/2055920 swapFree=4168768/4192956
[pid=8028] ppid=8026 vsize=42748 CPUtime=642.12
/proc/8028/stat : 8028 (minisat_static) R 8026 8028 7304 0 -1 4194304 10296 0 0 0 64202 10 0 0 25 0 1 0 236668392 43773952 10169 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/8028/statm: 10687 10169 78 171 0 10513 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 42748

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8035
/proc/meminfo: memFree=1274096/2055920 swapFree=4168768/4192956
[pid=8028] ppid=8026 vsize=42924 CPUtime=702.1
/proc/8028/stat : 8028 (minisat_static) R 8026 8028 7304 0 -1 4194304 10339 0 0 0 70200 10 0 0 25 0 1 0 236668392 43954176 10212 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/8028/statm: 10731 10212 78 171 0 10557 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 42924

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8035
/proc/meminfo: memFree=1273072/2055920 swapFree=4168768/4192956
[pid=8028] ppid=8026 vsize=44012 CPUtime=762.09
/proc/8028/stat : 8028 (minisat_static) R 8026 8028 7304 0 -1 4194304 10583 0 0 0 76199 10 0 0 25 0 1 0 236668392 45068288 10456 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/8028/statm: 11003 10456 78 171 0 10829 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 44012

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8035
/proc/meminfo: memFree=1268592/2055920 swapFree=4168768/4192956
[pid=8028] ppid=8026 vsize=48516 CPUtime=822.07
/proc/8028/stat : 8028 (minisat_static) R 8026 8028 7304 0 -1 4194304 11722 0 0 0 82196 11 0 0 25 0 1 0 236668392 49680384 11579 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/8028/statm: 12129 11579 78 171 0 11955 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 48516

[startup+882.301 s]
/proc/loadavg: 1.07 1.00 1.00 2/65 8035
/proc/meminfo: memFree=1268592/2055920 swapFree=4168768/4192956
[pid=8028] ppid=8026 vsize=48516 CPUtime=882.05
/proc/8028/stat : 8028 (minisat_static) R 8026 8028 7304 0 -1 4194304 11723 0 0 0 88194 11 0 0 25 0 1 0 236668392 49680384 11580 1992294400 134512640 135213614 4294956256 18446744073709551615 134526752 0 0 4096 3 0 0 0 17 1 0 0
/proc/8028/statm: 12129 11580 78 171 0 11955 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 48516

[startup+942.301 s]
/proc/loadavg: 1.09 1.02 1.00 2/65 8035
/proc/meminfo: memFree=1268208/2055920 swapFree=4168768/4192956
[pid=8028] ppid=8026 vsize=48924 CPUtime=942.04
/proc/8028/stat : 8028 (minisat_static) R 8026 8028 7304 0 -1 4194304 11811 0 0 0 94193 11 0 0 25 0 1 0 236668392 50098176 11668 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/8028/statm: 12231 11668 78 171 0 12057 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 48924

[startup+1002.3 s]
/proc/loadavg: 1.09 1.03 1.00 2/65 8035
/proc/meminfo: memFree=1267760/2055920 swapFree=4168768/4192956
[pid=8028] ppid=8026 vsize=49412 CPUtime=1002.02
/proc/8028/stat : 8028 (minisat_static) R 8026 8028 7304 0 -1 4194304 11909 0 0 0 100191 11 0 0 25 0 1 0 236668392 50597888 11766 1992294400 134512640 135213614 4294956256 18446744073709551615 134535064 0 0 4096 3 0 0 0 17 1 0 0
/proc/8028/statm: 12353 11766 78 171 0 12179 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 49412

[startup+1062.3 s]
/proc/loadavg: 1.09 1.04 1.00 2/65 8035
/proc/meminfo: memFree=1267824/2055920 swapFree=4168768/4192956
[pid=8028] ppid=8026 vsize=49412 CPUtime=1062
/proc/8028/stat : 8028 (minisat_static) R 8026 8028 7304 0 -1 4194304 11909 0 0 0 106189 11 0 0 25 0 1 0 236668392 50597888 11766 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/8028/statm: 12353 11766 78 171 0 12179 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 49412

[startup+1122.3 s]
/proc/loadavg: 1.08 1.04 1.00 2/65 8035
/proc/meminfo: memFree=1267760/2055920 swapFree=4168768/4192956
[pid=8028] ppid=8026 vsize=49412 CPUtime=1121.99
/proc/8028/stat : 8028 (minisat_static) R 8026 8028 7304 0 -1 4194304 11915 0 0 0 112188 11 0 0 25 0 1 0 236668392 50597888 11772 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/8028/statm: 12353 11772 78 171 0 12179 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 49412

[startup+1182.3 s]
/proc/loadavg: 1.08 1.05 1.00 2/65 8035
/proc/meminfo: memFree=1264240/2055920 swapFree=4168768/4192956
[pid=8028] ppid=8026 vsize=53036 CPUtime=1181.97
/proc/8028/stat : 8028 (minisat_static) R 8026 8028 7304 0 -1 4194304 12799 0 0 0 118184 13 0 0 25 0 1 0 236668392 54308864 12648 1992294400 134512640 135213614 4294956256 18446744073709551615 134535314 0 0 4096 3 0 0 0 17 1 0 0
/proc/8028/statm: 13259 12648 78 171 0 13085 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 53036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.06 1.04 1.00 2/65 8035
/proc/meminfo: memFree=1264304/2055920 swapFree=4168768/4192956
[pid=8028] ppid=8026 vsize=53036 CPUtime=1200.07
/proc/8028/stat : 8028 (minisat_static) R 8026 8028 7304 0 -1 4194304 12799 0 0 0 119994 13 0 0 25 0 1 0 236668392 54308864 12648 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/8028/statm: 13259 12648 78 171 0 13085 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 53036

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.41
CPU time (s): 1200.09
CPU user time (s): 1199.95
CPU system time (s): 0.141978
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 53036

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

runsolver used 1.01484 second user time and 2.6586 second system time

The end

Launcher Data

Begin job on node5 at 2009-05-12 01:59:05
IDJOB=1798014
IDBENCH=71065
IDSOLVER=651
FILE ID=node5/1798014-1242086345
PBS_JOBID= 9277665
Free space on /tmp= 66296 MiB

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

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

MD5SUM BENCH= 0b7170d33b896e8b879b19b65ac5c517
RANDOM SEED=1864380882

node5.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.212
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.212
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:       1315416 kB
Buffers:         81624 kB
Cached:         552192 kB
SwapCached:      18984 kB
Active:         167004 kB
Inactive:       487328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1315416 kB
SwapTotal:     4192956 kB
SwapFree:      4168768 kB
Dirty:            1916 kB
Writeback:           0 kB
Mapped:          13544 kB
Slab:            72212 kB
Committed_AS:   883140 kB
PageTables:       1412 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= 66296 MiB
End job on node5 at 2009-05-12 02:19:07