Trace number 1798038

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_09_UNKNOWN.cnf
MD5SUM18ad1dee1e9d863458e75a20545ae68a
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 variables1430
Number of clauses79453
Sum of the clauses size236162
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22358
Number of clauses of size 377072
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:  1430                                                 |
0.00/0.00	|  Number of clauses:    79453                                                |
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 |    1430    79453   236162 |    26484        0    nan |  0.000 % |
0.00/0.04	|       101 |    1430    79453   236162 |    29132      101     41 |  0.000 % |
0.00/0.05	|       252 |    1430    79453   236162 |    32046      252     42 |  0.000 % |
0.06/0.09	|       481 |    1430    79453   236162 |    35250      481     43 |  0.000 % |
0.09/0.11	|       819 |    1430    79453   236162 |    38775      819     50 |  0.000 % |
0.09/0.17	|      1326 |    1430    79453   236162 |    42653     1326     51 |  0.000 % |
0.19/0.25	|      2086 |    1430    79453   236162 |    46918     2086     55 |  0.000 % |
0.39/0.45	|      3226 |    1430    79453   236162 |    51610     3226     55 |  0.000 % |
0.79/0.87	|      4934 |    1430    79453   236162 |    56771     4934     54 |  0.000 % |
1.29/1.38	|      7496 |    1430    79453   236162 |    62448     7496     56 |  0.000 % |
2.59/2.67	|     11344 |    1430    79453   236162 |    68693    11344     58 |  0.001 % |
5.09/5.19	|     17110 |    1430    79453   236162 |    75562    17110     59 |  0.000 % |
10.18/10.27	|     25759 |    1430    79453   236162 |    83119    25759     58 |  0.000 % |
19.19/19.23	|     38734 |    1430    79453   236162 |    91431    38734     57 |  0.000 % |
34.78/34.87	|     58196 |    1430    79453   236162 |   100574    58196     57 |  0.000 % |
69.28/69.36	|     87389 |    1430    79453   236162 |   110631    87389     55 |  0.000 % |
123.86/123.90	|    131178 |    1430    79453   236162 |   121694    34420     51 |  0.000 % |
199.74/199.85	|    196866 |    1430    79453   236162 |   133864   100108     48 |  0.000 % |
309.71/309.86	|    295392 |    1430    79453   236162 |   147250    81988     46 |  0.000 % |
540.55/540.75	|    443181 |    1430    79453   236162 |   161975    96561     60 |  0.000 % |
933.05/933.39	|    664865 |    1430    79453   236162 |   178173    32474     46 |  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-1798038-1242088416/watcher-1798038-1242088416 -o /tmp/evaluation-result-1798038-1242088416/solver-1798038-1242088416 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1798038-1242088416.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 2839
/proc/meminfo: memFree=1903624/2055920 swapFree=4176436/4192956
[pid=2839] ppid=2837 vsize=2160 CPUtime=0
/proc/2839/stat : 2839 (minisat_static) R 2837 2839 2772 0 -1 4194304 413 0 0 0 0 0 0 0 18 0 1 0 236869435 2211840 398 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/2839/statm: 540 399 58 171 0 366 0

[startup+0.07131 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 2839
/proc/meminfo: memFree=1903624/2055920 swapFree=4176436/4192956
[pid=2839] ppid=2837 vsize=5160 CPUtime=0.06
/proc/2839/stat : 2839 (minisat_static) R 2837 2839 2772 0 -1 4194304 1177 0 0 0 6 0 0 0 18 0 1 0 236869435 5283840 1162 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/2839/statm: 1290 1162 78 171 0 1116 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5160

[startup+0.101312 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 2839
/proc/meminfo: memFree=1903624/2055920 swapFree=4176436/4192956
[pid=2839] ppid=2837 vsize=5292 CPUtime=0.09
/proc/2839/stat : 2839 (minisat_static) R 2837 2839 2772 0 -1 4194304 1198 0 0 0 9 0 0 0 18 0 1 0 236869435 5419008 1183 1992294400 134512640 135213614 4294956256 18446744073709551615 134722751 0 0 4096 3 0 0 0 17 1 0 0
/proc/2839/statm: 1323 1183 78 171 0 1149 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5292

[startup+0.301334 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 2839
/proc/meminfo: memFree=1903624/2055920 swapFree=4176436/4192956
[pid=2839] ppid=2837 vsize=5820 CPUtime=0.29
/proc/2839/stat : 2839 (minisat_static) R 2837 2839 2772 0 -1 4194304 1349 0 0 0 29 0 0 0 19 0 1 0 236869435 5959680 1334 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/2839/statm: 1455 1334 78 171 0 1281 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5820

[startup+0.701376 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 2839
/proc/meminfo: memFree=1903624/2055920 swapFree=4176436/4192956
[pid=2839] ppid=2837 vsize=6348 CPUtime=0.69
/proc/2839/stat : 2839 (minisat_static) R 2837 2839 2772 0 -1 4194304 1468 0 0 0 68 1 0 0 22 0 1 0 236869435 6500352 1453 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/2839/statm: 1587 1453 78 171 0 1413 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6348

[startup+1.50146 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2840
/proc/meminfo: memFree=1897728/2055920 swapFree=4176436/4192956
[pid=2839] ppid=2837 vsize=7272 CPUtime=1.49
/proc/2839/stat : 2839 (minisat_static) R 2837 2839 2772 0 -1 4194304 1718 0 0 0 148 1 0 0 25 0 1 0 236869435 7446528 1703 1992294400 134512640 135213614 4294956256 18446744073709551615 134526832 0 0 4096 3 0 0 0 17 1 0 0
/proc/2839/statm: 1818 1703 78 171 0 1644 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7272

[startup+3.10163 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2840
/proc/meminfo: memFree=1896448/2055920 swapFree=4176436/4192956
[pid=2839] ppid=2837 vsize=8728 CPUtime=3.09
/proc/2839/stat : 2839 (minisat_static) R 2837 2839 2772 0 -1 4194304 2054 0 0 0 307 2 0 0 25 0 1 0 236869435 8937472 2039 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/2839/statm: 2182 2039 78 171 0 2008 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8728

[startup+6.30197 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2840
/proc/meminfo: memFree=1894080/2055920 swapFree=4176436/4192956
[pid=2839] ppid=2837 vsize=10596 CPUtime=6.29
/proc/2839/stat : 2839 (minisat_static) R 2837 2839 2772 0 -1 4194304 2534 0 0 0 627 2 0 0 25 0 1 0 236869435 10850304 2519 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/2839/statm: 2649 2519 78 171 0 2475 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10596

[startup+12.7016 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2840
/proc/meminfo: memFree=1891080/2055920 swapFree=4176436/4192956
[pid=2839] ppid=2837 vsize=13400 CPUtime=12.69
/proc/2839/stat : 2839 (minisat_static) R 2837 2839 2772 0 -1 4194304 3223 0 0 0 1266 3 0 0 25 0 1 0 236869435 13721600 3208 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/2839/statm: 3350 3208 78 171 0 3176 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13400

[startup+25.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2840
/proc/meminfo: memFree=1885832/2055920 swapFree=4176436/4192956
[pid=2839] ppid=2837 vsize=18640 CPUtime=25.49
/proc/2839/stat : 2839 (minisat_static) R 2837 2839 2772 0 -1 4194304 4502 0 0 0 2544 5 0 0 25 0 1 0 236869435 19087360 4487 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/2839/statm: 4660 4487 78 171 0 4486 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 18640

[startup+51.1017 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2840
/proc/meminfo: memFree=1878536/2055920 swapFree=4176436/4192956
[pid=2839] ppid=2837 vsize=26024 CPUtime=51.08
/proc/2839/stat : 2839 (minisat_static) R 2837 2839 2772 0 -1 4194304 6288 0 0 0 5102 6 0 0 25 0 1 0 236869435 26648576 6273 1992294400 134512640 135213614 4294956256 18446744073709551615 134526887 0 0 4096 3 0 0 0 17 1 0 0
/proc/2839/statm: 6506 6273 78 171 0 6332 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 26024

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2840
/proc/meminfo: memFree=1870536/2055920 swapFree=4176436/4192956
[pid=2839] ppid=2837 vsize=34084 CPUtime=102.27
/proc/2839/stat : 2839 (minisat_static) R 2837 2839 2772 0 -1 4194304 8264 0 0 0 10219 8 0 0 25 0 1 0 236869435 34902016 8249 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/2839/statm: 8521 8249 78 171 0 8347 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 34084

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2840
/proc/meminfo: memFree=1869192/2055920 swapFree=4176436/4192956
[pid=2839] ppid=2837 vsize=35272 CPUtime=162.25
/proc/2839/stat : 2839 (minisat_static) R 2837 2839 2772 0 -1 4194304 8594 0 0 0 16216 9 0 0 25 0 1 0 236869435 36118528 8579 1992294400 134512640 135213614 4294956256 18446744073709551615 134526973 0 0 4096 3 0 0 0 17 1 0 0
/proc/2839/statm: 8818 8579 78 171 0 8644 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 35272

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2840
/proc/meminfo: memFree=1869128/2055920 swapFree=4176436/4192956
[pid=2839] ppid=2837 vsize=35404 CPUtime=222.24
/proc/2839/stat : 2839 (minisat_static) R 2837 2839 2772 0 -1 4194304 8627 0 0 0 22215 9 0 0 25 0 1 0 236869435 36253696 8612 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/2839/statm: 8851 8612 78 171 0 8677 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 35404

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2840
/proc/meminfo: memFree=1864968/2055920 swapFree=4176436/4192956
[pid=2839] ppid=2837 vsize=39620 CPUtime=282.22
/proc/2839/stat : 2839 (minisat_static) R 2837 2839 2772 0 -1 4194304 9641 0 0 0 28212 10 0 0 25 0 1 0 236869435 40570880 9626 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/2839/statm: 9905 9626 78 171 0 9731 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 39620

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2840
/proc/meminfo: memFree=1864264/2055920 swapFree=4176436/4192956
[pid=2839] ppid=2837 vsize=40336 CPUtime=342.2
/proc/2839/stat : 2839 (minisat_static) R 2837 2839 2772 0 -1 4194304 9803 0 0 0 34210 10 0 0 25 0 1 0 236869435 41304064 9788 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/2839/statm: 10084 9788 78 171 0 9910 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 40336

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2840
/proc/meminfo: memFree=1863496/2055920 swapFree=4176436/4192956
[pid=2839] ppid=2837 vsize=41048 CPUtime=402.19
/proc/2839/stat : 2839 (minisat_static) R 2837 2839 2772 0 -1 4194304 9979 0 0 0 40208 11 0 0 25 0 1 0 236869435 42033152 9964 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/2839/statm: 10262 9964 78 171 0 10088 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 41048

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2840
/proc/meminfo: memFree=1860360/2055920 swapFree=4176436/4192956
[pid=2839] ppid=2837 vsize=44480 CPUtime=462.17
/proc/2839/stat : 2839 (minisat_static) R 2837 2839 2772 0 -1 4194304 10765 0 0 0 46205 12 0 0 25 0 1 0 236869435 45547520 10750 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/2839/statm: 11120 10750 78 171 0 10946 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 44480

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2842
/proc/meminfo: memFree=1860168/2055920 swapFree=4176436/4192956
[pid=2839] ppid=2837 vsize=44480 CPUtime=522.16
/proc/2839/stat : 2839 (minisat_static) R 2837 2839 2772 0 -1 4194304 10769 0 0 0 52204 12 0 0 25 0 1 0 236869435 45547520 10754 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/2839/statm: 11120 10754 78 171 0 10946 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 44480

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2842
/proc/meminfo: memFree=1860104/2055920 swapFree=4176436/4192956
[pid=2839] ppid=2837 vsize=44480 CPUtime=582.14
/proc/2839/stat : 2839 (minisat_static) R 2837 2839 2772 0 -1 4194304 10779 0 0 0 58202 12 0 0 25 0 1 0 236869435 45547520 10764 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/2839/statm: 11120 10764 78 171 0 10946 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 44480

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2842
/proc/meminfo: memFree=1856008/2055920 swapFree=4176436/4192956
[pid=2839] ppid=2837 vsize=48736 CPUtime=642.13
/proc/2839/stat : 2839 (minisat_static) R 2837 2839 2772 0 -1 4194304 11807 0 0 0 64200 13 0 0 25 0 1 0 236869435 49905664 11792 1992294400 134512640 135213614 4294956256 18446744073709551615 134526860 0 0 4096 3 0 0 0 17 1 0 0
/proc/2839/statm: 12184 11792 78 171 0 12010 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 48736

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2842
/proc/meminfo: memFree=1851528/2055920 swapFree=4176436/4192956
[pid=2839] ppid=2837 vsize=53348 CPUtime=702.11
/proc/2839/stat : 2839 (minisat_static) R 2837 2839 2772 0 -1 4194304 12937 0 0 0 70197 14 0 0 25 0 1 0 236869435 54628352 12922 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/2839/statm: 13337 12922 78 171 0 13163 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 53348

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2842
/proc/meminfo: memFree=1848200/2055920 swapFree=4176436/4192956
[pid=2839] ppid=2837 vsize=56500 CPUtime=762.09
/proc/2839/stat : 2839 (minisat_static) R 2837 2839 2772 0 -1 4194304 13746 0 0 0 76194 15 0 0 25 0 1 0 236869435 57856000 13731 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/2839/statm: 14125 13731 78 171 0 13951 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 56500

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2842
/proc/meminfo: memFree=1848136/2055920 swapFree=4176436/4192956
[pid=2839] ppid=2837 vsize=56736 CPUtime=822.08
/proc/2839/stat : 2839 (minisat_static) R 2837 2839 2772 0 -1 4194304 13768 0 0 0 82193 15 0 0 25 0 1 0 236869435 58097664 13753 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/2839/statm: 14184 13753 78 171 0 14010 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 56736

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2842
/proc/meminfo: memFree=1847816/2055920 swapFree=4176436/4192956
[pid=2839] ppid=2837 vsize=56980 CPUtime=882.06
/proc/2839/stat : 2839 (minisat_static) R 2837 2839 2772 0 -1 4194304 13839 0 0 0 88191 15 0 0 25 0 1 0 236869435 58347520 13824 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/2839/statm: 14245 13824 78 171 0 14071 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 56980

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2842
/proc/meminfo: memFree=1847624/2055920 swapFree=4176436/4192956
[pid=2839] ppid=2837 vsize=57192 CPUtime=942.04
/proc/2839/stat : 2839 (minisat_static) R 2837 2839 2772 0 -1 4194304 13886 0 0 0 94189 15 0 0 25 0 1 0 236869435 58564608 13871 1992294400 134512640 135213614 4294956256 18446744073709551615 134527003 0 0 4096 3 0 0 0 17 1 0 0
/proc/2839/statm: 14298 13871 78 171 0 14124 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 57192

[startup+1002.3 s]
/proc/loadavg: 1.03 1.00 1.00 2/65 2842
/proc/meminfo: memFree=1847560/2055920 swapFree=4176436/4192956
[pid=2839] ppid=2837 vsize=57192 CPUtime=1002.03
/proc/2839/stat : 2839 (minisat_static) R 2837 2839 2772 0 -1 4194304 13886 0 0 0 100188 15 0 0 25 0 1 0 236869435 58564608 13871 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/2839/statm: 14298 13871 78 171 0 14124 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 57192

[startup+1062.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 2842
/proc/meminfo: memFree=1847368/2055920 swapFree=4176436/4192956
[pid=2839] ppid=2837 vsize=57436 CPUtime=1062.01
/proc/2839/stat : 2839 (minisat_static) R 2837 2839 2772 0 -1 4194304 13938 0 0 0 106186 15 0 0 25 0 1 0 236869435 58814464 13923 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/2839/statm: 14359 13923 78 171 0 14185 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 57436

[startup+1122.3 s]
/proc/loadavg: 1.13 1.04 1.01 2/65 2842
/proc/meminfo: memFree=1846920/2055920 swapFree=4176436/4192956
[pid=2839] ppid=2837 vsize=57880 CPUtime=1122
/proc/2839/stat : 2839 (minisat_static) R 2837 2839 2772 0 -1 4194304 14033 0 0 0 112184 16 0 0 25 0 1 0 236869435 59269120 14018 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/2839/statm: 14470 14018 78 171 0 14296 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 57880

[startup+1182.3 s]
/proc/loadavg: 1.16 1.06 1.01 2/65 2842
/proc/meminfo: memFree=1845640/2055920 swapFree=4176436/4192956
[pid=2839] ppid=2837 vsize=59120 CPUtime=1181.99
/proc/2839/stat : 2839 (minisat_static) R 2837 2839 2772 0 -1 4194304 14344 0 0 0 118183 16 0 0 25 0 1 0 236869435 60538880 14329 1992294400 134512640 135213614 4294956256 18446744073709551615 134526792 0 0 4096 3 0 0 0 17 1 0 0
/proc/2839/statm: 14780 14329 78 171 0 14606 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 59120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.11 1.06 1.01 2/65 2842
/proc/meminfo: memFree=1845576/2055920 swapFree=4176436/4192956
[pid=2839] ppid=2837 vsize=59120 CPUtime=1200.09
/proc/2839/stat : 2839 (minisat_static) R 2837 2839 2772 0 -1 4194304 14361 0 0 0 119993 16 0 0 25 0 1 0 236869435 60538880 14346 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/2839/statm: 14780 14346 78 171 0 14606 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 59120

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.1
CPU user time (s): 1199.93
CPU system time (s): 0.172973
CPU usage (%): 99.9741
Max. virtual memory (cumulated for all children) (KiB): 59120

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

runsolver used 0.957854 second user time and 2.72259 second system time

The end

Launcher Data

Begin job on node47 at 2009-05-12 02:33:37
IDJOB=1798038
IDBENCH=71098
IDSOLVER=651
FILE ID=node47/1798038-1242088416
PBS_JOBID= 9277707
Free space on /tmp= 66228 MiB

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

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

MD5SUM BENCH= 18ad1dee1e9d863458e75a20545ae68a
RANDOM SEED=179462121

node47.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:       1904104 kB
Buffers:          9560 kB
Cached:          68760 kB
SwapCached:      10284 kB
Active:          39876 kB
Inactive:        50612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1904104 kB
SwapTotal:     4192956 kB
SwapFree:      4176436 kB
Dirty:            2004 kB
Writeback:           0 kB
Mapped:          14508 kB
Slab:            47276 kB
Committed_AS:   864264 kB
PageTables:       1448 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= 66228 MiB
End job on node47 at 2009-05-12 02:53:39