Trace number 1798023

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.13 1200.53

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_15_UNKNOWN.cnf
MD5SUM8e41b9860982308be5a85106d5324611
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 variables3152
Number of clauses330948
Sum of the clauses size988222
Maximum clause length16
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25025
Number of clauses of size 3325892
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

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:  3152                                                 |
0.00/0.00	|  Number of clauses:    330948                                               |
0.09/0.15	|  Parsing time:         0.13         s                                       |
0.09/0.16	============================[ Search Statistics ]==============================
0.09/0.16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.16	===============================================================================
0.09/0.16	|         0 |    3152   330948   988222 |   110316        0    nan |  0.000 % |
0.09/0.17	|       100 |    3152   330948   988222 |   121347      100     78 |  0.000 % |
0.09/0.19	|       250 |    3152   330948   988222 |   133482      250     72 |  0.000 % |
0.19/0.22	|       476 |    3152   330948   988222 |   146830      476     72 |  0.000 % |
0.19/0.28	|       816 |    3152   330948   988222 |   161513      816     81 |  0.000 % |
0.28/0.35	|      1322 |    3152   330948   988222 |   177665     1322     90 |  0.000 % |
0.49/0.53	|      2082 |    3152   330948   988222 |   195431     2082     92 |  0.000 % |
0.69/0.77	|      3221 |    3152   330948   988222 |   214974     3221    102 |  0.000 % |
1.09/1.17	|      4929 |    3152   330948   988222 |   236472     4929    111 |  0.000 % |
2.58/2.66	|      7491 |    3152   330948   988222 |   260119     7491    120 |  0.000 % |
4.79/4.82	|     11335 |    3152   330948   988222 |   286131    11335    121 |  0.000 % |
7.59/7.63	|     17103 |    3152   330948   988222 |   314744    17103    131 |  0.000 % |
14.38/14.47	|     25752 |    3152   330948   988222 |   346218    25752    139 |  0.000 % |
22.78/22.82	|     38727 |    3152   330948   988222 |   380840    38727    148 |  0.000 % |
43.97/44.00	|     58188 |    3152   330948   988222 |   418924    58188    151 |  0.000 % |
85.86/85.92	|     87380 |    3152   330948   988222 |   460817    87380    151 |  0.000 % |
200.92/201.01	|    131169 |    3152   330948   988222 |   506899   131169    149 |  0.000 % |
608.18/608.43	|    196855 |    3152   330948   988222 |   557588   196855    148 |  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-1798023-1242087166/watcher-1798023-1242087166 -o /tmp/evaluation-result-1798023-1242087166/solver-1798023-1242087166 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1798023-1242087166.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.84 0.95 0.98 2/64 11446
/proc/meminfo: memFree=1187888/2055920 swapFree=4181384/4192956
[pid=11446] ppid=11444 vsize=1896 CPUtime=0
/proc/11446/stat : 11446 (minisat_static) R 11444 11446 11409 0 -1 4194304 343 0 0 0 0 0 0 0 20 0 1 0 236744663 1941504 328 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/11446/statm: 474 330 57 171 0 300 0

[startup+0.0332129 s]
/proc/loadavg: 0.84 0.95 0.98 2/64 11446
/proc/meminfo: memFree=1187888/2055920 swapFree=4181384/4192956
[pid=11446] ppid=11444 vsize=4500 CPUtime=0.02
/proc/11446/stat : 11446 (minisat_static) R 11444 11446 11409 0 -1 4194304 980 0 0 0 2 0 0 0 20 0 1 0 236744663 4608000 965 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/11446/statm: 1125 965 58 171 0 951 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4500

[startup+0.101224 s]
/proc/loadavg: 0.84 0.95 0.98 2/64 11446
/proc/meminfo: memFree=1187888/2055920 swapFree=4181384/4192956
[pid=11446] ppid=11444 vsize=10372 CPUtime=0.09
/proc/11446/stat : 11446 (minisat_static) R 11444 11446 11409 0 -1 4194304 2371 0 0 0 8 1 0 0 20 0 1 0 236744663 10620928 2356 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/11446/statm: 2593 2356 58 171 0 2419 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10372

[startup+0.30126 s]
/proc/loadavg: 0.84 0.95 0.98 2/64 11446
/proc/meminfo: memFree=1187888/2055920 swapFree=4181384/4192956
[pid=11446] ppid=11444 vsize=15476 CPUtime=0.28
/proc/11446/stat : 11446 (minisat_static) R 11444 11446 11409 0 -1 4194304 3637 0 0 0 27 1 0 0 21 0 1 0 236744663 15847424 3622 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/11446/statm: 3869 3622 78 171 0 3695 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 15476

[startup+0.701333 s]
/proc/loadavg: 0.84 0.95 0.98 2/64 11446
/proc/meminfo: memFree=1187888/2055920 swapFree=4181384/4192956
[pid=11446] ppid=11444 vsize=16664 CPUtime=0.69
/proc/11446/stat : 11446 (minisat_static) R 11444 11446 11409 0 -1 4194304 3923 0 0 0 67 2 0 0 25 0 1 0 236744663 17063936 3908 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/11446/statm: 4166 3908 78 171 0 3992 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16664

[startup+1.50148 s]
/proc/loadavg: 0.84 0.95 0.98 2/65 11447
/proc/meminfo: memFree=1171688/2055920 swapFree=4181384/4192956
[pid=11446] ppid=11444 vsize=18396 CPUtime=1.49
/proc/11446/stat : 11446 (minisat_static) R 11444 11446 11409 0 -1 4194304 4372 0 0 0 147 2 0 0 25 0 1 0 236744663 18837504 4357 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/11446/statm: 4599 4357 78 171 0 4425 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18396

[startup+3.10177 s]
/proc/loadavg: 0.84 0.95 0.98 2/65 11447
/proc/meminfo: memFree=1170024/2055920 swapFree=4181384/4192956
[pid=11446] ppid=11444 vsize=19980 CPUtime=3.09
/proc/11446/stat : 11446 (minisat_static) R 11444 11446 11409 0 -1 4194304 4763 0 0 0 306 3 0 0 25 0 1 0 236744663 20459520 4748 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 1 0 0
/proc/11446/statm: 4995 4748 78 171 0 4821 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19980

[startup+6.30135 s]
/proc/loadavg: 0.85 0.95 0.98 2/65 11447
/proc/meminfo: memFree=1166248/2055920 swapFree=4181384/4192956
[pid=11446] ppid=11444 vsize=23676 CPUtime=6.29
/proc/11446/stat : 11446 (minisat_static) R 11444 11446 11409 0 -1 4194304 5676 0 0 0 625 4 0 0 25 0 1 0 236744663 24244224 5661 1992294400 134512640 135213614 4294956256 18446744073709551615 134526871 0 0 4096 3 0 0 0 17 1 0 0
/proc/11446/statm: 5919 5661 78 171 0 5745 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23676

[startup+12.7015 s]
/proc/loadavg: 0.87 0.95 0.98 2/65 11447
/proc/meminfo: memFree=1160376/2055920 swapFree=4181384/4192956
[pid=11446] ppid=11444 vsize=29180 CPUtime=12.69
/proc/11446/stat : 11446 (minisat_static) R 11444 11446 11409 0 -1 4194304 7067 0 0 0 1264 5 0 0 25 0 1 0 236744663 29880320 7052 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/11446/statm: 7295 7052 78 171 0 7121 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29180

[startup+25.5019 s]
/proc/loadavg: 0.89 0.95 0.98 2/65 11447
/proc/meminfo: memFree=1146360/2055920 swapFree=4181384/4192956
[pid=11446] ppid=11444 vsize=42832 CPUtime=25.48
/proc/11446/stat : 11446 (minisat_static) R 11444 11446 11409 0 -1 4194304 10459 0 0 0 2540 8 0 0 25 0 1 0 236744663 43859968 10444 1992294400 134512640 135213614 4294956256 18446744073709551615 134526860 0 0 4096 3 0 0 0 17 1 0 0
/proc/11446/statm: 10708 10444 78 171 0 10534 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42832

[startup+51.1015 s]
/proc/loadavg: 0.93 0.96 0.98 2/65 11447
/proc/meminfo: memFree=1130488/2055920 swapFree=4181384/4192956
[pid=11446] ppid=11444 vsize=58748 CPUtime=51.07
/proc/11446/stat : 11446 (minisat_static) R 11444 11446 11409 0 -1 4194304 14411 0 0 0 5095 12 0 0 25 0 1 0 236744663 60157952 14396 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/11446/statm: 14687 14396 78 171 0 14513 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 58748

[startup+102.306 s]
/proc/loadavg: 0.97 0.96 0.98 2/65 11447
/proc/meminfo: memFree=1112824/2055920 swapFree=4181384/4192956
[pid=11446] ppid=11444 vsize=76432 CPUtime=102.26
/proc/11446/stat : 11446 (minisat_static) R 11444 11446 11409 0 -1 4194304 18798 0 0 0 10210 16 0 0 25 0 1 0 236744663 78266368 18783 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/11446/statm: 19108 18783 78 171 0 18934 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 76432

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11447
/proc/meminfo: memFree=1097912/2055920 swapFree=4181384/4192956
[pid=11446] ppid=11444 vsize=91472 CPUtime=162.23
/proc/11446/stat : 11446 (minisat_static) R 11444 11446 11409 0 -1 4194304 22543 0 0 0 16204 19 0 0 25 0 1 0 236744663 93667328 22528 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/11446/statm: 22868 22528 78 171 0 22694 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 91472

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11447
/proc/meminfo: memFree=1084280/2055920 swapFree=4181384/4192956
[pid=11446] ppid=11444 vsize=105188 CPUtime=222.21
/proc/11446/stat : 11446 (minisat_static) R 11444 11446 11409 0 -1 4194304 25930 0 0 0 22198 23 0 0 25 0 1 0 236744663 107712512 25915 1992294400 134512640 135213614 4294956256 18446744073709551615 134526832 0 0 4096 3 0 0 0 17 1 0 0
/proc/11446/statm: 26297 25915 78 171 0 26123 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 105188

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11447
/proc/meminfo: memFree=1077496/2055920 swapFree=4181384/4192956
[pid=11446] ppid=11444 vsize=112260 CPUtime=282.19
/proc/11446/stat : 11446 (minisat_static) R 11444 11446 11409 0 -1 4194304 27619 0 0 0 28195 24 0 0 25 0 1 0 236744663 114954240 27604 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/11446/statm: 28065 27604 78 171 0 27891 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 112260

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11447
/proc/meminfo: memFree=1073208/2055920 swapFree=4181384/4192956
[pid=11446] ppid=11444 vsize=116472 CPUtime=342.18
/proc/11446/stat : 11446 (minisat_static) R 11444 11446 11409 0 -1 4194304 28678 0 0 0 34193 25 0 0 25 0 1 0 236744663 119267328 28663 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/11446/statm: 29118 28663 78 171 0 28944 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 116472

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11447
/proc/meminfo: memFree=1068600/2055920 swapFree=4181384/4192956
[pid=11446] ppid=11444 vsize=121068 CPUtime=402.15
/proc/11446/stat : 11446 (minisat_static) R 11444 11446 11409 0 -1 4194304 29821 0 0 0 40189 26 0 0 25 0 1 0 236744663 123973632 29806 1992294400 134512640 135213614 4294956256 18446744073709551615 134526854 0 0 4096 3 0 0 0 17 1 0 0
/proc/11446/statm: 30267 29806 78 171 0 30093 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 121068

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11447
/proc/meminfo: memFree=1063864/2055920 swapFree=4181384/4192956
[pid=11446] ppid=11444 vsize=125720 CPUtime=462.13
/proc/11446/stat : 11446 (minisat_static) R 11444 11446 11409 0 -1 4194304 31001 0 0 0 46186 27 0 0 25 0 1 0 236744663 128737280 30986 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/11446/statm: 31430 30986 78 171 0 31256 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 125720

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11447
/proc/meminfo: memFree=1056760/2055920 swapFree=4181384/4192956
[pid=11446] ppid=11444 vsize=132956 CPUtime=522.11
/proc/11446/stat : 11446 (minisat_static) R 11444 11446 11409 0 -1 4194304 32811 0 0 0 52182 29 0 0 25 0 1 0 236744663 136146944 32796 1992294400 134512640 135213614 4294956256 18446744073709551615 134526860 0 0 4096 3 0 0 0 17 1 0 0
/proc/11446/statm: 33239 32796 78 171 0 33065 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 132956

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11447
/proc/meminfo: memFree=1051256/2055920 swapFree=4181384/4192956
[pid=11446] ppid=11444 vsize=138372 CPUtime=582.09
/proc/11446/stat : 11446 (minisat_static) R 11444 11446 11409 0 -1 4194304 34153 0 0 0 58178 31 0 0 25 0 1 0 236744663 141692928 34138 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/11446/statm: 34593 34138 78 171 0 34419 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 138372

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11447
/proc/meminfo: memFree=1044472/2055920 swapFree=4181384/4192956
[pid=11446] ppid=11444 vsize=145120 CPUtime=642.07
/proc/11446/stat : 11446 (minisat_static) R 11444 11446 11409 0 -1 4194304 35845 0 0 0 64174 33 0 0 25 0 1 0 236744663 148602880 35830 1992294400 134512640 135213614 4294956256 18446744073709551615 134526854 0 0 4096 3 0 0 0 17 1 0 0
/proc/11446/statm: 36280 35830 78 171 0 36106 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 145120

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11447
/proc/meminfo: memFree=1040760/2055920 swapFree=4181384/4192956
[pid=11446] ppid=11444 vsize=149376 CPUtime=702.05
/proc/11446/stat : 11446 (minisat_static) R 11444 11446 11409 0 -1 4194304 36773 0 0 0 70171 34 0 0 25 0 1 0 236744663 152961024 36758 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/11446/statm: 37344 36758 78 171 0 37170 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 149376

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11447
/proc/meminfo: memFree=1036536/2055920 swapFree=4181384/4192956
[pid=11446] ppid=11444 vsize=153640 CPUtime=762.03
/proc/11446/stat : 11446 (minisat_static) R 11444 11446 11409 0 -1 4194304 37821 0 0 0 76168 35 0 0 25 0 1 0 236744663 157327360 37806 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/11446/statm: 38410 37806 78 171 0 38236 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 153640

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11447
/proc/meminfo: memFree=1033592/2055920 swapFree=4181384/4192956
[pid=11446] ppid=11444 vsize=156508 CPUtime=822.01
/proc/11446/stat : 11446 (minisat_static) R 11444 11446 11409 0 -1 4194304 38562 0 0 0 82165 36 0 0 25 0 1 0 236744663 160264192 38547 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/11446/statm: 39127 38547 78 171 0 38953 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 156508

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11447
/proc/meminfo: memFree=1029816/2055920 swapFree=4181384/4192956
[pid=11446] ppid=11444 vsize=160472 CPUtime=881.99
/proc/11446/stat : 11446 (minisat_static) R 11444 11446 11409 0 -1 4194304 39502 0 0 0 88161 38 0 0 25 0 1 0 236744663 164323328 39487 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/11446/statm: 40118 39487 78 171 0 39944 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 160472

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11447
/proc/meminfo: memFree=1025592/2055920 swapFree=4181384/4192956
[pid=11446] ppid=11444 vsize=164708 CPUtime=941.97
/proc/11446/stat : 11446 (minisat_static) R 11444 11446 11409 0 -1 4194304 40556 0 0 0 94158 39 0 0 25 0 1 0 236744663 168660992 40541 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/11446/statm: 41177 40541 78 171 0 41003 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 164708

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11447
/proc/meminfo: memFree=1021496/2055920 swapFree=4181384/4192956
[pid=11446] ppid=11444 vsize=168744 CPUtime=1001.95
/proc/11446/stat : 11446 (minisat_static) R 11444 11446 11409 0 -1 4194304 41559 0 0 0 100154 41 0 0 25 0 1 0 236744663 172793856 41544 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/11446/statm: 42186 41544 78 171 0 42012 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 168744

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11447
/proc/meminfo: memFree=1017400/2055920 swapFree=4181384/4192956
[pid=11446] ppid=11444 vsize=173268 CPUtime=1061.93
/proc/11446/stat : 11446 (minisat_static) R 11444 11446 11409 0 -1 4194304 42638 0 0 0 106151 42 0 0 25 0 1 0 236744663 177426432 42623 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/11446/statm: 43317 42623 78 171 0 43143 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 173268

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11447
/proc/meminfo: memFree=1013688/2055920 swapFree=4181384/4192956
[pid=11446] ppid=11444 vsize=176796 CPUtime=1121.91
/proc/11446/stat : 11446 (minisat_static) R 11444 11446 11409 0 -1 4194304 43548 0 0 0 112148 43 0 0 25 0 1 0 236744663 181039104 43533 1992294400 134512640 135213614 4294956256 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 1 0 0
/proc/11446/statm: 44199 43533 78 171 0 44025 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 176796

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11447
/proc/meminfo: memFree=1009912/2055920 swapFree=4181384/4192956
[pid=11446] ppid=11444 vsize=180712 CPUtime=1181.89
/proc/11446/stat : 11446 (minisat_static) R 11444 11446 11409 0 -1 4194304 44498 0 0 0 118144 45 0 0 25 0 1 0 236744663 185049088 44483 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/11446/statm: 45178 44483 78 171 0 45004 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 180712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11447
/proc/meminfo: memFree=1008760/2055920 swapFree=4181384/4192956
[pid=11446] ppid=11444 vsize=181824 CPUtime=1200.09
/proc/11446/stat : 11446 (minisat_static) R 11444 11446 11409 0 -1 4194304 44769 0 0 0 119964 45 0 0 25 0 1 0 236744663 186187776 44754 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/11446/statm: 45456 44754 78 171 0 45282 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 181824

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11447
/proc/meminfo: memFree=1008760/2055920 swapFree=4181384/4192956
[pid=11446] ppid=11444 vsize=181824 CPUtime=1200.09
/proc/11446/stat : 11446 (minisat_static) R 11444 11446 11409 0 -1 4194304 44769 0 0 0 119964 45 0 0 25 0 1 0 236744663 186187776 44754 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/11446/statm: 45456 44754 78 171 0 45282 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 181824

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.13
CPU user time (s): 1199.64
CPU system time (s): 0.481926
CPU usage (%): 99.9661
Max. virtual memory (cumulated for all children) (KiB): 181824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.64
system time used= 0.481926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44769
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= 1
involuntary context switches= 2112

runsolver used 0.882865 second user time and 2.67159 second system time

The end

Launcher Data

Begin job on node44 at 2009-05-12 02:12:47
IDJOB=1798023
IDBENCH=71077
IDSOLVER=651
FILE ID=node44/1798023-1242087166
PBS_JOBID= 9277698
Free space on /tmp= 66368 MiB

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

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

MD5SUM BENCH= 8e41b9860982308be5a85106d5324611
RANDOM SEED=576770038

node44.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.267
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	: 5931.00
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.267
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:       1188304 kB
Buffers:         71940 kB
Cached:         714304 kB
SwapCached:       5480 kB
Active:         152132 kB
Inactive:       642476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1188304 kB
SwapTotal:     4192956 kB
SwapFree:      4181384 kB
Dirty:            6520 kB
Writeback:           0 kB
Mapped:          14376 kB
Slab:            58948 kB
Committed_AS:   819640 kB
PageTables:       1380 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= 66368 MiB
End job on node44 at 2009-05-12 02:32:49