Trace number 1797082

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
SatElite + ReVivAl 0.23 2009-03-18? (TO) 1200.08 1200.71

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L200_coli.sat.cnf
MD5SUM853982f8646333d217e35d938b7eb00b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark660.451
Satisfiable
(Un)Satisfiability was proved
Number of variables670867
Number of clauses3513333
Sum of the clauses size10259569
Maximum clause length11
Minimum clause length1
Number of clauses of size 159077
Number of clauses of size 2795777
Number of clauses of size 32146608
Number of clauses of size 4393835
Number of clauses of size 5117437
Number of clauses of size over 5599

Solver Data

0.00/0.00	c revival is preprocessing the formula...Time out is reached... exporting CNF
503.03/503.36	#ITERATIONS 2
503.03/503.36	#LEARNT CLAUSES 2362
505.04/505.37	done !
505.04/505.37	c Now, SatElite...
505.04/505.37	c Parsing...
507.22/507.57	c ==============================================================================
507.22/507.57	c |           |     ORIGINAL     |              LEARNT              |          |
507.22/507.57	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
507.22/507.57	c ==============================================================================
507.22/507.57	c |         0 | 2137049  5700915 |  641114       0        0     nan |  0.000 % |
512.22/512.53	c |         0 | 1320834  4217617 |      --       0       --      -- |     --   | -816215/-1483298
512.22/512.54	c ==============================================================================
512.22/512.54	c Result  :   #vars: 138548   #clauses: 1320834   #literals: 4217617
512.22/512.54	c CPU time:   6.63799 s
512.22/512.54	c ==============================================================================
515.02/515.36	c SatElite is done !
515.02/515.36	c Calling MINISAT
515.02/515.37	This is MiniSat 2.0 beta
515.02/515.37	WARNING: for repeatability, setting FPU to use double precision
515.02/515.37	============================[ Problem Statistics ]=============================
515.02/515.37	|                                                                             |
515.02/515.37	|  Number of variables:  138548                                               |
515.02/515.37	|  Number of clauses:    1320834                                              |
515.81/516.12	|  Parsing time:         0.67         s                                       |
515.81/516.16	============================[ Search Statistics ]==============================
515.81/516.16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
515.81/516.16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
515.81/516.16	===============================================================================
515.81/516.16	|         0 |  138548  1320834  4217617 |   440278        0    nan |  0.000 % |
515.81/516.20	|       101 |  138548  1320834  4217617 |   484305      101      6 |  0.000 % |
515.92/516.27	|       253 |  138548  1320834  4217617 |   532736      253     11 |  0.000 % |
516.02/516.31	|       478 |  138548  1320834  4217617 |   586010      478     13 |  0.000 % |
516.02/516.35	|       816 |  138548  1320834  4217617 |   644611      816     14 |  0.000 % |
516.12/516.40	|      1323 |  138548  1320834  4217617 |   709072     1323     15 |  0.000 % |
516.12/516.45	|      2082 |  138548  1320834  4217617 |   779979     2082     15 |  0.000 % |
516.22/516.51	|      3221 |  138548  1320834  4217617 |   857977     3221     14 |  0.000 % |
516.32/516.64	|      4931 |  138548  1320834  4217617 |   943774     4931     14 |  0.000 % |
516.62/516.98	|      7493 |  138548  1320834  4217617 |  1038152     7493     13 |  0.000 % |
516.92/517.29	|     11337 |  138548  1320834  4217617 |  1141967    11337     15 |  0.000 % |
517.52/517.82	|     17103 |  138548  1320834  4217617 |  1256164    17103     16 |  0.000 % |
518.31/518.67	|     25752 |  138548  1320834  4217617 |  1381780    25752     17 |  0.000 % |
526.42/526.77	|     38726 |  138548  1320834  4217617 |  1519959    38726     19 |  0.000 % |
550.60/550.95	|     58187 |  138548  1320834  4217617 |  1671954    58187     23 |  0.000 % |
575.59/575.93	|     87380 |  138548  1320834  4217617 |  1839150    87380     26 |  0.000 % |
632.17/632.59	|    131171 |  138548  1320834  4217617 |  2023065   131171     29 |  0.000 % |
746.01/746.40	|    196856 |  138548  1320834  4217617 |  2225372   196856     33 |  0.000 % |
933.52/934.05	|    295383 |  138548  1320834  4217617 |  2447909   295383     38 |  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-1797082-1242083845/watcher-1797082-1242083845 -o /tmp/evaluation-result-1797082-1242083845/solver-1797082-1242083845 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1797082-1242083845.cnf HOME 

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 2823
/proc/meminfo: memFree=1490864/2055920 swapFree=4155092/4192956
[pid=2823] ppid=2821 vsize=5360 CPUtime=0
/proc/2823/stat : 2823 (run.sh) S 2821 2823 2243 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236418259 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2823/statm: 1340 237 196 169 0 51 0
[pid=2824] ppid=2823 vsize=2124 CPUtime=0
/proc/2824/stat : 2824 (revival) R 2823 2823 2243 0 -1 4194304 293 0 0 0 0 0 0 0 19 0 1 0 236418259 2174976 259 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2824/statm: 659 259 81 6 0 297 0

[startup+0.0435589 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 2823
/proc/meminfo: memFree=1490864/2055920 swapFree=4155092/4192956
[pid=2823] ppid=2821 vsize=5360 CPUtime=0
/proc/2823/stat : 2823 (run.sh) S 2821 2823 2243 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236418259 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2823/statm: 1340 237 196 169 0 51 0
[pid=2824] ppid=2823 vsize=34380 CPUtime=0.03
/proc/2824/stat : 2824 (revival) R 2823 2823 2243 0 -1 4194304 6430 0 0 0 0 3 0 0 19 0 1 0 236418259 35205120 6396 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2824/statm: 8595 6403 81 6 0 8233 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 39740

[startup+0.101568 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 2823
/proc/meminfo: memFree=1490864/2055920 swapFree=4155092/4192956
[pid=2823] ppid=2821 vsize=5360 CPUtime=0
/proc/2823/stat : 2823 (run.sh) S 2821 2823 2243 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236418259 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2823/statm: 1340 237 196 169 0 51 0
[pid=2824] ppid=2823 vsize=67148 CPUtime=0.09
/proc/2824/stat : 2824 (revival) R 2823 2823 2243 0 -1 4194304 16039 0 0 0 0 9 0 0 19 0 1 0 236418259 68759552 16005 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2824/statm: 16787 16011 81 6 0 16425 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 72508

[startup+0.301608 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 2823
/proc/meminfo: memFree=1490864/2055920 swapFree=4155092/4192956
[pid=2823] ppid=2821 vsize=5360 CPUtime=0
/proc/2823/stat : 2823 (run.sh) S 2821 2823 2243 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236418259 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2823/statm: 1340 237 196 169 0 51 0
[pid=2824] ppid=2823 vsize=125028 CPUtime=0.29
/proc/2824/stat : 2824 (revival) R 2823 2823 2243 0 -1 4194304 28154 0 0 0 14 15 0 0 21 0 1 0 236418259 128028672 28107 1992294400 134512640 134537284 4294956368 18446744073709551615 8296059 0 0 4096 0 0 0 0 17 0 0 0
/proc/2824/statm: 31257 28108 82 6 0 30895 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 130388

[startup+0.701674 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 2823
/proc/meminfo: memFree=1490864/2055920 swapFree=4155092/4192956
[pid=2823] ppid=2821 vsize=5360 CPUtime=0
/proc/2823/stat : 2823 (run.sh) S 2821 2823 2243 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236418259 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2823/statm: 1340 237 196 169 0 51 0
[pid=2824] ppid=2823 vsize=190404 CPUtime=0.68
/proc/2824/stat : 2824 (revival) R 2823 2823 2243 0 -1 4194304 40754 0 0 0 48 20 0 0 25 0 1 0 236418259 194973696 40707 1992294400 134512640 134537284 4294956368 18446744073709551615 8296059 0 0 4096 0 0 0 0 17 0 0 0
/proc/2824/statm: 47601 40709 82 6 0 47239 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 195764

[startup+1.50282 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 2825
/proc/meminfo: memFree=1288352/2055920 swapFree=4155092/4192956
[pid=2823] ppid=2821 vsize=5360 CPUtime=0
/proc/2823/stat : 2823 (run.sh) S 2821 2823 2243 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236418259 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2823/statm: 1340 237 196 169 0 51 0
[pid=2824] ppid=2823 vsize=279324 CPUtime=1.49
/proc/2824/stat : 2824 (revival) R 2823 2823 2243 0 -1 4194304 61892 0 0 0 119 30 0 0 25 0 1 0 236418259 286027776 61845 1992294400 134512640 134537284 4294956368 18446744073709551615 134524046 0 0 4096 0 0 0 0 17 0 0 0
/proc/2824/statm: 69831 61845 82 6 0 69469 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 284684

[startup+3.1011 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 2825
/proc/meminfo: memFree=1241440/2055920 swapFree=4155092/4192956
[pid=2823] ppid=2821 vsize=5360 CPUtime=0
/proc/2823/stat : 2823 (run.sh) S 2821 2823 2243 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236418259 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2823/statm: 1340 237 196 169 0 51 0
[pid=2824] ppid=2823 vsize=279324 CPUtime=3.08
/proc/2824/stat : 2824 (revival) R 2823 2823 2243 0 -1 4194304 61905 0 0 0 277 31 0 0 25 0 1 0 236418259 286027776 61858 1992294400 134512640 134537284 4294956368 18446744073709551615 134521424 0 0 4096 0 0 0 0 17 0 0 0
/proc/2824/statm: 69831 61858 82 6 0 69469 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 284684

[startup+6.30267 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 2825
/proc/meminfo: memFree=1313312/2055920 swapFree=4155092/4192956
[pid=2823] ppid=2821 vsize=5360 CPUtime=0
/proc/2823/stat : 2823 (run.sh) S 2821 2823 2243 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236418259 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2823/statm: 1340 237 196 169 0 51 0
[pid=2824] ppid=2823 vsize=209844 CPUtime=6.28
/proc/2824/stat : 2824 (revival) R 2823 2823 2243 0 -1 4194304 62367 0 0 0 595 33 0 0 25 0 1 50000 236418259 214880256 44474 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2824/statm: 52461 44474 85 6 0 52099 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 215204

[startup+12.7018 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 2825
/proc/meminfo: memFree=1313312/2055920 swapFree=4155092/4192956
[pid=2823] ppid=2821 vsize=5360 CPUtime=0
/proc/2823/stat : 2823 (run.sh) S 2821 2823 2243 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236418259 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2823/statm: 1340 237 196 169 0 51 0
[pid=2824] ppid=2823 vsize=209844 CPUtime=12.67
/proc/2824/stat : 2824 (revival) R 2823 2823 2243 0 -1 4194304 62381 0 0 0 1234 33 0 0 25 0 1 50000 236418259 214880256 44488 1992294400 134512640 134537284 4294956368 18446744073709551615 134515946 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2824/statm: 52461 44488 85 6 0 52099 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 215204

[startup+25.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 2825
/proc/meminfo: memFree=1312928/2055920 swapFree=4155092/4192956
[pid=2823] ppid=2821 vsize=5360 CPUtime=0
/proc/2823/stat : 2823 (run.sh) S 2821 2823 2243 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236418259 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2823/statm: 1340 237 196 169 0 51 0
[pid=2824] ppid=2823 vsize=209976 CPUtime=25.47
/proc/2824/stat : 2824 (revival) R 2823 2823 2243 0 -1 4194304 62572 0 0 0 2514 33 0 0 25 0 1 50000 236418259 215015424 44679 1992294400 134512640 134537284 4294956368 18446744073709551615 134515849 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2824/statm: 52494 44679 85 6 0 52132 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 215336

[startup+51.1015 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 2825
/proc/meminfo: memFree=1312736/2055920 swapFree=4155092/4192956
[pid=2823] ppid=2821 vsize=5360 CPUtime=0
/proc/2823/stat : 2823 (run.sh) S 2821 2823 2243 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236418259 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2823/statm: 1340 237 196 169 0 51 0
[pid=2824] ppid=2823 vsize=209976 CPUtime=51.05
/proc/2824/stat : 2824 (revival) R 2823 2823 2243 0 -1 4194304 62572 0 0 0 5072 33 0 0 25 0 1 50000 236418259 215015424 44679 1992294400 134512640 134537284 4294956368 18446744073709551615 134523781 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2824/statm: 52494 44679 85 6 0 52132 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 215336

[startup+102.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 2825
/proc/meminfo: memFree=1312800/2055920 swapFree=4155092/4192956
[pid=2823] ppid=2821 vsize=5360 CPUtime=0
/proc/2823/stat : 2823 (run.sh) S 2821 2823 2243 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236418259 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2823/statm: 1340 237 196 169 0 51 0
[pid=2824] ppid=2823 vsize=209976 CPUtime=102.23
/proc/2824/stat : 2824 (revival) R 2823 2823 2243 0 -1 4194304 62573 0 0 0 10190 33 0 0 25 0 1 50000 236418259 215015424 44680 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2824/statm: 52494 44680 85 6 0 52132 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 215336

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 2825
/proc/meminfo: memFree=1312800/2055920 swapFree=4155092/4192956
[pid=2823] ppid=2821 vsize=5360 CPUtime=0
/proc/2823/stat : 2823 (run.sh) S 2821 2823 2243 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236418259 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2823/statm: 1340 237 196 169 0 51 0
[pid=2824] ppid=2823 vsize=209976 CPUtime=162.2
/proc/2824/stat : 2824 (revival) R 2823 2823 2243 0 -1 4194304 62581 0 0 0 16187 33 0 0 25 0 1 50000 236418259 215015424 44688 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2824/statm: 52494 44688 85 6 0 52132 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 215336

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 2825
/proc/meminfo: memFree=1312800/2055920 swapFree=4155092/4192956
[pid=2823] ppid=2821 vsize=5360 CPUtime=0
/proc/2823/stat : 2823 (run.sh) S 2821 2823 2243 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236418259 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2823/statm: 1340 237 196 169 0 51 0
[pid=2824] ppid=2823 vsize=209976 CPUtime=222.17
/proc/2824/stat : 2824 (revival) R 2823 2823 2243 0 -1 4194304 62581 0 0 0 22184 33 0 0 25 0 1 50000 236418259 215015424 44688 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2824/statm: 52494 44688 85 6 0 52132 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 215336

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 2825
/proc/meminfo: memFree=1312800/2055920 swapFree=4155092/4192956
[pid=2823] ppid=2821 vsize=5360 CPUtime=0
/proc/2823/stat : 2823 (run.sh) S 2821 2823 2243 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236418259 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2823/statm: 1340 237 196 169 0 51 0
[pid=2824] ppid=2823 vsize=209976 CPUtime=282.14
/proc/2824/stat : 2824 (revival) R 2823 2823 2243 0 -1 4194304 62581 0 0 0 28181 33 0 0 25 0 1 50000 236418259 215015424 44688 1992294400 134512640 134537284 4294956368 18446744073709551615 134523584 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2824/statm: 52494 44688 85 6 0 52132 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 215336

[startup+342.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 2825
/proc/meminfo: memFree=1312864/2055920 swapFree=4155092/4192956
[pid=2823] ppid=2821 vsize=5360 CPUtime=0
/proc/2823/stat : 2823 (run.sh) S 2821 2823 2243 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236418259 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2823/statm: 1340 237 196 169 0 51 0
[pid=2824] ppid=2823 vsize=209976 CPUtime=342.12
/proc/2824/stat : 2824 (revival) R 2823 2823 2243 0 -1 4194304 62581 0 0 0 34179 33 0 0 25 0 1 50000 236418259 215015424 44688 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2824/statm: 52494 44688 85 6 0 52132 0
Current children cumulated CPU time (s) 342.12

################
# More data... #
################

/proc/2827/statm: 20454 19564 77 170 0 20282 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 87176

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 2827
/proc/meminfo: memFree=1310816/2055920 swapFree=4155092/4192956
[pid=2823] ppid=2821 vsize=5360 CPUtime=515.1
/proc/2823/stat : 2823 (run.sh) S 2821 2823 2243 0 -1 4194304 341 138827 0 0 0 0 51391 119 16 0 1 0 236418259 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2823/statm: 1340 241 197 169 0 51 0
[pid=2827] ppid=2823 vsize=90060 CPUtime=126.86
/proc/2827/stat : 2827 (minisat) R 2823 2823 2243 0 -1 4194304 21699 0 0 0 12670 16 0 0 25 0 1 0 236469796 92221440 21624 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/2827/statm: 22515 21624 77 170 0 22343 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 95420

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 2827
/proc/meminfo: memFree=1302624/2055920 swapFree=4155092/4192956
[pid=2823] ppid=2821 vsize=5360 CPUtime=515.1
/proc/2823/stat : 2823 (run.sh) S 2821 2823 2243 0 -1 4194304 341 138827 0 0 0 0 51391 119 16 0 1 0 236418259 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2823/statm: 1340 241 197 169 0 51 0
[pid=2827] ppid=2823 vsize=98524 CPUtime=186.82
/proc/2827/stat : 2827 (minisat) R 2823 2823 2243 0 -1 4194304 23772 0 0 0 18665 17 0 0 25 0 1 0 236469796 100888576 23697 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/2827/statm: 24631 23697 77 170 0 24459 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 103884

[startup+762.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 2827
/proc/meminfo: memFree=1297504/2055920 swapFree=4155092/4192956
[pid=2823] ppid=2821 vsize=5360 CPUtime=515.1
/proc/2823/stat : 2823 (run.sh) S 2821 2823 2243 0 -1 4194304 341 138827 0 0 0 0 51391 119 16 0 1 0 236418259 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2823/statm: 1340 241 197 169 0 51 0
[pid=2827] ppid=2823 vsize=103520 CPUtime=246.8
/proc/2827/stat : 2827 (minisat) R 2823 2823 2243 0 -1 4194304 25017 0 0 0 24662 18 0 0 25 0 1 0 236469796 106004480 24942 1992294400 134512640 135212939 4294956240 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/2827/statm: 25880 24942 77 170 0 25708 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 108880

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 2827
/proc/meminfo: memFree=1289184/2055920 swapFree=4155092/4192956
[pid=2823] ppid=2821 vsize=5360 CPUtime=515.1
/proc/2823/stat : 2823 (run.sh) S 2821 2823 2243 0 -1 4194304 341 138827 0 0 0 0 51391 119 16 0 1 0 236418259 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2823/statm: 1340 241 197 169 0 51 0
[pid=2827] ppid=2823 vsize=112156 CPUtime=306.77
/proc/2827/stat : 2827 (minisat) R 2823 2823 2243 0 -1 4194304 27112 0 0 0 30656 21 0 0 25 0 1 0 236469796 114847744 27037 1992294400 134512640 135212939 4294956240 18446744073709551615 134526664 0 0 4096 3 0 0 0 17 0 0 0
/proc/2827/statm: 28039 27037 77 170 0 27867 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 117516

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 2827
/proc/meminfo: memFree=1282016/2055920 swapFree=4155092/4192956
[pid=2823] ppid=2821 vsize=5360 CPUtime=515.1
/proc/2823/stat : 2823 (run.sh) S 2821 2823 2243 0 -1 4194304 341 138827 0 0 0 0 51391 119 16 0 1 0 236418259 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2823/statm: 1340 241 197 169 0 51 0
[pid=2827] ppid=2823 vsize=119064 CPUtime=366.73
/proc/2827/stat : 2827 (minisat) R 2823 2823 2243 0 -1 4194304 28877 0 0 0 36651 22 0 0 25 0 1 0 236469796 121921536 28802 1992294400 134512640 135212939 4294956240 18446744073709551615 134526563 0 0 4096 3 0 0 0 17 0 0 0
/proc/2827/statm: 29766 28802 77 170 0 29594 0
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (KiB) 124424

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 2827
/proc/meminfo: memFree=1274528/2055920 swapFree=4155092/4192956
[pid=2823] ppid=2821 vsize=5360 CPUtime=515.1
/proc/2823/stat : 2823 (run.sh) S 2821 2823 2243 0 -1 4194304 341 138827 0 0 0 0 51391 119 16 0 1 0 236418259 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2823/statm: 1340 241 197 169 0 51 0
[pid=2827] ppid=2823 vsize=126712 CPUtime=426.71
/proc/2827/stat : 2827 (minisat) R 2823 2823 2243 0 -1 4194304 30798 0 0 0 42647 24 0 0 25 0 1 0 236469796 129753088 30723 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/2827/statm: 31678 30723 77 170 0 31506 0
Current children cumulated CPU time (s) 941.81
Current children cumulated vsize (KiB) 132072

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 2827
/proc/meminfo: memFree=1269024/2055920 swapFree=4155092/4192956
[pid=2823] ppid=2821 vsize=5360 CPUtime=515.1
/proc/2823/stat : 2823 (run.sh) S 2821 2823 2243 0 -1 4194304 341 138827 0 0 0 0 51391 119 16 0 1 0 236418259 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2823/statm: 1340 241 197 169 0 51 0
[pid=2827] ppid=2823 vsize=132604 CPUtime=486.67
/proc/2827/stat : 2827 (minisat) R 2823 2823 2243 0 -1 4194304 32121 0 0 0 48641 26 0 0 25 0 1 0 236469796 135786496 32046 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/2827/statm: 33151 32046 77 170 0 32979 0
Current children cumulated CPU time (s) 1001.77
Current children cumulated vsize (KiB) 137964

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 2827
/proc/meminfo: memFree=1263328/2055920 swapFree=4155092/4192956
[pid=2823] ppid=2821 vsize=5360 CPUtime=515.1
/proc/2823/stat : 2823 (run.sh) S 2821 2823 2243 0 -1 4194304 341 138827 0 0 0 0 51391 119 16 0 1 0 236418259 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2823/statm: 1340 241 197 169 0 51 0
[pid=2827] ppid=2823 vsize=138164 CPUtime=546.64
/proc/2827/stat : 2827 (minisat) R 2823 2823 2243 0 -1 4194304 33567 0 0 0 54636 28 0 0 25 0 1 0 236469796 141479936 33492 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/2827/statm: 34541 33492 77 170 0 34369 0
Current children cumulated CPU time (s) 1061.74
Current children cumulated vsize (KiB) 143524

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 2827
/proc/meminfo: memFree=1258464/2055920 swapFree=4155092/4192956
[pid=2823] ppid=2821 vsize=5360 CPUtime=515.1
/proc/2823/stat : 2823 (run.sh) S 2821 2823 2243 0 -1 4194304 341 138827 0 0 0 0 51391 119 16 0 1 0 236418259 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2823/statm: 1340 241 197 169 0 51 0
[pid=2827] ppid=2823 vsize=142880 CPUtime=606.61
/proc/2827/stat : 2827 (minisat) R 2823 2823 2243 0 -1 4194304 34765 0 0 0 60632 29 0 0 25 0 1 0 236469796 146309120 34690 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/2827/statm: 35720 34690 77 170 0 35548 0
Current children cumulated CPU time (s) 1121.71
Current children cumulated vsize (KiB) 148240

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 2827
/proc/meminfo: memFree=1255200/2055920 swapFree=4155092/4192956
[pid=2823] ppid=2821 vsize=5360 CPUtime=515.1
/proc/2823/stat : 2823 (run.sh) S 2821 2823 2243 0 -1 4194304 341 138827 0 0 0 0 51391 119 16 0 1 0 236418259 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2823/statm: 1340 241 197 169 0 51 0
[pid=2827] ppid=2823 vsize=146268 CPUtime=666.59
/proc/2827/stat : 2827 (minisat) R 2823 2823 2243 0 -1 4194304 35588 0 0 0 66628 31 0 0 25 0 1 0 236469796 149778432 35513 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/2827/statm: 36567 35513 77 170 0 36395 0
Current children cumulated CPU time (s) 1181.69
Current children cumulated vsize (KiB) 151628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 2827
/proc/meminfo: memFree=1254048/2055920 swapFree=4155092/4192956
[pid=2823] ppid=2821 vsize=5360 CPUtime=515.1
/proc/2823/stat : 2823 (run.sh) S 2821 2823 2243 0 -1 4194304 341 138827 0 0 0 0 51391 119 16 0 1 0 236418259 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2823/statm: 1340 241 197 169 0 51 0
[pid=2827] ppid=2823 vsize=147364 CPUtime=684.98
/proc/2827/stat : 2827 (minisat) R 2823 2823 2243 0 -1 4194304 35873 0 0 0 68467 31 0 0 25 0 1 0 236469796 150900736 35798 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/2827/statm: 36841 35798 77 170 0 36669 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 152724

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

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

[startup+1200.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 2827
/proc/meminfo: memFree=1254048/2055920 swapFree=4155092/4192956
[pid=2823] ppid=2821 vsize=5360 CPUtime=515.1
/proc/2823/stat : 2823 (run.sh) S 2821 2823 2243 0 -1 4194304 341 138827 0 0 0 0 51391 119 16 0 1 0 236418259 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2823/statm: 1340 241 197 169 0 51 0
[pid=2827] ppid=2823 vsize=147364 CPUtime=684.98
/proc/2827/stat : 2827 (minisat) R 2823 2823 2243 0 -1 4194304 35873 0 0 0 68467 31 0 0 25 0 1 0 236469796 150900736 35798 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/2827/statm: 36841 35798 77 170 0 36669 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 152724

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2823 and gives
#  childrusage.ru_utime.tv_sec=513
#  childrusage.ru_utime.tv_usec=913873
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=197817
# CPU time returned by wait4() is 515.112
# while last known CPU time is 1200.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.71
CPU time (s): 1200.08
CPU user time (s): 1198.58
CPU system time (s): 1.5
CPU usage (%): 99.9472
Max. virtual memory (cumulated for all children) (KiB): 343848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 513.914
system time used= 1.19782
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139168
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= 8
involuntary context switches= 1279

runsolver used 1.16282 second user time and 3.21651 second system time

The end

Launcher Data

Begin job on node18 at 2009-05-12 01:17:30
IDJOB=1797082
IDBENCH=70965
IDSOLVER=647
FILE ID=node18/1797082-1242083845
PBS_JOBID= 9277617
Free space on /tmp= 66380 MiB

SOLVER NAME= SatElite + ReVivAl 0.23 2009-03-18
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L200_coli.sat.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797082-1242083845/watcher-1797082-1242083845 -o /tmp/evaluation-result-1797082-1242083845/solver-1797082-1242083845 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1797082-1242083845.cnf HOME

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

MD5SUM BENCH= 853982f8646333d217e35d938b7eb00b
RANDOM SEED=1542948103

node18.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.280
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.280
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:       1491280 kB
Buffers:         68964 kB
Cached:         408824 kB
SwapCached:      32076 kB
Active:         236464 kB
Inactive:       275672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1491280 kB
SwapTotal:     4192956 kB
SwapFree:      4155092 kB
Dirty:           72796 kB
Writeback:           0 kB
Mapped:          13564 kB
Slab:            38500 kB
Committed_AS:   849612 kB
PageTables:       1396 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= 66288 MiB
End job on node18 at 2009-05-12 01:37:33