Trace number 1798017

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.12 1200.43

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_12_UNSAT.cnf
MD5SUMecc4810d82e30597ea8451526243ec09
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 variables2522
Number of clauses243459
Sum of the clauses size726523
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24164
Number of clauses of size 3239264
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:  2522                                                 |
0.00/0.00	|  Number of clauses:    243459                                               |
0.09/0.10	|  Parsing time:         0.09         s                                       |
0.09/0.11	============================[ Search Statistics ]==============================
0.09/0.11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.11	===============================================================================
0.09/0.11	|         0 |    2522   243459   726523 |    81153        0    nan |  0.000 % |
0.09/0.11	|       101 |    2522   243459   726523 |    89268      101     49 |  0.000 % |
0.09/0.13	|       253 |    2522   243459   726523 |    98195      253     59 |  0.000 % |
0.09/0.16	|       481 |    2522   243459   726523 |   108014      481     53 |  0.000 % |
0.19/0.20	|       818 |    2522   243459   726523 |   118816      818     56 |  0.000 % |
0.19/0.27	|      1325 |    2522   243459   726523 |   130697     1325     64 |  0.000 % |
0.49/0.51	|      2087 |    2522   243459   726523 |   143767     2087     75 |  0.000 % |
0.69/0.74	|      3227 |    2522   243459   726523 |   158144     3227     76 |  0.000 % |
1.19/1.27	|      4935 |    2522   243459   726523 |   173958     4935     81 |  0.000 % |
2.49/2.56	|      7499 |    2522   243459   726523 |   191354     7499     87 |  0.000 % |
4.89/4.90	|     11344 |    2522   243459   726523 |   210489    11344     90 |  0.000 % |
7.29/7.32	|     17112 |    2522   243459   726523 |   231538    17112     91 |  0.000 % |
12.48/12.51	|     25762 |    2522   243459   726523 |   254692    25762     94 |  0.000 % |
24.78/24.87	|     38736 |    2522   243459   726523 |   280162    38736     99 |  0.000 % |
40.07/40.18	|     58199 |    2522   243459   726523 |   308178    58199    100 |  0.000 % |
108.05/108.17	|     87394 |    2522   243459   726523 |   338996    87394     98 |  0.000 % |
232.13/232.26	|    131184 |    2522   243459   726523 |   372895   131184    100 |  0.000 % |
655.72/655.90	|    196869 |    2522   243459   726523 |   410185   196869    102 |  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-1798017-1242086698/watcher-1798017-1242086698 -o /tmp/evaluation-result-1798017-1242086698/solver-1798017-1242086698 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1798017-1242086698.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: 1.00 1.07 1.11 3/64 17209
/proc/meminfo: memFree=749868/2055920 swapFree=4181692/4192956
[pid=17209] ppid=17207 vsize=2204 CPUtime=0
/proc/17209/stat : 17209 (minisat_static) R 17207 17209 16487 0 -1 4194304 425 0 0 0 0 0 0 0 20 0 1 0 236698853 2256896 410 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/17209/statm: 551 411 58 171 0 377 0

[startup+0.0589461 s]
/proc/loadavg: 1.00 1.07 1.11 3/64 17209
/proc/meminfo: memFree=749868/2055920 swapFree=4181692/4192956
[pid=17209] ppid=17207 vsize=6976 CPUtime=0.04
/proc/17209/stat : 17209 (minisat_static) R 17207 17209 16487 0 -1 4194304 1603 0 0 0 4 0 0 0 20 0 1 0 236698853 7143424 1588 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/17209/statm: 1744 1588 58 171 0 1570 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 6976

[startup+0.101948 s]
/proc/loadavg: 1.00 1.07 1.11 3/64 17209
/proc/meminfo: memFree=749868/2055920 swapFree=4181692/4192956
[pid=17209] ppid=17207 vsize=11092 CPUtime=0.09
/proc/17209/stat : 17209 (minisat_static) R 17207 17209 16487 0 -1 4194304 2572 0 0 0 8 1 0 0 20 0 1 0 236698853 11358208 2557 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/17209/statm: 2773 2558 58 171 0 2599 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11092

[startup+0.301968 s]
/proc/loadavg: 1.00 1.07 1.11 3/64 17209
/proc/meminfo: memFree=749868/2055920 swapFree=4181692/4192956
[pid=17209] ppid=17207 vsize=12144 CPUtime=0.29
/proc/17209/stat : 17209 (minisat_static) R 17207 17209 16487 0 -1 4194304 2870 0 0 0 28 1 0 0 22 0 1 0 236698853 12435456 2855 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17209/statm: 3036 2855 78 171 0 2862 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12144

[startup+0.70201 s]
/proc/loadavg: 1.00 1.07 1.11 3/64 17209
/proc/meminfo: memFree=749868/2055920 swapFree=4181692/4192956
[pid=17209] ppid=17207 vsize=12940 CPUtime=0.69
/proc/17209/stat : 17209 (minisat_static) R 17207 17209 16487 0 -1 4194304 3053 0 0 0 67 2 0 0 25 0 1 0 236698853 13250560 3038 1992294400 134512640 135213614 4294956256 18446744073709551615 134526939 0 0 4096 3 0 0 0 17 1 0 0
/proc/17209/statm: 3235 3038 78 171 0 3061 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12940

[startup+1.50109 s]
/proc/loadavg: 1.00 1.07 1.11 2/65 17210
/proc/meminfo: memFree=737444/2055920 swapFree=4181692/4192956
[pid=17209] ppid=17207 vsize=14000 CPUtime=1.49
/proc/17209/stat : 17209 (minisat_static) R 17207 17209 16487 0 -1 4194304 3338 0 0 0 147 2 0 0 25 0 1 0 236698853 14336000 3323 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/17209/statm: 3500 3323 78 171 0 3326 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14000

[startup+3.10126 s]
/proc/loadavg: 1.00 1.07 1.11 2/65 17210
/proc/meminfo: memFree=736164/2055920 swapFree=4181692/4192956
[pid=17209] ppid=17207 vsize=15452 CPUtime=3.09
/proc/17209/stat : 17209 (minisat_static) R 17207 17209 16487 0 -1 4194304 3689 0 0 0 307 2 0 0 25 0 1 0 236698853 15822848 3674 1992294400 134512640 135213614 4294956256 18446744073709551615 134537166 0 0 4096 3 0 0 0 17 1 0 0
/proc/17209/statm: 3863 3674 78 171 0 3689 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15452

[startup+6.30159 s]
/proc/loadavg: 1.00 1.07 1.11 2/65 17210
/proc/meminfo: memFree=733820/2055920 swapFree=4181692/4192956
[pid=17209] ppid=17207 vsize=17848 CPUtime=6.29
/proc/17209/stat : 17209 (minisat_static) R 17207 17209 16487 0 -1 4194304 4307 0 0 0 626 3 0 0 25 0 1 0 236698853 18276352 4292 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17209/statm: 4462 4292 78 171 0 4288 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17848

[startup+12.7012 s]
/proc/loadavg: 1.16 1.10 1.12 2/65 17210
/proc/meminfo: memFree=727804/2055920 swapFree=4181692/4192956
[pid=17209] ppid=17207 vsize=23148 CPUtime=12.68
/proc/17209/stat : 17209 (minisat_static) R 17207 17209 16487 0 -1 4194304 5626 0 0 0 1264 4 0 0 25 0 1 0 236698853 23703552 5611 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17209/statm: 5787 5611 78 171 0 5613 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 23148

[startup+25.5016 s]
/proc/loadavg: 1.12 1.10 1.12 2/65 17210
/proc/meminfo: memFree=720956/2055920 swapFree=4181692/4192956
[pid=17209] ppid=17207 vsize=29672 CPUtime=25.48
/proc/17209/stat : 17209 (minisat_static) R 17207 17209 16487 0 -1 4194304 7237 0 0 0 2542 6 0 0 25 0 1 0 236698853 30384128 7222 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17209/statm: 7418 7222 78 171 0 7244 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 29672

[startup+51.1012 s]
/proc/loadavg: 1.08 1.09 1.11 2/65 17210
/proc/meminfo: memFree=710396/2055920 swapFree=4181692/4192956
[pid=17209] ppid=17207 vsize=40484 CPUtime=51.07
/proc/17209/stat : 17209 (minisat_static) R 17207 17209 16487 0 -1 4194304 9895 0 0 0 5099 8 0 0 25 0 1 0 236698853 41455616 9880 1992294400 134512640 135213614 4294956256 18446744073709551615 134526890 0 0 4096 3 0 0 0 17 1 0 0
/proc/17209/statm: 10121 9880 78 171 0 9947 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 40484

[startup+102.301 s]
/proc/loadavg: 1.03 1.07 1.10 2/65 17210
/proc/meminfo: memFree=701116/2055920 swapFree=4181692/4192956
[pid=17209] ppid=17207 vsize=49572 CPUtime=102.26
/proc/17209/stat : 17209 (minisat_static) R 17207 17209 16487 0 -1 4194304 12183 0 0 0 10216 10 0 0 25 0 1 0 236698853 50761728 12168 1992294400 134512640 135213614 4294956256 18446744073709551615 134526854 0 0 4096 3 0 0 0 17 1 0 0
/proc/17209/statm: 12393 12168 78 171 0 12219 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 49572

[startup+162.302 s]
/proc/loadavg: 1.01 1.06 1.09 2/65 17210
/proc/meminfo: memFree=688892/2055920 swapFree=4181692/4192956
[pid=17209] ppid=17207 vsize=62112 CPUtime=162.25
/proc/17209/stat : 17209 (minisat_static) R 17207 17209 16487 0 -1 4194304 15252 0 0 0 16211 14 0 0 25 0 1 0 236698853 63602688 15237 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17209/statm: 15528 15237 78 171 0 15354 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 62112

[startup+222.306 s]
/proc/loadavg: 1.00 1.04 1.09 2/65 17210
/proc/meminfo: memFree=680636/2055920 swapFree=4181692/4192956
[pid=17209] ppid=17207 vsize=70176 CPUtime=222.23
/proc/17209/stat : 17209 (minisat_static) R 17207 17209 16487 0 -1 4194304 17287 0 0 0 22207 16 0 0 25 0 1 0 236698853 71860224 17272 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17209/statm: 17544 17272 78 171 0 17370 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 70176

[startup+282.302 s]
/proc/loadavg: 1.00 1.03 1.08 2/65 17210
/proc/meminfo: memFree=675324/2055920 swapFree=4181692/4192956
[pid=17209] ppid=17207 vsize=75952 CPUtime=282.21
/proc/17209/stat : 17209 (minisat_static) R 17207 17209 16487 0 -1 4194304 18605 0 0 0 28204 17 0 0 25 0 1 0 236698853 77774848 18590 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/17209/statm: 18988 18590 78 171 0 18814 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 75952

[startup+342.301 s]
/proc/loadavg: 1.00 1.03 1.07 2/65 17210
/proc/meminfo: memFree=670908/2055920 swapFree=4181692/4192956
[pid=17209] ppid=17207 vsize=80248 CPUtime=342.19
/proc/17209/stat : 17209 (minisat_static) R 17207 17209 16487 0 -1 4194304 19689 0 0 0 34201 18 0 0 25 0 1 0 236698853 82173952 19674 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17209/statm: 20062 19674 78 171 0 19888 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 80248

[startup+402.301 s]
/proc/loadavg: 1.00 1.02 1.07 2/65 17210
/proc/meminfo: memFree=666364/2055920 swapFree=4181692/4192956
[pid=17209] ppid=17207 vsize=84892 CPUtime=402.18
/proc/17209/stat : 17209 (minisat_static) R 17207 17209 16487 0 -1 4194304 20836 0 0 0 40199 19 0 0 25 0 1 0 236698853 86929408 20821 1992294400 134512640 135213614 4294956256 18446744073709551615 134527176 0 0 4096 3 0 0 0 17 1 0 0
/proc/17209/statm: 21223 20821 78 171 0 21049 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 84892

[startup+462.302 s]
/proc/loadavg: 1.00 1.01 1.06 2/65 17210
/proc/meminfo: memFree=662716/2055920 swapFree=4181692/4192956
[pid=17209] ppid=17207 vsize=88480 CPUtime=462.17
/proc/17209/stat : 17209 (minisat_static) R 17207 17209 16487 0 -1 4194304 21743 0 0 0 46197 20 0 0 25 0 1 0 236698853 90603520 21728 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17209/statm: 22120 21728 78 171 0 21946 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 88480

[startup+522.302 s]
/proc/loadavg: 1.00 1.01 1.06 2/65 17210
/proc/meminfo: memFree=657148/2055920 swapFree=4181692/4192956
[pid=17209] ppid=17207 vsize=94052 CPUtime=522.15
/proc/17209/stat : 17209 (minisat_static) R 17207 17209 16487 0 -1 4194304 23159 0 0 0 52194 21 0 0 25 0 1 0 236698853 96309248 23144 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17209/statm: 23513 23144 78 171 0 23339 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 94052

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 17210
/proc/meminfo: memFree=653116/2055920 swapFree=4181692/4192956
[pid=17209] ppid=17207 vsize=98104 CPUtime=582.14
/proc/17209/stat : 17209 (minisat_static) R 17207 17209 16487 0 -1 4194304 24142 0 0 0 58191 23 0 0 25 0 1 0 236698853 100458496 24127 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17209/statm: 24526 24127 78 171 0 24352 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 98104

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 17210
/proc/meminfo: memFree=649404/2055920 swapFree=4181692/4192956
[pid=17209] ppid=17207 vsize=101932 CPUtime=642.12
/proc/17209/stat : 17209 (minisat_static) R 17207 17209 16487 0 -1 4194304 25079 0 0 0 64188 24 0 0 25 0 1 0 236698853 104378368 25064 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17209/statm: 25483 25064 78 171 0 25309 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 101932

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 17210
/proc/meminfo: memFree=645948/2055920 swapFree=4181692/4192956
[pid=17209] ppid=17207 vsize=105328 CPUtime=702.11
/proc/17209/stat : 17209 (minisat_static) R 17207 17209 16487 0 -1 4194304 25929 0 0 0 70186 25 0 0 25 0 1 0 236698853 107855872 25914 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/17209/statm: 26332 25914 78 171 0 26158 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 105328

[startup+762.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 17210
/proc/meminfo: memFree=642876/2055920 swapFree=4181692/4192956
[pid=17209] ppid=17207 vsize=108804 CPUtime=762.1
/proc/17209/stat : 17209 (minisat_static) R 17207 17209 16487 0 -1 4194304 26692 0 0 0 76184 26 0 0 25 0 1 0 236698853 111415296 26677 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17209/statm: 27201 26677 78 171 0 27027 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 108804

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 17210
/proc/meminfo: memFree=639868/2055920 swapFree=4181692/4192956
[pid=17209] ppid=17207 vsize=111804 CPUtime=822.08
/proc/17209/stat : 17209 (minisat_static) R 17207 17209 16487 0 -1 4194304 27443 0 0 0 82181 27 0 0 25 0 1 0 236698853 114487296 27428 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/17209/statm: 27951 27428 78 171 0 27777 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 111804

[startup+882.306 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 17210
/proc/meminfo: memFree=636796/2055920 swapFree=4181692/4192956
[pid=17209] ppid=17207 vsize=114860 CPUtime=882.06
/proc/17209/stat : 17209 (minisat_static) R 17207 17209 16487 0 -1 4194304 28201 0 0 0 88179 27 0 0 25 0 1 0 236698853 117616640 28186 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17209/statm: 28715 28186 78 171 0 28541 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 114860

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 17210
/proc/meminfo: memFree=633852/2055920 swapFree=4181692/4192956
[pid=17209] ppid=17207 vsize=117756 CPUtime=942.05
/proc/17209/stat : 17209 (minisat_static) R 17207 17209 16487 0 -1 4194304 28939 0 0 0 94177 28 0 0 25 0 1 0 236698853 120582144 28924 1992294400 134512640 135213614 4294956256 18446744073709551615 134526860 0 0 4096 3 0 0 0 17 1 0 0
/proc/17209/statm: 29439 28924 78 171 0 29265 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 117756

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 17210
/proc/meminfo: memFree=631100/2055920 swapFree=4181692/4192956
[pid=17209] ppid=17207 vsize=120528 CPUtime=1002.03
/proc/17209/stat : 17209 (minisat_static) R 17207 17209 16487 0 -1 4194304 29626 0 0 0 100175 28 0 0 25 0 1 0 236698853 123420672 29611 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17209/statm: 30132 29611 78 171 0 29958 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 120528

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17210
/proc/meminfo: memFree=628092/2055920 swapFree=4181692/4192956
[pid=17209] ppid=17207 vsize=123716 CPUtime=1062.01
/proc/17209/stat : 17209 (minisat_static) R 17207 17209 16487 0 -1 4194304 30393 0 0 0 106172 29 0 0 25 0 1 0 236698853 126685184 30378 1992294400 134512640 135213614 4294956256 18446744073709551615 134529535 0 0 4096 3 0 0 0 17 1 0 0
/proc/17209/statm: 30929 30378 78 171 0 30755 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 123716

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17210
/proc/meminfo: memFree=624828/2055920 swapFree=4181692/4192956
[pid=17209] ppid=17207 vsize=126832 CPUtime=1122
/proc/17209/stat : 17209 (minisat_static) R 17207 17209 16487 0 -1 4194304 31182 0 0 0 112170 30 0 0 25 0 1 0 236698853 129875968 31167 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17209/statm: 31708 31167 78 171 0 31534 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 126832

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17210
/proc/meminfo: memFree=621564/2055920 swapFree=4181692/4192956
[pid=17209] ppid=17207 vsize=130212 CPUtime=1181.98
/proc/17209/stat : 17209 (minisat_static) R 17207 17209 16487 0 -1 4194304 32016 0 0 0 118168 30 0 0 25 0 1 0 236698853 133337088 32001 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17209/statm: 32553 32001 78 171 0 32379 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 130212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17210
/proc/meminfo: memFree=620476/2055920 swapFree=4181692/4192956
[pid=17209] ppid=17207 vsize=131356 CPUtime=1200.08
/proc/17209/stat : 17209 (minisat_static) R 17207 17209 16487 0 -1 4194304 32293 0 0 0 119977 31 0 0 25 0 1 0 236698853 134508544 32278 1992294400 134512640 135213614 4294956256 18446744073709551615 134526860 0 0 4096 3 0 0 0 17 1 0 0
/proc/17209/statm: 32839 32278 78 171 0 32665 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 131356

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

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

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17210
/proc/meminfo: memFree=620476/2055920 swapFree=4181692/4192956
[pid=17209] ppid=17207 vsize=131356 CPUtime=1200.08
/proc/17209/stat : 17209 (minisat_static) R 17207 17209 16487 0 -1 4194304 32293 0 0 0 119977 31 0 0 25 0 1 0 236698853 134508544 32278 1992294400 134512640 135213614 4294956256 18446744073709551615 134526860 0 0 4096 3 0 0 0 17 1 0 0
/proc/17209/statm: 32839 32278 78 171 0 32665 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 131356

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.43
CPU time (s): 1200.12
CPU user time (s): 1199.78
CPU system time (s): 0.336948
CPU usage (%): 99.9741
Max. virtual memory (cumulated for all children) (KiB): 131356

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

runsolver used 1.44178 second user time and 2.72659 second system time

The end

Launcher Data

Begin job on node90 at 2009-05-12 02:04:58
IDJOB=1798017
IDBENCH=71068
IDSOLVER=651
FILE ID=node90/1798017-1242086698
PBS_JOBID= 9277664
Free space on /tmp= 66284 MiB

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

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

MD5SUM BENCH= ecc4810d82e30597ea8451526243ec09
RANDOM SEED=1409237870

node90.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.238
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.238
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        750284 kB
Buffers:         75824 kB
Cached:        1120324 kB
SwapCached:       5480 kB
Active:         233156 kB
Inactive:       972104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        750284 kB
SwapTotal:     4192956 kB
SwapFree:      4181692 kB
Dirty:            4748 kB
Writeback:           0 kB
Mapped:          15088 kB
Slab:            86388 kB
Committed_AS:   716276 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= 66284 MiB
End job on node90 at 2009-05-12 02:25:00