Trace number 1821463

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-23? (TO) 1200.08 1200.05

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L150_coli.sat.cnf
MD5SUMba6884aaa746378e56c38fd8b3d0255e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark447.11
Satisfiable
(Un)Satisfiability was proved
Number of variables486992
Number of clauses2456708
Sum of the clauses size7147094
Maximum clause length11
Minimum clause length1
Number of clauses of size 145577
Number of clauses of size 2599727
Number of clauses of size 31431108
Number of clauses of size 4295435
Number of clauses of size 584412
Number of clauses of size over 5449

Solver Data

0.00/0.00	c Parsing...
2.23/2.24	c ==============================================================================
2.23/2.24	c |           |     ORIGINAL     |              LEARNT              |          |
2.23/2.24	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.23/2.24	c ==============================================================================
2.23/2.24	c |         0 | 2333194  6866110 |  699958       0        0     nan |  0.000 % |
88.83/88.87	c |         0 |  944203  3351555 |      --       0       --      -- |     --   | -1124318/-2793809
88.83/88.88	c ==============================================================================
88.83/88.88	c Result  :   #vars: 91522   #clauses: 944203   #literals: 3351555
88.83/88.88	c CPU time:   88.35 s
88.83/88.88	c ==============================================================================
90.01/90.08	This is MiniSat 2.0 beta with hacks by AVG
90.01/90.08	WARNING: for repeatability, setting FPU to use double precision
90.01/90.08	============================[ Problem Statistics ]=============================
90.01/90.08	|                                                                             |
90.01/90.08	|  Number of variables:  91522                                                |
90.01/90.08	|  Number of clauses:    944203                                               |
90.61/90.67	|  Parsing time:         0.54         s                                       |
1200.06/1200.03	HOME/SatELiteGTI: line 36:  3600 Terminated              $MS $TMP.cnf $TMP.result

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1821463-1242529642/watcher-1821463-1242529642 -o /tmp/evaluation-result-1821463-1242529642/solver-1821463-1242529642 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821463-1242529642.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: 1.00 0.99 0.99 2/91 3219
/proc/meminfo: memFree=1031796/2074464 swapFree=1953004/1959888
[pid=3219] ppid=3217 vsize=2416 CPUtime=0.01
/proc/3219/stat : 3219 (SatELiteGTI) R 3217 3219 9090 0 -1 4194304 354 645 0 0 0 0 0 1 18 0 1 0 1017464908 2473984 277 4294967295 134512640 135169312 3220841200 3220839676 3085789044 0 65538 4 65536 0 0 0 17 3 0 0 0
/proc/3219/statm: 604 277 235 161 0 43 0
[pid=3223] ppid=3219 vsize=2416 CPUtime=0
/proc/3223/stat : 3223 (SatELiteGTI) R 3219 3219 9090 0 -1 4194368 33 0 0 0 0 0 0 0 18 0 1 0 1017464909 2473984 65 4294967295 134512640 135169312 3220841200 3220839984 134788463 0 0 4 65536 0 0 0 17 3 0 0 0
/proc/3223/statm: 604 84 41 161 0 43 0

[startup+0.073853 s]
/proc/loadavg: 1.00 0.99 0.99 2/91 3219
/proc/meminfo: memFree=1031796/2074464 swapFree=1953004/1959888
[pid=3219] ppid=3217 vsize=2416 CPUtime=0.01
/proc/3219/stat : 3219 (SatELiteGTI) S 3217 3219 9090 0 -1 4194304 367 645 0 0 0 0 0 1 18 0 1 0 1017464908 2473984 277 4294967295 134512640 135169312 3220841200 3220839736 3085786862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3219/statm: 604 277 235 161 0 43 0
[pid=3223] ppid=3219 vsize=26396 CPUtime=0.07
/proc/3223/stat : 3223 (SatELite_releas) R 3219 3219 9090 0 -1 4202496 4586 0 0 0 5 2 0 0 20 0 1 0 1017464909 27029504 4426 4294967295 134512640 135223648 3219917312 3219916192 134543504 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3223/statm: 6599 4426 47 174 0 6424 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28812

[startup+0.113837 s]
/proc/loadavg: 1.00 0.99 0.99 2/91 3219
/proc/meminfo: memFree=1031796/2074464 swapFree=1953004/1959888
[pid=3219] ppid=3217 vsize=2416 CPUtime=0.01
/proc/3219/stat : 3219 (SatELiteGTI) S 3217 3219 9090 0 -1 4194304 367 645 0 0 0 0 0 1 18 0 1 0 1017464908 2473984 277 4294967295 134512640 135169312 3220841200 3220839736 3085786862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3219/statm: 604 277 235 161 0 43 0
[pid=3223] ppid=3219 vsize=28104 CPUtime=0.11
/proc/3223/stat : 3223 (SatELite_releas) R 3219 3219 9090 0 -1 4202496 6023 0 0 0 8 3 0 0 21 0 1 0 1017464909 28778496 5863 4294967295 134512640 135223648 3219917312 3219915912 134719062 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3223/statm: 7026 5864 47 174 0 6851 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 30520

[startup+0.313827 s]
/proc/loadavg: 1.00 0.99 0.99 2/91 3219
/proc/meminfo: memFree=1031796/2074464 swapFree=1953004/1959888
[pid=3219] ppid=3217 vsize=2416 CPUtime=0.01
/proc/3219/stat : 3219 (SatELiteGTI) S 3217 3219 9090 0 -1 4194304 367 645 0 0 0 0 0 1 18 0 1 0 1017464908 2473984 277 4294967295 134512640 135169312 3220841200 3220839736 3085786862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3219/statm: 604 277 235 161 0 43 0
[pid=3223] ppid=3219 vsize=69624 CPUtime=0.31
/proc/3223/stat : 3223 (SatELite_releas) R 3219 3219 9090 0 -1 4202496 11328 0 0 0 24 7 0 0 21 0 1 0 1017464909 71294976 11168 4294967295 134512640 135223648 3219917312 3219916264 134737310 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3223/statm: 17406 11168 47 174 0 17231 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 72040

[startup+0.713815 s]
/proc/loadavg: 1.00 0.99 0.99 2/91 3219
/proc/meminfo: memFree=1031796/2074464 swapFree=1953004/1959888
[pid=3219] ppid=3217 vsize=2416 CPUtime=0.01
/proc/3219/stat : 3219 (SatELiteGTI) S 3217 3219 9090 0 -1 4194304 367 645 0 0 0 0 0 1 18 0 1 0 1017464908 2473984 277 4294967295 134512640 135169312 3220841200 3220839736 3085786862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3219/statm: 604 277 235 161 0 43 0
[pid=3223] ppid=3219 vsize=102184 CPUtime=0.71
/proc/3223/stat : 3223 (SatELite_releas) R 3219 3219 9090 0 -1 4202496 21847 0 0 0 58 13 0 0 22 0 1 0 1017464909 104636416 21687 4294967295 134512640 135223648 3219917312 3219915880 134719062 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3223/statm: 25546 21688 47 174 0 25371 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 104600

[startup+1.51377 s]
/proc/loadavg: 1.00 0.99 0.99 2/93 3224
/proc/meminfo: memFree=914328/2074464 swapFree=1953004/1959888
[pid=3219] ppid=3217 vsize=2416 CPUtime=0.01
/proc/3219/stat : 3219 (SatELiteGTI) S 3217 3219 9090 0 -1 4194304 367 645 0 0 0 0 0 1 18 0 1 0 1017464908 2473984 277 4294967295 134512640 135169312 3220841200 3220839736 3085786862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3219/statm: 604 277 235 161 0 43 0
[pid=3223] ppid=3219 vsize=163516 CPUtime=1.51
/proc/3223/stat : 3223 (SatELite_releas) R 3219 3219 9090 0 -1 4202496 39414 0 0 0 124 27 0 0 25 0 1 0 1017464909 167440384 39254 4294967295 134512640 135223648 3219917312 3219915880 134719062 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3223/statm: 40879 39254 47 174 0 40704 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 165932

[startup+3.11369 s]
/proc/loadavg: 1.00 0.99 0.99 2/93 3224
/proc/meminfo: memFree=806448/2074464 swapFree=1953004/1959888
[pid=3219] ppid=3217 vsize=2416 CPUtime=0.01
/proc/3219/stat : 3219 (SatELiteGTI) S 3217 3219 9090 0 -1 4194304 367 645 0 0 0 0 0 1 18 0 1 0 1017464908 2473984 277 4294967295 134512640 135169312 3220841200 3220839736 3085786862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3219/statm: 604 277 235 161 0 43 0
[pid=3223] ppid=3219 vsize=250740 CPUtime=3.11
/proc/3223/stat : 3223 (SatELite_releas) R 3219 3219 9090 0 -1 4202496 59470 0 0 0 274 37 0 0 25 0 1 0 1017464909 256757760 59297 4294967295 134512640 135223648 3219917312 3219915808 134548581 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3223/statm: 62685 59297 67 174 0 62510 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 253156

[startup+6.31354 s]
/proc/loadavg: 1.00 0.99 0.99 2/93 3225
/proc/meminfo: memFree=793924/2074464 swapFree=1953004/1959888
[pid=3219] ppid=3217 vsize=2416 CPUtime=0.01
/proc/3219/stat : 3219 (SatELiteGTI) S 3217 3219 9090 0 -1 4194304 367 645 0 0 0 0 0 1 18 0 1 0 1017464908 2473984 277 4294967295 134512640 135169312 3220841200 3220839736 3085786862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3219/statm: 604 277 235 161 0 43 0
[pid=3223] ppid=3219 vsize=274620 CPUtime=6.31
/proc/3223/stat : 3223 (SatELite_releas) R 3219 3219 9090 0 -1 4202496 64648 0 0 0 592 39 0 0 25 0 1 0 1017464909 281210880 64475 4294967295 134512640 135223648 3219917312 3219915488 134548206 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3223/statm: 68655 64475 72 174 0 68480 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 277036

[startup+12.7132 s]
/proc/loadavg: 1.00 0.99 0.99 2/93 3225
/proc/meminfo: memFree=773924/2074464 swapFree=1953004/1959888
[pid=3219] ppid=3217 vsize=2416 CPUtime=0.01
/proc/3219/stat : 3219 (SatELiteGTI) S 3217 3219 9090 0 -1 4194304 367 645 0 0 0 0 0 1 18 0 1 0 1017464908 2473984 277 4294967295 134512640 135169312 3220841200 3220839736 3085786862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3219/statm: 604 277 235 161 0 43 0
[pid=3223] ppid=3219 vsize=274620 CPUtime=12.71
/proc/3223/stat : 3223 (SatELite_releas) R 3219 3219 9090 0 -1 4202496 64677 0 0 0 1232 39 0 0 25 0 1 0 1017464909 281210880 64504 4294967295 134512640 135223648 3219917312 3219915392 134548203 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3223/statm: 68655 64504 72 174 0 68480 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 277036

[startup+25.5226 s]
/proc/loadavg: 1.00 0.99 0.99 2/93 3408
/proc/meminfo: memFree=773228/2074464 swapFree=1953004/1959888
[pid=3219] ppid=3217 vsize=2416 CPUtime=0.01
/proc/3219/stat : 3219 (SatELiteGTI) S 3217 3219 9090 0 -1 4194304 367 645 0 0 0 0 0 1 18 0 1 0 1017464908 2473984 277 4294967295 134512640 135169312 3220841200 3220839736 3085786862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3219/statm: 604 277 235 161 0 43 0
[pid=3223] ppid=3219 vsize=274392 CPUtime=25.52
/proc/3223/stat : 3223 (SatELite_releas) R 3219 3219 9090 0 -1 4202496 64727 0 0 0 2513 39 0 0 25 0 1 0 1017464909 280977408 64497 4294967295 134512640 135223648 3219917312 3219915392 134548565 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3223/statm: 68598 64497 72 174 0 68423 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 276808

[startup+51.1214 s]
/proc/loadavg: 1.08 1.00 1.00 3/93 3410
/proc/meminfo: memFree=773640/2074464 swapFree=1953004/1959888
[pid=3219] ppid=3217 vsize=2416 CPUtime=0.01
/proc/3219/stat : 3219 (SatELiteGTI) S 3217 3219 9090 0 -1 4194304 367 645 0 0 0 0 0 1 18 0 1 0 1017464908 2473984 277 4294967295 134512640 135169312 3220841200 3220839736 3085786862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3219/statm: 604 277 235 161 0 43 0
[pid=3223] ppid=3219 vsize=274148 CPUtime=51.12
/proc/3223/stat : 3223 (SatELite_releas) R 3219 3219 9090 0 -1 4202496 64887 0 0 0 5072 40 0 0 25 0 1 0 1017464909 280727552 64468 4294967295 134512640 135223648 3219917312 3219915184 134548984 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3223/statm: 68537 64468 72 174 0 68362 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 276564

[startup+102.329 s]
/proc/loadavg: 1.03 1.00 1.00 2/93 3602
/proc/meminfo: memFree=932072/2074464 swapFree=1953004/1959888
[pid=3219] ppid=3217 vsize=2420 CPUtime=90.07
/proc/3219/stat : 3219 (SatELiteGTI) S 3217 3219 9090 0 -1 4194304 386 81602 0 0 0 0 8949 58 20 0 1 0 1017464908 2478080 278 4294967295 134512640 135169312 3220841200 3220837416 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/3219/statm: 605 278 235 161 0 44 0
[pid=3600] ppid=3219 vsize=56004 CPUtime=12.25
/proc/3600/stat : 3600 (minisat_static) R 3219 3219 9090 0 -1 4202496 13783 0 0 0 1219 6 0 0 25 0 1 0 1017473917 57348096 13673 4294967295 134512640 135214715 3213097952 3213096416 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3600/statm: 14001 13673 73 172 0 13828 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 58424

[startup+162.316 s]
/proc/loadavg: 1.01 1.00 1.00 3/93 3807
/proc/meminfo: memFree=916864/2074464 swapFree=1953004/1959888
[pid=3219] ppid=3217 vsize=2420 CPUtime=90.07
/proc/3219/stat : 3219 (SatELiteGTI) S 3217 3219 9090 0 -1 4194304 386 81602 0 0 0 0 8949 58 20 0 1 0 1017464908 2478080 278 4294967295 134512640 135169312 3220841200 3220837416 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/3219/statm: 605 278 235 161 0 44 0
[pid=3600] ppid=3219 vsize=71564 CPUtime=72.24
/proc/3600/stat : 3600 (minisat_static) R 3219 3219 9090 0 -1 4202496 17604 0 0 0 7214 10 0 0 25 0 1 0 1017473917 73281536 17494 4294967295 134512640 135214715 3213097952 3213096416 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3600/statm: 17891 17494 73 172 0 17718 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 73984

[startup+222.303 s]
/proc/loadavg: 1.04 1.01 1.00 3/93 4004
/proc/meminfo: memFree=904356/2074464 swapFree=1953004/1959888
[pid=3219] ppid=3217 vsize=2420 CPUtime=90.07
/proc/3219/stat : 3219 (SatELiteGTI) S 3217 3219 9090 0 -1 4194304 386 81602 0 0 0 0 8949 58 20 0 1 0 1017464908 2478080 278 4294967295 134512640 135169312 3220841200 3220837416 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/3219/statm: 605 278 235 161 0 44 0
[pid=3600] ppid=3219 vsize=83860 CPUtime=132.23
/proc/3600/stat : 3600 (minisat_static) R 3219 3219 9090 0 -1 4202496 20681 0 0 0 13212 11 0 0 25 0 1 0 1017473917 85872640 20571 4294967295 134512640 135214715 3213097952 3213096216 134527283 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3600/statm: 20965 20571 73 172 0 20792 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 86280

[startup+282.31 s]
/proc/loadavg: 1.02 1.01 1.00 3/93 4191
/proc/meminfo: memFree=896196/2074464 swapFree=1953004/1959888
[pid=3219] ppid=3217 vsize=2420 CPUtime=90.07
/proc/3219/stat : 3219 (SatELiteGTI) S 3217 3219 9090 0 -1 4194304 386 81602 0 0 0 0 8949 58 20 0 1 0 1017464908 2478080 278 4294967295 134512640 135169312 3220841200 3220837416 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/3219/statm: 605 278 235 161 0 44 0
[pid=3600] ppid=3219 vsize=92040 CPUtime=192.24
/proc/3600/stat : 3600 (minisat_static) R 3219 3219 9090 0 -1 4202496 22729 0 0 0 19212 12 0 0 25 0 1 0 1017473917 94248960 22619 4294967295 134512640 135214715 3213097952 3213096416 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3600/statm: 23010 22619 73 172 0 22837 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 94460

[startup+342.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 4383
/proc/meminfo: memFree=890756/2074464 swapFree=1953004/1959888
[pid=3219] ppid=3217 vsize=2420 CPUtime=90.07
/proc/3219/stat : 3219 (SatELiteGTI) S 3217 3219 9090 0 -1 4194304 386 81602 0 0 0 0 8949 58 20 0 1 0 1017464908 2478080 278 4294967295 134512640 135169312 3220841200 3220837416 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/3219/statm: 605 278 235 161 0 44 0
[pid=3600] ppid=3219 vsize=98140 CPUtime=252.24
/proc/3600/stat : 3600 (minisat_static) R 3219 3219 9090 0 -1 4202496 24129 0 0 0 25210 14 0 0 25 0 1 0 1017473917 100495360 24019 4294967295 134512640 135214715 3213097952 3213096416 134528785 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3600/statm: 24535 24019 73 172 0 24362 0
Current children cumulated CPU time (s) 342.31

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

[pid=3600] ppid=3219 vsize=108680 CPUtime=372.25
/proc/3600/stat : 3600 (minisat_static) R 3219 3219 9090 0 -1 4202496 26794 0 0 0 37208 17 0 0 25 0 1 0 1017473917 111288320 26684 4294967295 134512640 135214715 3213097952 3213096416 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3600/statm: 27170 26684 73 172 0 26997 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 111100

[startup+522.319 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 4949
/proc/meminfo: memFree=874280/2074464 swapFree=1953004/1959888
[pid=3219] ppid=3217 vsize=2420 CPUtime=90.07
/proc/3219/stat : 3219 (SatELiteGTI) S 3217 3219 9090 0 -1 4194304 386 81602 0 0 0 0 8949 58 20 0 1 0 1017464908 2478080 278 4294967295 134512640 135169312 3220841200 3220837416 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/3219/statm: 605 278 235 161 0 44 0
[pid=3600] ppid=3219 vsize=114332 CPUtime=432.26
/proc/3600/stat : 3600 (minisat_static) R 3219 3219 9090 0 -1 4202496 28262 0 0 0 43207 19 0 0 25 0 1 0 1017473917 117075968 28152 4294967295 134512640 135214715 3213097952 3213096416 134528588 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3600/statm: 28583 28152 73 172 0 28410 0
Current children cumulated CPU time (s) 522.33
Current children cumulated vsize (KiB) 116752

[startup+582.306 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 5140
/proc/meminfo: memFree=867668/2074464 swapFree=1953004/1959888
[pid=3219] ppid=3217 vsize=2420 CPUtime=90.07
/proc/3219/stat : 3219 (SatELiteGTI) S 3217 3219 9090 0 -1 4194304 386 81602 0 0 0 0 8949 58 20 0 1 0 1017464908 2478080 278 4294967295 134512640 135169312 3220841200 3220837416 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/3219/statm: 605 278 235 161 0 44 0
[pid=3600] ppid=3219 vsize=121160 CPUtime=492.25
/proc/3600/stat : 3600 (minisat_static) R 3219 3219 9090 0 -1 4202496 29991 0 0 0 49202 23 0 0 25 0 1 0 1017473917 124067840 29881 4294967295 134512640 135214715 3213097952 3213096416 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3600/statm: 30290 29881 73 172 0 30117 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 123580

[startup+642.313 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 5328
/proc/meminfo: memFree=862492/2074464 swapFree=1953004/1959888
[pid=3219] ppid=3217 vsize=2420 CPUtime=90.07
/proc/3219/stat : 3219 (SatELiteGTI) S 3217 3219 9090 0 -1 4194304 386 81602 0 0 0 0 8949 58 20 0 1 0 1017464908 2478080 278 4294967295 134512640 135169312 3220841200 3220837416 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/3219/statm: 605 278 235 161 0 44 0
[pid=3600] ppid=3219 vsize=126960 CPUtime=552.26
/proc/3600/stat : 3600 (minisat_static) R 3219 3219 9090 0 -1 4202496 31238 0 0 0 55203 23 0 0 25 0 1 0 1017473917 130007040 31128 4294967295 134512640 135214715 3213097952 3213096416 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3600/statm: 31740 31128 73 172 0 31567 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 129380

[startup+702.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 5521
/proc/meminfo: memFree=857904/2074464 swapFree=1953004/1959888
[pid=3219] ppid=3217 vsize=2420 CPUtime=90.07
/proc/3219/stat : 3219 (SatELiteGTI) S 3217 3219 9090 0 -1 4194304 386 81602 0 0 0 0 8949 58 20 0 1 0 1017464908 2478080 278 4294967295 134512640 135169312 3220841200 3220837416 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/3219/statm: 605 278 235 161 0 44 0
[pid=3600] ppid=3219 vsize=131452 CPUtime=612.26
/proc/3600/stat : 3600 (minisat_static) R 3219 3219 9090 0 -1 4202496 32378 0 0 0 61201 25 0 0 25 0 1 0 1017473917 134606848 32268 4294967295 134512640 135214715 3213097952 3213096416 134528560 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3600/statm: 32863 32268 73 172 0 32690 0
Current children cumulated CPU time (s) 702.33
Current children cumulated vsize (KiB) 133872

[startup+762.317 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 5708
/proc/meminfo: memFree=854632/2074464 swapFree=1953004/1959888
[pid=3219] ppid=3217 vsize=2420 CPUtime=90.07
/proc/3219/stat : 3219 (SatELiteGTI) S 3217 3219 9090 0 -1 4194304 386 81602 0 0 0 0 8949 58 20 0 1 0 1017464908 2478080 278 4294967295 134512640 135169312 3220841200 3220837416 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/3219/statm: 605 278 235 161 0 44 0
[pid=3600] ppid=3219 vsize=134776 CPUtime=672.27
/proc/3600/stat : 3600 (minisat_static) R 3219 3219 9090 0 -1 4202496 33215 0 0 0 67202 25 0 0 25 0 1 0 1017473917 138010624 33105 4294967295 134512640 135214715 3213097952 3213096416 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3600/statm: 33694 33105 73 172 0 33521 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 137196

[startup+822.325 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 5895
/proc/meminfo: memFree=851332/2074464 swapFree=1953004/1959888
[pid=3219] ppid=3217 vsize=2420 CPUtime=90.07
/proc/3219/stat : 3219 (SatELiteGTI) S 3217 3219 9090 0 -1 4194304 386 81602 0 0 0 0 8949 58 20 0 1 0 1017464908 2478080 278 4294967295 134512640 135169312 3220841200 3220837416 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/3219/statm: 605 278 235 161 0 44 0
[pid=3600] ppid=3219 vsize=138216 CPUtime=732.28
/proc/3600/stat : 3600 (minisat_static) R 3219 3219 9090 0 -1 4202496 34092 0 0 0 73202 26 0 0 25 0 1 0 1017473917 141533184 33982 4294967295 134512640 135214715 3213097952 3213095904 134536349 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3600/statm: 34554 33982 73 172 0 34381 0
Current children cumulated CPU time (s) 822.35
Current children cumulated vsize (KiB) 140636

[startup+882.322 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 6083
/proc/meminfo: memFree=847364/2074464 swapFree=1953004/1959888
[pid=3219] ppid=3217 vsize=2420 CPUtime=90.07
/proc/3219/stat : 3219 (SatELiteGTI) S 3217 3219 9090 0 -1 4194304 386 81602 0 0 0 0 8949 58 20 0 1 0 1017464908 2478080 278 4294967295 134512640 135169312 3220841200 3220837416 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/3219/statm: 605 278 235 161 0 44 0
[pid=3600] ppid=3219 vsize=142108 CPUtime=792.28
/proc/3600/stat : 3600 (minisat_static) R 3219 3219 9090 0 -1 4202496 35068 0 0 0 79202 26 0 0 25 0 1 0 1017473917 145518592 34958 4294967295 134512640 135214715 3213097952 3213096416 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3600/statm: 35527 34958 73 172 0 35354 0
Current children cumulated CPU time (s) 882.35
Current children cumulated vsize (KiB) 144528

[startup+942.319 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 6271
/proc/meminfo: memFree=844016/2074464 swapFree=1953004/1959888
[pid=3219] ppid=3217 vsize=2420 CPUtime=90.07
/proc/3219/stat : 3219 (SatELiteGTI) S 3217 3219 9090 0 -1 4194304 386 81602 0 0 0 0 8949 58 20 0 1 0 1017464908 2478080 278 4294967295 134512640 135169312 3220841200 3220837416 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/3219/statm: 605 278 235 161 0 44 0
[pid=3600] ppid=3219 vsize=145556 CPUtime=852.28
/proc/3600/stat : 3600 (minisat_static) R 3219 3219 9090 0 -1 4202496 35960 0 0 0 85201 27 0 0 25 0 1 0 1017473917 149049344 35850 4294967295 134512640 135214715 3213097952 3213096416 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3600/statm: 36389 35850 73 172 0 36216 0
Current children cumulated CPU time (s) 942.35
Current children cumulated vsize (KiB) 147976

[startup+1002.32 s]
/proc/loadavg: 1.03 1.01 1.00 3/93 6460
/proc/meminfo: memFree=840668/2074464 swapFree=1953004/1959888
[pid=3219] ppid=3217 vsize=2420 CPUtime=90.07
/proc/3219/stat : 3219 (SatELiteGTI) S 3217 3219 9090 0 -1 4194304 386 81602 0 0 0 0 8949 58 20 0 1 0 1017464908 2478080 278 4294967295 134512640 135169312 3220841200 3220837416 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/3219/statm: 605 278 235 161 0 44 0
[pid=3600] ppid=3219 vsize=148588 CPUtime=912.28
/proc/3600/stat : 3600 (minisat_static) R 3219 3219 9090 0 -1 4202496 36717 0 0 0 91201 27 0 0 25 0 1 0 1017473917 152154112 36607 4294967295 134512640 135214715 3213097952 3213096416 134529071 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3600/statm: 37147 36607 73 172 0 36974 0
Current children cumulated CPU time (s) 1002.35
Current children cumulated vsize (KiB) 151008

[startup+1062.31 s]
/proc/loadavg: 1.01 1.01 1.00 3/93 6651
/proc/meminfo: memFree=837752/2074464 swapFree=1953004/1959888
[pid=3219] ppid=3217 vsize=2420 CPUtime=90.07
/proc/3219/stat : 3219 (SatELiteGTI) S 3217 3219 9090 0 -1 4194304 386 81602 0 0 0 0 8949 58 20 0 1 0 1017464908 2478080 278 4294967295 134512640 135169312 3220841200 3220837416 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/3219/statm: 605 278 235 161 0 44 0
[pid=3600] ppid=3219 vsize=151392 CPUtime=972.28
/proc/3600/stat : 3600 (minisat_static) R 3219 3219 9090 0 -1 4202496 37450 0 0 0 97201 27 0 0 25 0 1 0 1017473917 155025408 37340 4294967295 134512640 135214715 3213097952 3213096416 134528613 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3600/statm: 37848 37340 73 172 0 37675 0
Current children cumulated CPU time (s) 1062.35
Current children cumulated vsize (KiB) 153812

[startup+1122.31 s]
/proc/loadavg: 1.00 1.00 1.00 5/93 6838
/proc/meminfo: memFree=835336/2074464 swapFree=1953004/1959888
[pid=3219] ppid=3217 vsize=2420 CPUtime=90.07
/proc/3219/stat : 3219 (SatELiteGTI) S 3217 3219 9090 0 -1 4194304 386 81602 0 0 0 0 8949 58 20 0 1 0 1017464908 2478080 278 4294967295 134512640 135169312 3220841200 3220837416 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/3219/statm: 605 278 235 161 0 44 0
[pid=3600] ppid=3219 vsize=153892 CPUtime=1032.28
/proc/3600/stat : 3600 (minisat_static) R 3219 3219 9090 0 -1 4202496 38078 0 0 0 103201 27 0 0 25 0 1 0 1017473917 157585408 37968 4294967295 134512640 135214715 3213097952 3213096416 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3600/statm: 38473 37968 73 172 0 38300 0
Current children cumulated CPU time (s) 1122.35
Current children cumulated vsize (KiB) 156312

[startup+1182.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 7026
/proc/meminfo: memFree=832360/2074464 swapFree=1953004/1959888
[pid=3219] ppid=3217 vsize=2420 CPUtime=90.07
/proc/3219/stat : 3219 (SatELiteGTI) S 3217 3219 9090 0 -1 4194304 386 81602 0 0 0 0 8949 58 20 0 1 0 1017464908 2478080 278 4294967295 134512640 135169312 3220841200 3220837416 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/3219/statm: 605 278 235 161 0 44 0
[pid=3600] ppid=3219 vsize=156620 CPUtime=1092.29
/proc/3600/stat : 3600 (minisat_static) R 3219 3219 9090 0 -1 4202496 38769 0 0 0 109202 27 0 0 25 0 1 0 1017473917 160378880 38659 4294967295 134512640 135214715 3213097952 3213096416 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3600/statm: 39155 38659 73 172 0 38982 0
Current children cumulated CPU time (s) 1182.36
Current children cumulated vsize (KiB) 159040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.02 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 7028
/proc/meminfo: memFree=831804/2074464 swapFree=1953004/1959888
[pid=3219] ppid=3217 vsize=2420 CPUtime=90.07
/proc/3219/stat : 3219 (SatELiteGTI) S 3217 3219 9090 0 -1 4194304 386 81602 0 0 0 0 8949 58 20 0 1 0 1017464908 2478080 278 4294967295 134512640 135169312 3220841200 3220837416 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/3219/statm: 605 278 235 161 0 44 0
[pid=3600] ppid=3219 vsize=157316 CPUtime=1109.99
/proc/3600/stat : 3600 (minisat_static) R 3219 3219 9090 0 -1 4202496 38950 0 0 0 110972 27 0 0 25 0 1 0 1017473917 161091584 38840 4294967295 134512640 135214715 3213097952 3213096416 134528588 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3600/statm: 39329 38840 73 172 0 39156 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 159736

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)
Real time (s): 1200.05
CPU time (s): 1200.08
CPU user time (s): 1199.22
CPU system time (s): 0.86
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 301448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.22
system time used= 0.86
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121030
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= 20
involuntary context switches= 671

runsolver used 0.01 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi19 at 2009-05-17 05:07:22
IDJOB=1821463
IDBENCH=70961
IDSOLVER=660
FILE ID=tipi19/1821463-1242529642
PBS_JOBID=
Free space on /tmp= 9034 MiB

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

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

MD5SUM BENCH= ba6884aaa746378e56c38fd8b3d0255e
RANDOM SEED= 1639196872

Linux tipi19 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.426
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.39

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.426
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.426
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.77

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.426
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:       1031820 kB
Buffers:         31512 kB
Cached:         918380 kB
SwapCached:       2992 kB
Active:         239520 kB
Inactive:       719888 kB
HighTotal:     1178688 kB
HighFree:       337628 kB
LowTotal:       895776 kB
LowFree:        694192 kB
SwapTotal:     1959888 kB
SwapFree:      1953004 kB
Dirty:           51780 kB
Writeback:           0 kB
AnonPages:        8680 kB
Mapped:           3428 kB
Slab:            74888 kB
PageTables:        484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    87780 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9013 MiB
End job on tipi19 at 2009-05-17 05:27:28