Trace number 1821469

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
MiniSat2hack 2009-03-23UNSAT 958.17 958.122

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L90_coli.sat.cnf
MD5SUMa9e7651569c1b43a1021c78982fb4e6b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark175.58
Satisfiable
(Un)Satisfiability was proved
Number of variables282842
Number of clauses1350458
Sum of the clauses size3903824
Maximum clause length11
Minimum clause length1
Number of clauses of size 129377
Number of clauses of size 2364467
Number of clauses of size 3730908
Number of clauses of size 4177355
Number of clauses of size 548082
Number of clauses of size over 5269

Solver Data

0.00/0.01	c Parsing...
1.23/1.26	c ==============================================================================
1.23/1.26	c |           |     ORIGINAL     |              LEARNT              |          |
1.23/1.26	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.23/1.26	c ==============================================================================
1.23/1.26	c |         0 | 1268704  3718600 |  380611       0        0     nan |  0.000 % |
33.61/33.64	c |         0 |  433228  1602137 |      --       0       --      -- |     --   | -674843/-1677597
33.61/33.64	c ==============================================================================
33.61/33.64	c Result  :   #vars: 41452   #clauses: 433228   #literals: 1602137
33.61/33.64	c CPU time:   33.28 s
33.61/33.64	c ==============================================================================
34.21/34.21	This is MiniSat 2.0 beta with hacks by AVG
34.21/34.21	WARNING: for repeatability, setting FPU to use double precision
34.21/34.21	============================[ Problem Statistics ]=============================
34.21/34.21	|                                                                             |
34.21/34.21	|  Number of variables:  41452                                                |
34.21/34.21	|  Number of clauses:    433228                                               |
34.21/34.50	|  Parsing time:         0.25         s                                       |
958.07/958.10	restarts              : 20
958.07/958.10	conflicts             : 598814         (648 /sec)
958.07/958.10	decisions             : 927647         (1.73 % random) (1004 /sec)
958.07/958.10	propagations          : 328414059      (355592 /sec)
958.07/958.10	conflict literals     : 18376576       (47.41 % deleted)
958.07/958.10	Memory used           : 107.74 MB
958.07/958.10	CPU time              : 923.57 s
958.07/958.10	
958.07/958.10	UNSATISFIABLE
958.07/958.10	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1821469-1242530266/watcher-1821469-1242530266 -o /tmp/evaluation-result-1821469-1242530266/solver-1821469-1242530266 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821469-1242530266.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: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/100 11267
/proc/meminfo: memFree=1929864/2074464 swapFree=1949244/1959888
[pid=11264] ppid=11262 vsize=2416 CPUtime=0
/proc/11264/stat : 11264 (SatELiteGTI) S 11262 11264 16367 0 -1 4194304 338 0 0 0 0 0 0 0 25 0 1 0 1017527841 2473984 272 4294967295 134512640 135169312 3214050416 3214048008 3085349806 0 0 4 65536 3222620697 0 0 17 0 0 0 0
/proc/11264/statm: 604 272 230 161 0 43 0
[pid=11265] ppid=11264 vsize=2416 CPUtime=0.01
/proc/11265/stat : 11265 (SatELiteGTI) R 11264 11264 16367 0 -1 4194368 102 0 0 0 1 0 0 0 25 0 1 0 1017527841 2473984 115 4294967295 134512640 135169312 3214050416 3214046636 3085158260 0 65538 0 65538 0 0 0 17 0 0 0 0
/proc/11265/statm: 604 115 72 161 0 43 0
[pid=11266] ppid=11265 vsize=0 CPUtime=0
/proc/11266/stat : 11266 (SatELiteGTI) Z 11265 11264 16367 0 -1 4194380 143 0 0 0 0 0 0 0 25 0 1 0 1017527841 0 0 4294967295 0 0 0 0 0 0 0 0 65538 3222378830 0 0 17 0 0 0 0
/proc/11266/statm: 0 0 0 0 0 0 0
[pid=11267] ppid=11265 vsize=2416 CPUtime=0
/proc/11267/stat : 11267 (SatELiteGTI) R 11265 11264 16367 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 1 0 1017527841 2473984 43 4294967295 134512640 135169312 3214050416 3214046636 3085158260 0 65538 0 65538 0 0 0 17 0 0 0 0
/proc/11267/statm: 604 43 0 161 0 43 0

[startup+0.081886 s]
/proc/loadavg: 0.92 0.98 0.99 3/100 11267
/proc/meminfo: memFree=1929864/2074464 swapFree=1949244/1959888
[pid=11264] ppid=11262 vsize=2416 CPUtime=0.01
/proc/11264/stat : 11264 (SatELiteGTI) S 11262 11264 16367 0 -1 4194304 368 645 0 0 0 0 1 0 25 0 1 0 1017527841 2473984 277 4294967295 134512640 135169312 3214050416 3214048952 3085156078 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11264/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+0.121862 s]
/proc/loadavg: 0.92 0.98 0.99 3/100 11267
/proc/meminfo: memFree=1929864/2074464 swapFree=1949244/1959888
[pid=11264] ppid=11262 vsize=2416 CPUtime=0.01
/proc/11264/stat : 11264 (SatELiteGTI) S 11262 11264 16367 0 -1 4194304 368 645 0 0 0 0 1 0 25 0 1 0 1017527841 2473984 277 4294967295 134512640 135169312 3214050416 3214048952 3085156078 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11264/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+0.32185 s]
/proc/loadavg: 0.92 0.98 0.99 3/100 11267
/proc/meminfo: memFree=1929864/2074464 swapFree=1949244/1959888
[pid=11264] ppid=11262 vsize=2416 CPUtime=0.01
/proc/11264/stat : 11264 (SatELiteGTI) S 11262 11264 16367 0 -1 4194304 368 645 0 0 0 0 1 0 25 0 1 0 1017527841 2473984 277 4294967295 134512640 135169312 3214050416 3214048952 3085156078 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11264/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+0.721828 s]
/proc/loadavg: 0.92 0.98 0.99 3/100 11267
/proc/meminfo: memFree=1929864/2074464 swapFree=1949244/1959888
[pid=11264] ppid=11262 vsize=2416 CPUtime=0.01
/proc/11264/stat : 11264 (SatELiteGTI) S 11262 11264 16367 0 -1 4194304 368 645 0 0 0 0 1 0 25 0 1 0 1017527841 2473984 277 4294967295 134512640 135169312 3214050416 3214048952 3085156078 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11264/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+1.52178 s]
/proc/loadavg: 0.92 0.98 0.99 2/99 11269
/proc/meminfo: memFree=1824712/2074464 swapFree=1949244/1959888
[pid=11264] ppid=11262 vsize=2416 CPUtime=0.01
/proc/11264/stat : 11264 (SatELiteGTI) S 11262 11264 16367 0 -1 4194304 368 645 0 0 0 0 1 0 25 0 1 0 1017527841 2473984 277 4294967295 134512640 135169312 3214050416 3214048952 3085156078 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11264/statm: 604 277 235 161 0 43 0
[pid=11269] ppid=11264 vsize=162452 CPUtime=1.52
/proc/11269/stat : 11269 (SatELite_releas) R 11264 11264 16367 0 -1 4202496 33845 0 0 0 125 27 0 0 25 0 1 0 1017527842 166350848 33716 4294967295 134512640 135223648 3217295232 3217293824 134548209 0 0 0 3 0 0 0 17 1 0 0 0
/proc/11269/statm: 40613 33716 67 174 0 40438 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 164868

[startup+3.12169 s]
/proc/loadavg: 0.93 0.98 0.99 2/99 11269
/proc/meminfo: memFree=1795200/2074464 swapFree=1949244/1959888
[pid=11264] ppid=11262 vsize=2416 CPUtime=0.01
/proc/11264/stat : 11264 (SatELiteGTI) S 11262 11264 16367 0 -1 4194304 368 645 0 0 0 0 1 0 25 0 1 0 1017527841 2473984 277 4294967295 134512640 135169312 3214050416 3214048952 3085156078 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11264/statm: 604 277 235 161 0 43 0
[pid=11269] ppid=11264 vsize=174888 CPUtime=3.12
/proc/11269/stat : 11269 (SatELite_releas) R 11264 11264 16367 0 -1 4202496 36812 0 0 0 283 29 0 0 25 0 1 0 1017527842 179085312 36618 4294967295 134512640 135223648 3217295232 3217293408 134548209 0 0 0 3 0 0 0 17 1 0 0 0
/proc/11269/statm: 43722 36618 72 174 0 43547 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 177304

[startup+6.31153 s]
/proc/loadavg: 0.93 0.98 0.99 2/99 11269
/proc/meminfo: memFree=1783700/2074464 swapFree=1949244/1959888
[pid=11264] ppid=11262 vsize=2416 CPUtime=0.01
/proc/11264/stat : 11264 (SatELiteGTI) S 11262 11264 16367 0 -1 4194304 368 645 0 0 0 0 1 0 25 0 1 0 1017527841 2473984 277 4294967295 134512640 135169312 3214050416 3214048952 3085156078 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11264/statm: 604 277 235 161 0 43 0
[pid=11269] ppid=11264 vsize=174888 CPUtime=6.3
/proc/11269/stat : 11269 (SatELite_releas) R 11264 11264 16367 0 -1 4202496 36827 0 0 0 601 29 0 0 25 0 1 0 1017527842 179085312 36633 4294967295 134512640 135223648 3217295232 3217293312 134548581 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11269/statm: 43722 36633 72 174 0 43547 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 177304

[startup+12.7112 s]
/proc/loadavg: 0.94 0.98 0.99 2/99 11270
/proc/meminfo: memFree=1783740/2074464 swapFree=1949244/1959888
[pid=11264] ppid=11262 vsize=2416 CPUtime=0.01
/proc/11264/stat : 11264 (SatELiteGTI) S 11262 11264 16367 0 -1 4194304 368 645 0 0 0 0 1 0 25 0 1 0 1017527841 2473984 277 4294967295 134512640 135169312 3214050416 3214048952 3085156078 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11264/statm: 604 277 235 161 0 43 0
[pid=11269] ppid=11264 vsize=174752 CPUtime=12.7
/proc/11269/stat : 11269 (SatELite_releas) R 11264 11264 16367 0 -1 4202496 36862 0 0 0 1241 29 0 0 25 0 1 0 1017527842 178946048 36634 4294967295 134512640 135223648 3217295232 3217293312 134549033 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11269/statm: 43688 36634 72 174 0 43513 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 177168

[startup+25.5104 s]
/proc/loadavg: 0.95 0.98 0.99 2/99 11272
/proc/meminfo: memFree=1783712/2074464 swapFree=1949244/1959888
[pid=11264] ppid=11262 vsize=2416 CPUtime=0.01
/proc/11264/stat : 11264 (SatELiteGTI) S 11262 11264 16367 0 -1 4194304 368 645 0 0 0 0 1 0 25 0 1 0 1017527841 2473984 277 4294967295 134512640 135169312 3214050416 3214048952 3085156078 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11264/statm: 604 277 235 161 0 43 0
[pid=11269] ppid=11264 vsize=176152 CPUtime=25.5
/proc/11269/stat : 11269 (SatELite_releas) R 11264 11264 16367 0 -1 4202496 37025 0 0 0 2521 29 0 0 25 0 1 0 1017527842 180379648 36763 4294967295 134512640 135223648 3217295232 3217293312 134548581 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11269/statm: 44038 36763 72 174 0 43863 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 178568

[startup+51.109 s]
/proc/loadavg: 0.96 0.98 0.99 4/99 11458
/proc/meminfo: memFree=1876380/2074464 swapFree=1949244/1959888
[pid=11264] ppid=11262 vsize=2420 CPUtime=34.21
/proc/11264/stat : 11264 (SatELiteGTI) S 11262 11264 16367 0 -1 4194304 386 46441 0 0 0 0 3381 40 20 0 1 0 1017527841 2478080 278 4294967295 134512640 135169312 3214050416 3214046632 3085156078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11264/statm: 605 278 235 161 0 44 0
[pid=11275] ppid=11264 vsize=32656 CPUtime=16.9
/proc/11275/stat : 11275 (minisat_static) R 11264 11264 16367 0 -1 4202496 7951 0 0 0 1683 7 0 0 25 0 1 0 1017531262 33439744 7841 4294967295 134512640 135214715 3217582112 3217580576 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11275/statm: 8164 7841 73 172 0 7991 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 35076

[startup+102.316 s]
/proc/loadavg: 0.98 0.98 0.99 2/99 11462
/proc/meminfo: memFree=1865520/2074464 swapFree=1949244/1959888
[pid=11264] ppid=11262 vsize=2420 CPUtime=34.21
/proc/11264/stat : 11264 (SatELiteGTI) S 11262 11264 16367 0 -1 4194304 386 46441 0 0 0 0 3381 40 20 0 1 0 1017527841 2478080 278 4294967295 134512640 135169312 3214050416 3214046632 3085156078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11264/statm: 605 278 235 161 0 44 0
[pid=11275] ppid=11264 vsize=43660 CPUtime=68.11
/proc/11275/stat : 11275 (minisat_static) R 11264 11264 16367 0 -1 4202496 10634 0 0 0 6799 12 0 0 25 0 1 0 1017531262 44707840 10524 4294967295 134512640 135214715 3217582112 3217580576 134528688 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11275/statm: 10915 10524 73 172 0 10742 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 46080

[startup+162.313 s]
/proc/loadavg: 0.99 0.98 0.99 3/99 11649
/proc/meminfo: memFree=1856112/2074464 swapFree=1949244/1959888
[pid=11264] ppid=11262 vsize=2420 CPUtime=34.21
/proc/11264/stat : 11264 (SatELiteGTI) S 11262 11264 16367 0 -1 4194304 386 46441 0 0 0 0 3381 40 20 0 1 0 1017527841 2478080 278 4294967295 134512640 135169312 3214050416 3214046632 3085156078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11264/statm: 605 278 235 161 0 44 0
[pid=11275] ppid=11264 vsize=52816 CPUtime=128.11
/proc/11275/stat : 11275 (minisat_static) R 11264 11264 16367 0 -1 4202496 12969 0 0 0 12798 13 0 0 25 0 1 0 1017531262 54083584 12859 4294967295 134512640 135214715 3217582112 3217580576 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11275/statm: 13204 12859 73 172 0 13031 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 55236

[startup+222.319 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 11837
/proc/meminfo: memFree=1846828/2074464 swapFree=1949244/1959888
[pid=11264] ppid=11262 vsize=2420 CPUtime=34.21
/proc/11264/stat : 11264 (SatELiteGTI) S 11262 11264 16367 0 -1 4194304 386 46441 0 0 0 0 3381 40 20 0 1 0 1017527841 2478080 278 4294967295 134512640 135169312 3214050416 3214046632 3085156078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11264/statm: 605 278 235 161 0 44 0
[pid=11275] ppid=11264 vsize=62112 CPUtime=188.12
/proc/11275/stat : 11275 (minisat_static) R 11264 11264 16367 0 -1 4202496 15255 0 0 0 18794 18 0 0 25 0 1 0 1017531262 63602688 15145 4294967295 134512640 135214715 3217582112 3217580576 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11275/statm: 15528 15145 73 172 0 15355 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 64532

[startup+282.316 s]
/proc/loadavg: 0.99 0.98 0.99 3/99 12025
/proc/meminfo: memFree=1839884/2074464 swapFree=1949244/1959888
[pid=11264] ppid=11262 vsize=2420 CPUtime=34.21
/proc/11264/stat : 11264 (SatELiteGTI) S 11262 11264 16367 0 -1 4194304 386 46441 0 0 0 0 3381 40 20 0 1 0 1017527841 2478080 278 4294967295 134512640 135169312 3214050416 3214046632 3085156078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11264/statm: 605 278 235 161 0 44 0
[pid=11275] ppid=11264 vsize=69256 CPUtime=248.12
/proc/11275/stat : 11275 (minisat_static) R 11264 11264 16367 0 -1 4202496 17052 0 0 0 24791 21 0 0 25 0 1 0 1017531262 70918144 16942 4294967295 134512640 135214715 3217582112 3217580576 134528560 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11275/statm: 17314 16942 73 172 0 17141 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 71676

[startup+342.323 s]
/proc/loadavg: 0.99 0.98 0.99 4/99 12220
/proc/meminfo: memFree=1833172/2074464 swapFree=1949244/1959888
[pid=11264] ppid=11262 vsize=2420 CPUtime=34.21
/proc/11264/stat : 11264 (SatELiteGTI) S 11262 11264 16367 0 -1 4194304 386 46441 0 0 0 0 3381 40 20 0 1 0 1017527841 2478080 278 4294967295 134512640 135169312 3214050416 3214046632 3085156078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11264/statm: 605 278 235 161 0 44 0
[pid=11275] ppid=11264 vsize=76276 CPUtime=308.13
/proc/11275/stat : 11275 (minisat_static) R 11264 11264 16367 0 -1 4202496 18678 0 0 0 30787 26 0 0 25 0 1 0 1017531262 78106624 18568 4294967295 134512640 135214715 3217582112 3217580576 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11275/statm: 19069 18568 73 172 0 18896 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 78696

[startup+402.309 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 12407
/proc/meminfo: memFree=1826376/2074464 swapFree=1949244/1959888
[pid=11264] ppid=11262 vsize=2420 CPUtime=34.21

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

/proc/11275/statm: 21952 21496 73 172 0 21779 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 90228

[startup+522.312 s]
/proc/loadavg: 0.99 0.98 0.99 3/99 12784
/proc/meminfo: memFree=1817292/2074464 swapFree=1949244/1959888
[pid=11264] ppid=11262 vsize=2420 CPUtime=34.21
/proc/11264/stat : 11264 (SatELiteGTI) S 11262 11264 16367 0 -1 4194304 386 46441 0 0 0 0 3381 40 20 0 1 0 1017527841 2478080 278 4294967295 134512640 135169312 3214050416 3214046632 3085156078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11264/statm: 605 278 235 161 0 44 0
[pid=11275] ppid=11264 vsize=91656 CPUtime=488.13
/proc/11275/stat : 11275 (minisat_static) R 11264 11264 16367 0 -1 4202496 22587 0 0 0 48781 32 0 0 25 0 1 0 1017531262 93855744 22477 4294967295 134512640 135214715 3217582112 3217580576 134528634 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11275/statm: 22914 22477 73 172 0 22741 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 94076

[startup+582.319 s]
/proc/loadavg: 0.99 0.98 0.99 4/99 12972
/proc/meminfo: memFree=1813712/2074464 swapFree=1949244/1959888
[pid=11264] ppid=11262 vsize=2420 CPUtime=34.21
/proc/11264/stat : 11264 (SatELiteGTI) S 11262 11264 16367 0 -1 4194304 386 46441 0 0 0 0 3381 40 20 0 1 0 1017527841 2478080 278 4294967295 134512640 135169312 3214050416 3214046632 3085156078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11264/statm: 605 278 235 161 0 44 0
[pid=11275] ppid=11264 vsize=94936 CPUtime=548.14
/proc/11275/stat : 11275 (minisat_static) R 11264 11264 16367 0 -1 4202496 23448 0 0 0 54782 32 0 0 25 0 1 0 1017531262 97214464 23338 4294967295 134512640 135214715 3217582112 3217580320 134537619 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11275/statm: 23734 23338 73 172 0 23561 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 97356

[startup+642.316 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 13161
/proc/meminfo: memFree=1809984/2074464 swapFree=1949244/1959888
[pid=11264] ppid=11262 vsize=2420 CPUtime=34.21
/proc/11264/stat : 11264 (SatELiteGTI) S 11262 11264 16367 0 -1 4194304 386 46441 0 0 0 0 3381 40 20 0 1 0 1017527841 2478080 278 4294967295 134512640 135169312 3214050416 3214046632 3085156078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11264/statm: 605 278 235 161 0 44 0
[pid=11275] ppid=11264 vsize=98368 CPUtime=608.14
/proc/11275/stat : 11275 (minisat_static) R 11264 11264 16367 0 -1 4202496 24314 0 0 0 60782 32 0 0 25 0 1 0 1017531262 100728832 24204 4294967295 134512640 135214715 3217582112 3217580576 134528509 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11275/statm: 24592 24204 73 172 0 24419 0
Current children cumulated CPU time (s) 642.35
Current children cumulated vsize (KiB) 100788

[startup+702.312 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 13352
/proc/meminfo: memFree=1807496/2074464 swapFree=1949244/1959888
[pid=11264] ppid=11262 vsize=2420 CPUtime=34.21
/proc/11264/stat : 11264 (SatELiteGTI) S 11262 11264 16367 0 -1 4194304 386 46441 0 0 0 0 3381 40 20 0 1 0 1017527841 2478080 278 4294967295 134512640 135169312 3214050416 3214046632 3085156078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11264/statm: 605 278 235 161 0 44 0
[pid=11275] ppid=11264 vsize=101888 CPUtime=668.14
/proc/11275/stat : 11275 (minisat_static) R 11264 11264 16367 0 -1 4202496 24992 0 0 0 66779 35 0 0 25 0 1 0 1017531262 104333312 24882 4294967295 134512640 135214715 3217582112 3217580576 134528688 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11275/statm: 25472 24882 73 172 0 25299 0
Current children cumulated CPU time (s) 702.35
Current children cumulated vsize (KiB) 104308

[startup+762.309 s]
/proc/loadavg: 0.99 0.98 0.99 3/99 13540
/proc/meminfo: memFree=1803932/2074464 swapFree=1949244/1959888
[pid=11264] ppid=11262 vsize=2420 CPUtime=34.21
/proc/11264/stat : 11264 (SatELiteGTI) S 11262 11264 16367 0 -1 4194304 386 46441 0 0 0 0 3381 40 20 0 1 0 1017527841 2478080 278 4294967295 134512640 135169312 3214050416 3214046632 3085156078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11264/statm: 605 278 235 161 0 44 0
[pid=11275] ppid=11264 vsize=105440 CPUtime=728.14
/proc/11275/stat : 11275 (minisat_static) R 11264 11264 16367 0 -1 4202496 25885 0 0 0 72779 35 0 0 25 0 1 0 1017531262 107970560 25767 4294967295 134512640 135214715 3217582112 3217580576 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11275/statm: 26360 25767 73 172 0 26187 0
Current children cumulated CPU time (s) 762.35
Current children cumulated vsize (KiB) 107860

[startup+822.306 s]
/proc/loadavg: 0.99 0.98 0.99 3/99 13728
/proc/meminfo: memFree=1801536/2074464 swapFree=1949244/1959888
[pid=11264] ppid=11262 vsize=2420 CPUtime=34.21
/proc/11264/stat : 11264 (SatELiteGTI) S 11262 11264 16367 0 -1 4194304 386 46441 0 0 0 0 3381 40 20 0 1 0 1017527841 2478080 278 4294967295 134512640 135169312 3214050416 3214046632 3085156078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11264/statm: 605 278 235 161 0 44 0
[pid=11275] ppid=11264 vsize=107960 CPUtime=788.14
/proc/11275/stat : 11275 (minisat_static) R 11264 11264 16367 0 -1 4202496 26526 0 0 0 78778 36 0 0 25 0 1 0 1017531262 110551040 26408 4294967295 134512640 135214715 3217582112 3217580576 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11275/statm: 26990 26408 73 172 0 26817 0
Current children cumulated CPU time (s) 822.35
Current children cumulated vsize (KiB) 110380

[startup+882.312 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 13916
/proc/meminfo: memFree=1799172/2074464 swapFree=1949244/1959888
[pid=11264] ppid=11262 vsize=2420 CPUtime=34.21
/proc/11264/stat : 11264 (SatELiteGTI) S 11262 11264 16367 0 -1 4194304 386 46441 0 0 0 0 3381 40 20 0 1 0 1017527841 2478080 278 4294967295 134512640 135169312 3214050416 3214046632 3085156078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11264/statm: 605 278 235 161 0 44 0
[pid=11275] ppid=11264 vsize=110188 CPUtime=848.15
/proc/11275/stat : 11275 (minisat_static) R 11264 11264 16367 0 -1 4202496 27088 0 0 0 84778 37 0 0 25 0 1 0 1017531262 112832512 26970 4294967295 134512640 135214715 3217582112 3217580576 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11275/statm: 27547 26970 73 172 0 27374 0
Current children cumulated CPU time (s) 882.36
Current children cumulated vsize (KiB) 112608

[startup+942.309 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 14105
/proc/meminfo: memFree=1798948/2074464 swapFree=1949244/1959888
[pid=11264] ppid=11262 vsize=2420 CPUtime=34.21
/proc/11264/stat : 11264 (SatELiteGTI) S 11262 11264 16367 0 -1 4194304 386 46441 0 0 0 0 3381 40 20 0 1 0 1017527841 2478080 278 4294967295 134512640 135169312 3214050416 3214046632 3085156078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11264/statm: 605 278 235 161 0 44 0
[pid=11275] ppid=11264 vsize=110324 CPUtime=908.15
/proc/11275/stat : 11275 (minisat_static) R 11264 11264 16367 0 -1 4202496 27117 0 0 0 90778 37 0 0 25 0 1 0 1017531262 112971776 26999 4294967295 134512640 135214715 3217582112 3217580576 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11275/statm: 27581 26999 73 172 0 27408 0
Current children cumulated CPU time (s) 942.36
Current children cumulated vsize (KiB) 112744

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

[startup+947.119 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 14105
/proc/meminfo: memFree=1798948/2074464 swapFree=1949244/1959888
[pid=11264] ppid=11262 vsize=2420 CPUtime=34.21
/proc/11264/stat : 11264 (SatELiteGTI) S 11262 11264 16367 0 -1 4194304 386 46441 0 0 0 0 3381 40 20 0 1 0 1017527841 2478080 278 4294967295 134512640 135169312 3214050416 3214046632 3085156078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11264/statm: 605 278 235 161 0 44 0
[pid=11275] ppid=11264 vsize=110324 CPUtime=912.96
/proc/11275/stat : 11275 (minisat_static) R 11264 11264 16367 0 -1 4202496 27117 0 0 0 91259 37 0 0 25 0 1 0 1017531262 112971776 26999 4294967295 134512640 135214715 3217582112 3217580576 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11275/statm: 27581 26999 73 172 0 27408 0
Current children cumulated CPU time (s) 947.17
Current children cumulated vsize (KiB) 112744

[startup+953.508 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 14288
/proc/meminfo: memFree=1798764/2074464 swapFree=1949244/1959888
[pid=11264] ppid=11262 vsize=2420 CPUtime=34.21
/proc/11264/stat : 11264 (SatELiteGTI) S 11262 11264 16367 0 -1 4194304 386 46441 0 0 0 0 3381 40 20 0 1 0 1017527841 2478080 278 4294967295 134512640 135169312 3214050416 3214046632 3085156078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11264/statm: 605 278 235 161 0 44 0
[pid=11275] ppid=11264 vsize=110324 CPUtime=919.35
/proc/11275/stat : 11275 (minisat_static) R 11264 11264 16367 0 -1 4202496 27117 0 0 0 91898 37 0 0 25 0 1 0 1017531262 112971776 26999 4294967295 134512640 135214715 3217582112 3217580576 134529003 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11275/statm: 27581 26999 73 172 0 27408 0
Current children cumulated CPU time (s) 953.56
Current children cumulated vsize (KiB) 112744

[startup+956.708 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 14288
/proc/meminfo: memFree=1798796/2074464 swapFree=1949244/1959888
[pid=11264] ppid=11262 vsize=2420 CPUtime=34.21
/proc/11264/stat : 11264 (SatELiteGTI) S 11262 11264 16367 0 -1 4194304 386 46441 0 0 0 0 3381 40 20 0 1 0 1017527841 2478080 278 4294967295 134512640 135169312 3214050416 3214046632 3085156078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11264/statm: 605 278 235 161 0 44 0
[pid=11275] ppid=11264 vsize=110324 CPUtime=922.55
/proc/11275/stat : 11275 (minisat_static) R 11264 11264 16367 0 -1 4202496 27117 0 0 0 92218 37 0 0 25 0 1 0 1017531262 112971776 26999 4294967295 134512640 135214715 3217582112 3217580576 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11275/statm: 27581 26999 73 172 0 27408 0
Current children cumulated CPU time (s) 956.76
Current children cumulated vsize (KiB) 112744

[startup+957.518 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 14288
/proc/meminfo: memFree=1798796/2074464 swapFree=1949244/1959888
[pid=11264] ppid=11262 vsize=2420 CPUtime=34.21
/proc/11264/stat : 11264 (SatELiteGTI) S 11262 11264 16367 0 -1 4194304 386 46441 0 0 0 0 3381 40 20 0 1 0 1017527841 2478080 278 4294967295 134512640 135169312 3214050416 3214046632 3085156078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11264/statm: 605 278 235 161 0 44 0
[pid=11275] ppid=11264 vsize=110324 CPUtime=923.36
/proc/11275/stat : 11275 (minisat_static) R 11264 11264 16367 0 -1 4202496 27117 0 0 0 92299 37 0 0 25 0 1 0 1017531262 112971776 26999 4294967295 134512640 135214715 3217582112 3217580576 134528706 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11275/statm: 27581 26999 73 172 0 27408 0
Current children cumulated CPU time (s) 957.57
Current children cumulated vsize (KiB) 112744

[startup+957.918 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 14288
/proc/meminfo: memFree=1798796/2074464 swapFree=1949244/1959888
[pid=11264] ppid=11262 vsize=2420 CPUtime=34.21
/proc/11264/stat : 11264 (SatELiteGTI) S 11262 11264 16367 0 -1 4194304 386 46441 0 0 0 0 3381 40 20 0 1 0 1017527841 2478080 278 4294967295 134512640 135169312 3214050416 3214046632 3085156078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11264/statm: 605 278 235 161 0 44 0
[pid=11275] ppid=11264 vsize=110324 CPUtime=923.76
/proc/11275/stat : 11275 (minisat_static) R 11264 11264 16367 0 -1 4202496 27117 0 0 0 92339 37 0 0 25 0 1 0 1017531262 112971776 26999 4294967295 134512640 135214715 3217582112 3217580576 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11275/statm: 27581 26999 73 172 0 27408 0
Current children cumulated CPU time (s) 957.97
Current children cumulated vsize (KiB) 112744

[startup+958.118 s]
/proc/loadavg: 0.99 0.98 0.99 3/99 14288
/proc/meminfo: memFree=1798952/2074464 swapFree=1949244/1959888
[pid=11264] ppid=11262 vsize=2936 CPUtime=958.16
/proc/11264/stat : 11264 (SatELiteGTI) S 11262 11264 16367 0 -1 4194304 475 73569 0 0 0 0 95738 78 15 0 1 0 1017527841 3006464 346 4294967295 134512640 135169312 3214050416 3214045800 3085156078 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11264/statm: 734 346 237 161 0 173 0
Current children cumulated CPU time (s) 958.16
Current children cumulated vsize (KiB) 2936

Child status: 20
Real time (s): 958.122
CPU time (s): 958.17
CPU user time (s): 957.38
CPU system time (s): 0.79
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 194752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 957.38
system time used= 0.79
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74230
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= 18
involuntary context switches= 686

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi11 at 2009-05-17 05:17:46
IDJOB=1821469
IDBENCH=70962
IDSOLVER=660
FILE ID=tipi11/1821469-1242530266
PBS_JOBID=
Free space on /tmp= 9817 MiB

SOLVER NAME= MiniSat2hack 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L90_coli.sat.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821469-1242530266/watcher-1821469-1242530266 -o /tmp/evaluation-result-1821469-1242530266/solver-1821469-1242530266 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821469-1242530266.cnf

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

MD5SUM BENCH= a9e7651569c1b43a1021c78982fb4e6b
RANDOM SEED= 1976793427

Linux tipi11 2.6.18 #19 SMP Tue Jun 19 11:27:27 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.431
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.40

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.431
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.431
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.79

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.431
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1930236 kB
Buffers:         16956 kB
Cached:          74016 kB
SwapCached:       5248 kB
Active:          55220 kB
Inactive:        47412 kB
HighTotal:     1178688 kB
HighFree:      1091656 kB
LowTotal:       895776 kB
LowFree:        838580 kB
SwapTotal:     1959888 kB
SwapFree:      1949244 kB
Dirty:           28824 kB
Writeback:         216 kB
AnonPages:       11212 kB
Mapped:           5000 kB
Slab:            32912 kB
PageTables:        664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    97128 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9817 MiB
End job on tipi11 at 2009-05-17 05:33:47