Trace number 1797083

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

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 SatElite...
0.00/0.00	c Parsing...
3.19/3.26	c ==============================================================================
3.19/3.26	c |           |     ORIGINAL     |              LEARNT              |          |
3.19/3.26	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
3.19/3.26	c ==============================================================================
3.19/3.26	c |         0 | 3355019  9898785 | 1006505       0        0     nan |  0.000 % |
95.10/95.27	c |         0 | 1504771  5219166 |      --       0       --      -- |     --   | -1498875/-3723973
95.10/95.28	c ==============================================================================
95.10/95.28	c Result  :   #vars: 146997   #clauses: 1504771   #literals: 5219166
95.10/95.28	c CPU time:   94.4166 s
95.10/95.28	c ==============================================================================
98.50/98.64	c SatElite is done !
98.50/98.64	c revival is preprocessing the formula...Time out is reached... exporting CNF
598.89/599.35	#ITERATIONS 2
598.89/599.35	#LEARNT CLAUSES 3395
600.20/600.61	done !
600.20/600.61	c Calling MINISAT
600.20/600.61	This is MiniSat 2.0 beta
600.20/600.61	WARNING: for repeatability, setting FPU to use double precision
600.20/600.61	============================[ Problem Statistics ]=============================
600.20/600.61	|                                                                             |
600.20/600.62	|  Number of variables:  146997                                               |
600.20/600.62	|  Number of clauses:    1339403                                              |
600.21/601.36	|  Parsing time:         0.65         s                                       |
600.21/601.40	============================[ Search Statistics ]==============================
600.21/601.40	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
600.21/601.40	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
600.21/601.40	===============================================================================
600.21/601.40	|         0 |  139659  1329988  4144755 |   443329        0    nan |  0.000 % |
600.21/601.42	|       104 |  139659  1329988  4144755 |   487662      104      8 |  4.992 % |
600.21/601.43	|       255 |  139659  1329988  4144755 |   536428      255     12 |  4.992 % |
600.21/601.46	|       480 |  139659  1329988  4144755 |   590071      480     11 |  4.992 % |
600.21/601.50	|       819 |  139659  1329988  4144755 |   649078      819     12 |  4.992 % |
601.28/601.77	|      1327 |  139659  1329988  4144755 |   713986     1327     13 |  4.992 % |
601.58/602.03	|      2086 |  139659  1329988  4144755 |   785384     2086     15 |  4.992 % |
601.78/602.24	|      3227 |  139659  1329988  4144755 |   863923     3227     17 |  4.992 % |
602.18/602.61	|      4936 |  139659  1329988  4144755 |   950315     4936     19 |  4.992 % |
603.08/603.50	|      7500 |  139659  1329988  4144755 |  1045347     7500     23 |  4.992 % |
603.48/603.99	|     11345 |  139659  1329988  4144755 |  1149882    11345     30 |  4.992 % |
607.37/607.81	|     17111 |  139659  1329988  4144755 |  1264870    17111     30 |  4.992 % |
617.87/618.36	|     25763 |  139659  1329988  4144755 |  1391357    25763     29 |  4.992 % |
634.16/634.64	|     38737 |  139659  1329988  4144755 |  1530493    38737     27 |  4.992 % |
648.85/649.36	|     58200 |  139659  1329988  4144755 |  1683542    58200     34 |  4.992 % |
658.05/658.51	|     87392 |  139659  1329988  4144755 |  1851896    87392     47 |  4.992 % |
684.02/684.50	|    131181 |  139659  1329988  4144755 |  2037086   131181     46 |  4.992 % |
736.50/737.05	|    196865 |  139659  1329988  4144755 |  2240794   196865     44 |  4.992 % |
852.34/852.93	|    295391 |  139659  1329988  4144755 |  2464874   295391     44 |  4.992 % |
1108.32/1109.03	|    443182 |  139659  1329988  4144755 |  2711361   443182     43 |  4.992 % |

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-1797083-1242083861/watcher-1797083-1242083861 -o /tmp/evaluation-result-1797083-1242083861/solver-1797083-1242083861 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1797083-1242083861.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: 1.01 1.02 1.00 3/65 2988
/proc/meminfo: memFree=1266688/2055920 swapFree=4156884/4192956
[pid=2988] ppid=2986 vsize=5360 CPUtime=0
/proc/2988/stat : 2988 (run.sh) R 2986 2988 2366 0 -1 4194304 269 0 0 0 0 0 0 0 18 0 1 0 236415987 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 251279239839 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/2988/statm: 1340 237 196 169 0 51 0
[pid=2989] ppid=2988 vsize=816 CPUtime=0
/proc/2989/stat : 2989 (SatElite) R 2988 2988 2366 0 -1 4194304 129 0 0 0 0 0 0 0 18 0 1 0 236415987 835584 112 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 0 0 0
/proc/2989/statm: 204 112 52 126 0 75 0

[startup+0.0837529 s]
/proc/loadavg: 1.01 1.02 1.00 3/65 2988
/proc/meminfo: memFree=1266688/2055920 swapFree=4156884/4192956
[pid=2988] ppid=2986 vsize=5360 CPUtime=0
/proc/2988/stat : 2988 (run.sh) S 2986 2988 2366 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 236415987 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2988/statm: 1340 238 197 169 0 51 0
[pid=2989] ppid=2988 vsize=26140 CPUtime=0.07
/proc/2989/stat : 2989 (SatElite) R 2988 2988 2366 0 -1 4194304 5640 0 0 0 6 1 0 0 19 0 1 0 236415987 26767360 5527 1992294400 134512640 135031949 4294956224 18446744073709551615 134545038 0 0 4096 3 0 0 0 17 0 0 0
/proc/2989/statm: 6535 5529 52 126 0 6406 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 31500

[startup+0.101754 s]
/proc/loadavg: 1.01 1.02 1.00 3/65 2988
/proc/meminfo: memFree=1266688/2055920 swapFree=4156884/4192956
[pid=2988] ppid=2986 vsize=5360 CPUtime=0
/proc/2988/stat : 2988 (run.sh) S 2986 2988 2366 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 236415987 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2988/statm: 1340 238 197 169 0 51 0
[pid=2989] ppid=2988 vsize=50452 CPUtime=0.08
/proc/2989/stat : 2989 (SatElite) R 2988 2988 2366 0 -1 4194304 6939 0 0 0 6 2 0 0 19 0 1 0 236415987 51662848 6826 1992294400 134512640 135031949 4294956224 18446744073709551615 134545038 0 0 4096 3 0 0 0 17 0 0 0
/proc/2989/statm: 12613 6828 52 126 0 12484 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 55812

[startup+0.30178 s]
/proc/loadavg: 1.01 1.02 1.00 3/65 2988
/proc/meminfo: memFree=1266688/2055920 swapFree=4156884/4192956
[pid=2988] ppid=2986 vsize=5360 CPUtime=0
/proc/2988/stat : 2988 (run.sh) S 2986 2988 2366 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 236415987 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2988/statm: 1340 238 197 169 0 51 0
[pid=2989] ppid=2988 vsize=64420 CPUtime=0.28
/proc/2989/stat : 2989 (SatElite) R 2988 2988 2366 0 -1 4194304 12150 0 0 0 23 5 0 0 21 0 1 0 236415987 65966080 12037 1992294400 134512640 135031949 4294956224 18446744073709551615 134545461 0 0 4096 3 0 0 0 17 0 0 0
/proc/2989/statm: 16105 12041 52 126 0 15976 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 69780

[startup+0.701829 s]
/proc/loadavg: 1.01 1.02 1.00 3/65 2988
/proc/meminfo: memFree=1266688/2055920 swapFree=4156884/4192956
[pid=2988] ppid=2986 vsize=5360 CPUtime=0
/proc/2988/stat : 2988 (run.sh) S 2986 2988 2366 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 236415987 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2988/statm: 1340 238 197 169 0 51 0
[pid=2989] ppid=2988 vsize=96640 CPUtime=0.69
/proc/2989/stat : 2989 (SatElite) R 2988 2988 2366 0 -1 4194304 22064 0 0 0 57 12 0 0 25 0 1 0 236415987 98959360 21951 1992294400 134512640 135031949 4294956224 18446744073709551615 134672959 0 0 4096 3 0 0 0 17 0 0 0
/proc/2989/statm: 24160 21952 52 126 0 24031 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 102000

[startup+1.50193 s]
/proc/loadavg: 1.01 1.02 1.00 2/67 2990
/proc/meminfo: memFree=1146416/2055920 swapFree=4156884/4192956
[pid=2988] ppid=2986 vsize=5360 CPUtime=0
/proc/2988/stat : 2988 (run.sh) S 2986 2988 2366 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 236415987 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2988/statm: 1340 238 197 169 0 51 0
[pid=2989] ppid=2988 vsize=204952 CPUtime=1.49
/proc/2989/stat : 2989 (SatElite) R 2988 2988 2366 0 -1 4194304 41438 0 0 0 125 24 0 0 25 0 1 0 236415987 209870848 41325 1992294400 134512640 135031949 4294956224 18446744073709551615 134672959 0 0 4096 3 0 0 0 17 0 0 0
/proc/2989/statm: 51238 41326 52 126 0 51109 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 210312

[startup+3.10113 s]
/proc/loadavg: 1.01 1.02 1.00 2/67 2990
/proc/meminfo: memFree=1056432/2055920 swapFree=4156884/4192956
[pid=2988] ppid=2986 vsize=5360 CPUtime=0
/proc/2988/stat : 2988 (run.sh) S 2986 2988 2366 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 236415987 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2988/statm: 1340 238 197 169 0 51 0
[pid=2989] ppid=2988 vsize=361000 CPUtime=3.09
/proc/2989/stat : 2989 (SatElite) R 2988 2988 2366 0 -1 4194304 79417 0 0 0 260 49 0 0 25 0 1 0 236415987 369664000 79304 1992294400 134512640 135031949 4294956224 18446744073709551615 134542563 0 0 4096 3 0 0 0 17 0 0 0
/proc/2989/statm: 90250 79304 52 126 0 90121 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 366360

[startup+6.30253 s]
/proc/loadavg: 1.09 1.04 1.01 2/67 2990
/proc/meminfo: memFree=929840/2055920 swapFree=4156884/4192956
[pid=2988] ppid=2986 vsize=5360 CPUtime=0
/proc/2988/stat : 2988 (run.sh) S 2986 2988 2366 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 236415987 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2988/statm: 1340 238 197 169 0 51 0
[pid=2989] ppid=2988 vsize=383260 CPUtime=6.29
/proc/2989/stat : 2989 (SatElite) R 2988 2988 2366 0 -1 4194304 83695 0 0 0 577 52 0 0 25 0 1 0 236415987 392458240 83582 1992294400 134512640 135031949 4294956224 18446744073709551615 134540927 0 0 4096 3 0 0 0 17 0 0 0
/proc/2989/statm: 95815 83582 63 126 0 95686 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 388620

[startup+12.7013 s]
/proc/loadavg: 1.16 1.05 1.01 2/67 2990
/proc/meminfo: memFree=903216/2055920 swapFree=4156884/4192956
[pid=2988] ppid=2986 vsize=5360 CPUtime=0
/proc/2988/stat : 2988 (run.sh) S 2986 2988 2366 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 236415987 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2988/statm: 1340 238 197 169 0 51 0
[pid=2989] ppid=2988 vsize=428384 CPUtime=12.68
/proc/2989/stat : 2989 (SatElite) R 2988 2988 2366 0 -1 4194304 91096 0 0 0 1213 55 0 0 25 0 1 0 236415987 438665216 90856 1992294400 134512640 135031949 4294956224 18446744073709551615 134540825 0 0 4096 3 0 0 0 17 0 0 0
/proc/2989/statm: 107096 90856 66 126 0 106967 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 433744

[startup+25.5019 s]
/proc/loadavg: 1.12 1.05 1.01 2/67 2990
/proc/meminfo: memFree=903664/2055920 swapFree=4156884/4192956
[pid=2988] ppid=2986 vsize=5360 CPUtime=0
/proc/2988/stat : 2988 (run.sh) S 2986 2988 2366 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 236415987 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2988/statm: 1340 238 197 169 0 51 0
[pid=2989] ppid=2988 vsize=428084 CPUtime=25.48
/proc/2989/stat : 2989 (SatElite) R 2988 2988 2366 0 -1 4194304 91140 0 0 0 2493 55 0 0 25 0 1 0 236415987 438358016 90825 1992294400 134512640 135031949 4294956224 18446744073709551615 134540825 0 0 4096 3 0 0 0 17 0 0 0
/proc/2989/statm: 107021 90825 66 126 0 106892 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 433444

[startup+51.1011 s]
/proc/loadavg: 1.08 1.05 1.01 2/67 2990
/proc/meminfo: memFree=903920/2055920 swapFree=4156884/4192956
[pid=2988] ppid=2986 vsize=5360 CPUtime=0
/proc/2988/stat : 2988 (run.sh) S 2986 2988 2366 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 236415987 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2988/statm: 1340 238 197 169 0 51 0
[pid=2989] ppid=2988 vsize=429680 CPUtime=51.06
/proc/2989/stat : 2989 (SatElite) R 2988 2988 2366 0 -1 4194304 91267 0 0 0 5050 56 0 0 25 0 1 0 236415987 439992320 90839 1992294400 134512640 135031949 4294956224 18446744073709551615 134541118 0 0 4096 3 0 0 0 17 0 0 0
/proc/2989/statm: 107420 90839 66 126 0 107291 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 435040

[startup+102.305 s]
/proc/loadavg: 1.03 1.04 1.00 2/67 2991
/proc/meminfo: memFree=1123824/2055920 swapFree=4156884/4192956
[pid=2988] ppid=2986 vsize=5360 CPUtime=98.54
/proc/2988/stat : 2988 (run.sh) S 2986 2988 2366 0 -1 4194304 317 114556 0 0 0 0 9757 97 16 0 1 0 236415987 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2988/statm: 1340 241 197 169 0 51 0
[pid=2991] ppid=2988 vsize=90112 CPUtime=3.64
/proc/2991/stat : 2991 (revival) R 2988 2988 2366 0 -1 4194304 27931 0 0 0 350 14 0 0 25 0 1 50000 236425851 92274688 19610 1992294400 134512640 134537284 4294956384 18446744073709551615 134523765 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2991/statm: 22528 19610 85 6 0 22166 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 95472

[startup+162.302 s]
/proc/loadavg: 1.04 1.04 1.00 2/67 2991
/proc/meminfo: memFree=1117040/2055920 swapFree=4156884/4192956
[pid=2988] ppid=2986 vsize=5360 CPUtime=98.54
/proc/2988/stat : 2988 (run.sh) S 2986 2988 2366 0 -1 4194304 317 114556 0 0 0 0 9757 97 16 0 1 0 236415987 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2988/statm: 1340 241 197 169 0 51 0
[pid=2991] ppid=2988 vsize=98692 CPUtime=63.57
/proc/2991/stat : 2991 (revival) R 2988 2988 2366 0 -1 4194304 30059 0 0 0 6340 17 0 0 25 0 1 50000 236425851 101060608 21738 1992294400 134512640 134537284 4294956384 18446744073709551615 134528685 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2991/statm: 24673 21738 85 6 0 24311 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 104052

[startup+222.301 s]
/proc/loadavg: 1.01 1.03 1.00 2/67 2991
/proc/meminfo: memFree=1116464/2055920 swapFree=4156884/4192956
[pid=2988] ppid=2986 vsize=5360 CPUtime=98.54
/proc/2988/stat : 2988 (run.sh) S 2986 2988 2366 0 -1 4194304 317 114556 0 0 0 0 9757 97 16 0 1 0 236415987 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2988/statm: 1340 241 197 169 0 51 0
[pid=2991] ppid=2988 vsize=99220 CPUtime=123.54
/proc/2991/stat : 2991 (revival) R 2988 2988 2366 0 -1 4194304 30210 0 0 0 12337 17 0 0 25 0 1 50000 236425851 101601280 21889 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2991/statm: 24805 21889 85 6 0 24443 0
Current children cumulated CPU time (s) 222.08
Current children cumulated vsize (KiB) 104580

[startup+282.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 2991
/proc/meminfo: memFree=1116080/2055920 swapFree=4156884/4192956
[pid=2988] ppid=2986 vsize=5360 CPUtime=98.54
/proc/2988/stat : 2988 (run.sh) S 2986 2988 2366 0 -1 4194304 317 114556 0 0 0 0 9757 97 16 0 1 0 236415987 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2988/statm: 1340 241 197 169 0 51 0
[pid=2991] ppid=2988 vsize=99616 CPUtime=183.52
/proc/2991/stat : 2991 (revival) R 2988 2988 2366 0 -1 4194304 30315 0 0 0 18335 17 0 0 25 0 1 50000 236425851 102006784 21994 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2991/statm: 24904 21994 85 6 0 24542 0
Current children cumulated CPU time (s) 282.06
Current children cumulated vsize (KiB) 104976

[startup+342.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 2991
/proc/meminfo: memFree=1113904/2055920 swapFree=4156884/4192956
[pid=2988] ppid=2986 vsize=5360 CPUtime=98.54
/proc/2988/stat : 2988 (run.sh) S 2986 2988 2366 0 -1 4194304 317 114556 0 0 0 0 9757 97 16 0 1 0 236415987 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2988/statm: 1340 241 197 169 0 51 0
[pid=2991] ppid=2988 vsize=101728 CPUtime=243.49
/proc/2991/stat : 2991 (revival) R 2988 2988 2366 0 -1 4194304 30852 0 0 0 24332 17 0 0 25 0 1 50000 236425851 104169472 22531 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2991/statm: 25432 22531 85 6 0 25070 0
Current children cumulated CPU time (s) 342.03

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

/proc/2991/statm: 25630 22718 85 6 0 25268 0
Current children cumulated CPU time (s) 521.92
Current children cumulated vsize (KiB) 107880

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2991
/proc/meminfo: memFree=1113008/2055920 swapFree=4156884/4192956
[pid=2988] ppid=2986 vsize=5360 CPUtime=98.54
/proc/2988/stat : 2988 (run.sh) S 2986 2988 2366 0 -1 4194304 317 114556 0 0 0 0 9757 97 16 0 1 0 236415987 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2988/statm: 1340 241 197 169 0 51 0
[pid=2991] ppid=2988 vsize=102784 CPUtime=483.36
/proc/2991/stat : 2991 (revival) R 2988 2988 2366 0 -1 4194304 31101 0 0 0 48318 18 0 0 25 0 1 50000 236425851 105250816 22780 1992294400 134512640 134537284 4294956384 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2991/statm: 25696 22780 85 6 0 25334 0
Current children cumulated CPU time (s) 581.9
Current children cumulated vsize (KiB) 108144

[startup+642.302 s]
/proc/loadavg: 1.05 1.01 1.00 2/67 2992
/proc/meminfo: memFree=1104688/2055920 swapFree=4156884/4192956
[pid=2988] ppid=2986 vsize=5360 CPUtime=600.21
/proc/2988/stat : 2988 (run.sh) S 2986 2988 2366 0 -1 4194304 343 145690 0 0 0 0 59895 126 16 0 1 0 236415987 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2988/statm: 1340 241 197 169 0 51 0
[pid=2992] ppid=2988 vsize=74788 CPUtime=41.64
/proc/2992/stat : 2992 (minisat) R 2988 2988 2366 0 -1 4194304 17929 0 0 0 4153 11 0 0 25 0 1 0 236476048 76582912 17882 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/2992/statm: 18697 17882 77 170 0 18525 0
Current children cumulated CPU time (s) 641.85
Current children cumulated vsize (KiB) 80148

[startup+702.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/67 2992
/proc/meminfo: memFree=1077296/2055920 swapFree=4156884/4192956
[pid=2988] ppid=2986 vsize=5360 CPUtime=600.21
/proc/2988/stat : 2988 (run.sh) S 2986 2988 2366 0 -1 4194304 343 145690 0 0 0 0 59895 126 16 0 1 0 236415987 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2988/statm: 1340 241 197 169 0 51 0
[pid=2992] ppid=2988 vsize=102572 CPUtime=101.61
/proc/2992/stat : 2992 (minisat) R 2988 2988 2366 0 -1 4194304 24826 0 0 0 10142 19 0 0 25 0 1 0 236476048 105033728 24779 1992294400 134512640 135212939 4294956240 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 0 0 0
/proc/2992/statm: 25643 24779 77 170 0 25471 0
Current children cumulated CPU time (s) 701.82
Current children cumulated vsize (KiB) 107932

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2992
/proc/meminfo: memFree=1065776/2055920 swapFree=4156884/4192956
[pid=2988] ppid=2986 vsize=5360 CPUtime=600.21
/proc/2988/stat : 2988 (run.sh) S 2986 2988 2366 0 -1 4194304 343 145690 0 0 0 0 59895 126 16 0 1 0 236415987 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2988/statm: 1340 241 197 169 0 51 0
[pid=2992] ppid=2988 vsize=114260 CPUtime=161.58
/proc/2992/stat : 2992 (minisat) R 2988 2988 2366 0 -1 4194304 27696 0 0 0 16137 21 0 0 25 0 1 0 236476048 117002240 27649 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/2992/statm: 28565 27649 77 170 0 28393 0
Current children cumulated CPU time (s) 761.79
Current children cumulated vsize (KiB) 119620

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2992
/proc/meminfo: memFree=1059696/2055920 swapFree=4156884/4192956
[pid=2988] ppid=2986 vsize=5360 CPUtime=600.21
/proc/2988/stat : 2988 (run.sh) S 2986 2988 2366 0 -1 4194304 343 145690 0 0 0 0 59895 126 16 0 1 0 236415987 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2988/statm: 1340 241 197 169 0 51 0
[pid=2992] ppid=2988 vsize=120508 CPUtime=221.55
/proc/2992/stat : 2992 (minisat) R 2988 2988 2366 0 -1 4194304 29302 0 0 0 22132 23 0 0 25 0 1 0 236476048 123400192 29255 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/2992/statm: 30127 29255 77 170 0 29955 0
Current children cumulated CPU time (s) 821.76
Current children cumulated vsize (KiB) 125868

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2992
/proc/meminfo: memFree=1045168/2055920 swapFree=4156884/4192956
[pid=2988] ppid=2986 vsize=5360 CPUtime=600.21
/proc/2988/stat : 2988 (run.sh) S 2986 2988 2366 0 -1 4194304 343 145690 0 0 0 0 59895 126 16 0 1 0 236415987 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2988/statm: 1340 241 197 169 0 51 0
[pid=2992] ppid=2988 vsize=135068 CPUtime=281.53
/proc/2992/stat : 2992 (minisat) R 2988 2988 2366 0 -1 4194304 32849 0 0 0 28127 26 0 0 25 0 1 0 236476048 138309632 32802 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/2992/statm: 33767 32802 77 170 0 33595 0
Current children cumulated CPU time (s) 881.74
Current children cumulated vsize (KiB) 140428

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2992
/proc/meminfo: memFree=1035888/2055920 swapFree=4156884/4192956
[pid=2988] ppid=2986 vsize=5360 CPUtime=600.21
/proc/2988/stat : 2988 (run.sh) S 2986 2988 2366 0 -1 4194304 343 145690 0 0 0 0 59895 126 16 0 1 0 236415987 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2988/statm: 1340 241 197 169 0 51 0
[pid=2992] ppid=2988 vsize=144336 CPUtime=341.5
/proc/2992/stat : 2992 (minisat) R 2988 2988 2366 0 -1 4194304 35165 0 0 0 34121 29 0 0 25 0 1 0 236476048 147800064 35118 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/2992/statm: 36084 35118 77 170 0 35912 0
Current children cumulated CPU time (s) 941.71
Current children cumulated vsize (KiB) 149696

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2992
/proc/meminfo: memFree=1028592/2055920 swapFree=4156884/4192956
[pid=2988] ppid=2986 vsize=5360 CPUtime=600.21
/proc/2988/stat : 2988 (run.sh) S 2986 2988 2366 0 -1 4194304 343 145690 0 0 0 0 59895 126 16 0 1 0 236415987 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2988/statm: 1340 241 197 169 0 51 0
[pid=2992] ppid=2988 vsize=151356 CPUtime=401.46
/proc/2992/stat : 2992 (minisat) R 2988 2988 2366 0 -1 4194304 36969 0 0 0 40115 31 0 0 25 0 1 0 236476048 154988544 36922 1992294400 134512640 135212939 4294956240 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 0 0 0
/proc/2992/statm: 37839 36922 77 170 0 37667 0
Current children cumulated CPU time (s) 1001.67
Current children cumulated vsize (KiB) 156716

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2992
/proc/meminfo: memFree=1023344/2055920 swapFree=4156884/4192956
[pid=2988] ppid=2986 vsize=5360 CPUtime=600.21
/proc/2988/stat : 2988 (run.sh) S 2986 2988 2366 0 -1 4194304 343 145690 0 0 0 0 59895 126 16 0 1 0 236415987 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2988/statm: 1340 241 197 169 0 51 0
[pid=2992] ppid=2988 vsize=156700 CPUtime=461.43
/proc/2992/stat : 2992 (minisat) R 2988 2988 2366 0 -1 4194304 38316 0 0 0 46111 32 0 0 25 0 1 0 236476048 160460800 38269 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/2992/statm: 39175 38269 77 170 0 39003 0
Current children cumulated CPU time (s) 1061.64
Current children cumulated vsize (KiB) 162060

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2992
/proc/meminfo: memFree=1017584/2055920 swapFree=4156884/4192956
[pid=2988] ppid=2986 vsize=5360 CPUtime=600.21
/proc/2988/stat : 2988 (run.sh) S 2986 2988 2366 0 -1 4194304 343 145690 0 0 0 0 59895 126 16 0 1 0 236415987 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2988/statm: 1340 241 197 169 0 51 0
[pid=2992] ppid=2988 vsize=162256 CPUtime=521.39
/proc/2992/stat : 2992 (minisat) R 2988 2988 2366 0 -1 4194304 39742 0 0 0 52106 33 0 0 25 0 1 0 236476048 166150144 39695 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/2992/statm: 40564 39695 77 170 0 40392 0
Current children cumulated CPU time (s) 1121.6
Current children cumulated vsize (KiB) 167616

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2992
/proc/meminfo: memFree=1010544/2055920 swapFree=4156884/4192956
[pid=2988] ppid=2986 vsize=5360 CPUtime=600.21
/proc/2988/stat : 2988 (run.sh) S 2986 2988 2366 0 -1 4194304 343 145690 0 0 0 0 59895 126 16 0 1 0 236415987 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2988/statm: 1340 241 197 169 0 51 0
[pid=2992] ppid=2988 vsize=170004 CPUtime=581.37
/proc/2992/stat : 2992 (minisat) R 2988 2988 2366 0 -1 4194304 41477 0 0 0 58102 35 0 0 25 0 1 0 236476048 174084096 41430 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/2992/statm: 42501 41430 77 170 0 42329 0
Current children cumulated CPU time (s) 1181.58
Current children cumulated vsize (KiB) 175364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2992
/proc/meminfo: memFree=1008752/2055920 swapFree=4156884/4192956
[pid=2988] ppid=2986 vsize=5360 CPUtime=600.21
/proc/2988/stat : 2988 (run.sh) S 2986 2988 2366 0 -1 4194304 343 145690 0 0 0 0 59895 126 16 0 1 0 236415987 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2988/statm: 1340 241 197 169 0 51 0
[pid=2992] ppid=2988 vsize=171792 CPUtime=599.87
/proc/2992/stat : 2992 (minisat) R 2988 2988 2366 0 -1 4194304 41907 0 0 0 59951 36 0 0 25 0 1 0 236476048 175915008 41860 1992294400 134512640 135212939 4294956240 18446744073709551615 134526661 0 0 4096 3 0 0 0 17 0 0 0
/proc/2992/statm: 42948 41860 77 170 0 42776 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 177152

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2988 and gives
#  childrusage.ru_utime.tv_sec=598
#  childrusage.ru_utime.tv_usec=957944
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=270806
# CPU time returned by wait4() is 600.229
# 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.81
CPU time (s): 1200.08
CPU user time (s): 1198.46
CPU system time (s): 1.62
CPU usage (%): 99.939
Max. virtual memory (cumulated for all children) (KiB): 466304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 598.958
system time used= 1.27081
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146033
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= 30
involuntary context switches= 1904

runsolver used 1.14783 second user time and 3.23051 second system time

The end

Launcher Data

Begin job on node92 at 2009-05-12 01:17:46
IDJOB=1797083
IDBENCH=70965
IDSOLVER=648
FILE ID=node92/1797083-1242083861
PBS_JOBID= 9277593
Free space on /tmp= 66340 MiB

SOLVER NAME= ReVivAl 0.23 + SatElite 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-1797083-1242083861/watcher-1797083-1242083861 -o /tmp/evaluation-result-1797083-1242083861/solver-1797083-1242083861 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1797083-1242083861.cnf HOME

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

MD5SUM BENCH= 853982f8646333d217e35d938b7eb00b
RANDOM SEED=321241634

node92.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.245
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.245
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:       1267168 kB
Buffers:         59984 kB
Cached:         644608 kB
SwapCached:      30760 kB
Active:         539104 kB
Inactive:       197872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1267168 kB
SwapTotal:     4192956 kB
SwapFree:      4156884 kB
Dirty:           72788 kB
Writeback:           0 kB
Mapped:          14228 kB
Slab:            37732 kB
Committed_AS:   580628 kB
PageTables:       1468 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= 66252 MiB
End job on node92 at 2009-05-12 01:37:49