Trace number 1821494

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
BinMiniSat 2009-03-21UNSAT 180.28 180.27

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_2_L324_coli.cnf
MD5SUM501f46d9a7ec80065d0e56530d26e648
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark174.32
Satisfiable
(Un)Satisfiability was proved
Number of variables617854
Number of clauses2745225
Sum of the clauses size7889647
Maximum clause length11
Minimum clause length1
Number of clauses of size 163819
Number of clauses of size 2860549
Number of clauses of size 31288709
Number of clauses of size 4426025
Number of clauses of size 5105475
Number of clauses of size over 5648

Solver Data

0.00/0.00	c Parsing...
2.71/2.73	c ==============================================================================
2.71/2.73	c |           |     ORIGINAL     |              LEARNT              |          |
2.71/2.73	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.71/2.73	c ==============================================================================
2.71/2.73	c |         0 | 2558866  7469452 |  767659       0        0     nan |  0.000 % |
178.44/178.50	c |         0 |  573237  2439840 |      --       0       --      -- |     --   | -1621374/-4028064
178.44/178.52	c ==============================================================================
178.44/178.52	c Result  :   #vars: 51366   #clauses: 573237   #literals: 2439840
178.44/178.52	c CPU time:   177.82 s
178.44/178.52	c ==============================================================================
179.44/179.43	This is MiniSat 2.0 beta
179.44/179.43	WARNING: for repeatability, setting FPU to use double precision
179.44/179.43	============================[ Problem Statistics ]=============================
179.44/179.43	|                                                                             |
179.44/179.43	|  Number of variables:  51366                                                |
179.44/179.43	|  Number of clauses:    573237                                               |
179.44/179.85	|  Parsing time:         0.39         s                                       |
179.44/179.89	============================[ Search Statistics ]==============================
179.44/179.89	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
179.44/179.89	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
179.44/179.89	===============================================================================
179.44/179.90	|         0 |   51366   573237  2439840 |   191079        0    nan |  0.000 % |
179.44/180.01	|       100 |   51353   573237  2439840 |   210186       96      4 |  0.136 % |
179.44/180.07	|       250 |   51353   573237  2439840 |   231205      246      8 |  0.136 % |
179.44/180.12	|       476 |   51352   573237  2439840 |   254326      471     10 |  0.142 % |
179.44/180.16	|       813 |   51345   573237  2439840 |   279758      807     10 |  0.156 % |
179.44/180.22	|      1319 |   51318   573237  2439840 |   307734     1312     10 |  0.245 % |
179.44/180.23	===============================================================================
179.44/180.23	restarts              : 6
179.44/180.23	conflicts             : 1446           (1878 /sec)
179.44/180.23	decisions             : 3844           (1.95 % random) (4992 /sec)
179.44/180.23	propagations          : 234978         (305166 /sec)
179.44/180.23	conflict literals     : 13862          (12.84 % deleted)
179.44/180.23	Memory used           : 32.61 MB
179.44/180.23	CPU time              : 0.77 s
179.44/180.23	
179.44/180.23	UNSATISFIABLE
179.44/180.24	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-1821494-1242531410/watcher-1821494-1242531410 -o /tmp/evaluation-result-1821494-1242531410/solver-1821494-1242531410 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821494-1242531410.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.99 0.98 0.99 2/97 14951
/proc/meminfo: memFree=1890820/2074464 swapFree=1949244/1959888
[pid=14951] ppid=14949 vsize=2416 CPUtime=0
/proc/14951/stat : 14951 (SatELiteGTI) S 14949 14951 16367 0 -1 4194304 368 648 0 0 0 0 0 0 25 0 1 0 1017642394 2473984 277 4294967295 134512640 135169312 3214855488 3214854024 3085860590 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14951/statm: 604 277 235 161 0 43 0
[pid=14955] ppid=14951 vsize=952 CPUtime=0.01
/proc/14955/stat : 14955 (SatELite_releas) R 14951 14951 16367 0 -1 4202496 128 0 0 0 0 1 0 0 25 0 1 0 1017642394 974848 64 4294967295 134512640 135223648 3218098240 3218096824 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14955/statm: 238 65 47 174 0 63 0

[startup+0.10511 s]
/proc/loadavg: 0.99 0.98 0.99 2/97 14951
/proc/meminfo: memFree=1890820/2074464 swapFree=1949244/1959888
[pid=14951] ppid=14949 vsize=2416 CPUtime=0
/proc/14951/stat : 14951 (SatELiteGTI) S 14949 14951 16367 0 -1 4194304 368 648 0 0 0 0 0 0 25 0 1 0 1017642394 2473984 277 4294967295 134512640 135169312 3214855488 3214854024 3085860590 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14951/statm: 604 277 235 161 0 43 0
[pid=14955] ppid=14951 vsize=14596 CPUtime=0.11
/proc/14955/stat : 14955 (SatELite_releas) R 14951 14951 16367 0 -1 4202496 3089 0 0 0 9 2 0 0 25 0 1 0 1017642394 14946304 3025 4294967295 134512640 135223648 3218098240 3218096840 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14955/statm: 3649 3025 47 174 0 3474 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 17012

[startup+0.205106 s]
/proc/loadavg: 0.99 0.98 0.99 2/97 14951
/proc/meminfo: memFree=1890820/2074464 swapFree=1949244/1959888
[pid=14951] ppid=14949 vsize=2416 CPUtime=0
/proc/14951/stat : 14951 (SatELiteGTI) S 14949 14951 16367 0 -1 4194304 368 648 0 0 0 0 0 0 25 0 1 0 1017642394 2473984 277 4294967295 134512640 135169312 3214855488 3214854024 3085860590 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14951/statm: 604 277 235 161 0 43 0
[pid=14955] ppid=14951 vsize=28840 CPUtime=0.21
/proc/14955/stat : 14955 (SatELite_releas) R 14951 14951 16367 0 -1 4202496 5756 0 0 0 17 4 0 0 25 0 1 0 1017642394 29532160 5692 4294967295 134512640 135223648 3218098240 3218096808 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14955/statm: 7210 5692 47 174 0 7035 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 31256

[startup+0.305098 s]
/proc/loadavg: 0.99 0.98 0.99 2/97 14951
/proc/meminfo: memFree=1890820/2074464 swapFree=1949244/1959888
[pid=14951] ppid=14949 vsize=2416 CPUtime=0
/proc/14951/stat : 14951 (SatELiteGTI) S 14949 14951 16367 0 -1 4194304 368 648 0 0 0 0 0 0 25 0 1 0 1017642394 2473984 277 4294967295 134512640 135169312 3214855488 3214854024 3085860590 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14951/statm: 604 277 235 161 0 43 0
[pid=14955] ppid=14951 vsize=37952 CPUtime=0.31
/proc/14955/stat : 14955 (SatELite_releas) R 14951 14951 16367 0 -1 4202496 8447 0 0 0 24 7 0 0 25 0 1 0 1017642394 38862848 8383 4294967295 134512640 135223648 3218098240 3218097192 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14955/statm: 9488 8383 47 174 0 9313 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 40368

[startup+0.705076 s]
/proc/loadavg: 0.99 0.98 0.99 2/97 14951
/proc/meminfo: memFree=1890820/2074464 swapFree=1949244/1959888
[pid=14951] ppid=14949 vsize=2416 CPUtime=0
/proc/14951/stat : 14951 (SatELiteGTI) S 14949 14951 16367 0 -1 4194304 368 648 0 0 0 0 0 0 25 0 1 0 1017642394 2473984 277 4294967295 134512640 135169312 3214855488 3214854024 3085860590 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14951/statm: 604 277 235 161 0 43 0
[pid=14955] ppid=14951 vsize=81308 CPUtime=0.71
/proc/14955/stat : 14955 (SatELite_releas) R 14951 14951 16367 0 -1 4202496 18563 0 0 0 52 19 0 0 25 0 1 0 1017642394 83259392 18499 4294967295 134512640 135223648 3218098240 3218096824 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14955/statm: 20327 18500 47 174 0 20152 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 83724

[startup+1.50503 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 14956
/proc/meminfo: memFree=1777220/2074464 swapFree=1949244/1959888
[pid=14951] ppid=14949 vsize=2416 CPUtime=0
/proc/14951/stat : 14951 (SatELiteGTI) S 14949 14951 16367 0 -1 4194304 368 648 0 0 0 0 0 0 25 0 1 0 1017642394 2473984 277 4294967295 134512640 135169312 3214855488 3214854024 3085860590 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14951/statm: 604 277 235 161 0 43 0
[pid=14955] ppid=14951 vsize=167084 CPUtime=1.51
/proc/14955/stat : 14955 (SatELite_releas) R 14951 14951 16367 0 -1 4202496 38424 0 0 0 111 40 0 0 25 0 1 0 1017642394 171094016 38360 4294967295 134512640 135223648 3218098240 3218097192 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14955/statm: 41771 38361 47 174 0 41596 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 169500

[startup+3.10494 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 14956
/proc/meminfo: memFree=1667480/2074464 swapFree=1949244/1959888
[pid=14951] ppid=14949 vsize=2416 CPUtime=0
/proc/14951/stat : 14951 (SatELiteGTI) S 14949 14951 16367 0 -1 4194304 368 648 0 0 0 0 0 0 25 0 1 0 1017642394 2473984 277 4294967295 134512640 135169312 3214855488 3214854024 3085860590 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14951/statm: 604 277 235 161 0 43 0
[pid=14955] ppid=14951 vsize=329200 CPUtime=3.11
/proc/14955/stat : 14955 (SatELite_releas) R 14951 14951 16367 0 -1 4202496 70093 0 0 0 257 54 0 0 25 0 1 0 1017642394 337100800 70029 4294967295 134512640 135223648 3218098240 3218096832 134548993 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14955/statm: 82300 70029 67 174 0 82125 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 331616

[startup+6.30476 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 14956
/proc/meminfo: memFree=1605480/2074464 swapFree=1949244/1959888
[pid=14951] ppid=14949 vsize=2416 CPUtime=0
/proc/14951/stat : 14951 (SatELiteGTI) S 14949 14951 16367 0 -1 4194304 368 648 0 0 0 0 0 0 25 0 1 0 1017642394 2473984 277 4294967295 134512640 135169312 3214855488 3214854024 3085860590 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14951/statm: 604 277 235 161 0 43 0
[pid=14955] ppid=14951 vsize=335600 CPUtime=6.31
/proc/14955/stat : 14955 (SatELite_releas) R 14951 14951 16367 0 -1 4202496 71615 0 0 0 575 56 0 0 25 0 1 0 1017642394 343654400 71462 4294967295 134512640 135223648 3218098240 3218096832 134549033 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14955/statm: 83900 71462 67 174 0 83725 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 338016

[startup+12.7044 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 14958
/proc/meminfo: memFree=1582108/2074464 swapFree=1949244/1959888
[pid=14951] ppid=14949 vsize=2416 CPUtime=0
/proc/14951/stat : 14951 (SatELiteGTI) S 14949 14951 16367 0 -1 4194304 368 648 0 0 0 0 0 0 25 0 1 0 1017642394 2473984 277 4294967295 134512640 135169312 3214855488 3214854024 3085860590 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14951/statm: 604 277 235 161 0 43 0
[pid=14955] ppid=14951 vsize=360596 CPUtime=12.71
/proc/14955/stat : 14955 (SatELite_releas) R 14951 14951 16367 0 -1 4202496 77444 0 0 0 1213 58 0 0 25 0 1 0 1017642394 369250304 77202 4294967295 134512640 135223648 3218098240 3218096320 134548206 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14955/statm: 90149 77202 72 174 0 89974 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 363012

[startup+25.5037 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 14958
/proc/meminfo: memFree=1582140/2074464 swapFree=1949244/1959888
[pid=14951] ppid=14949 vsize=2416 CPUtime=0
/proc/14951/stat : 14951 (SatELiteGTI) S 14949 14951 16367 0 -1 4194304 368 648 0 0 0 0 0 0 25 0 1 0 1017642394 2473984 277 4294967295 134512640 135169312 3214855488 3214854024 3085860590 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14951/statm: 604 277 235 161 0 43 0
[pid=14955] ppid=14951 vsize=360596 CPUtime=25.51
/proc/14955/stat : 14955 (SatELite_releas) R 14951 14951 16367 0 -1 4202496 77457 0 0 0 2493 58 0 0 25 0 1 0 1017642394 369250304 77215 4294967295 134512640 135223648 3218098240 3218096320 134548581 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14955/statm: 90149 77215 72 174 0 89974 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 363012

[startup+51.1122 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 15142
/proc/meminfo: memFree=1581724/2074464 swapFree=1949244/1959888
[pid=14951] ppid=14949 vsize=2416 CPUtime=0
/proc/14951/stat : 14951 (SatELiteGTI) S 14949 14951 16367 0 -1 4194304 368 648 0 0 0 0 0 0 25 0 1 0 1017642394 2473984 277 4294967295 134512640 135169312 3214855488 3214854024 3085860590 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14951/statm: 604 277 235 161 0 43 0
[pid=14955] ppid=14951 vsize=360104 CPUtime=51.12
/proc/14955/stat : 14955 (SatELite_releas) R 14951 14951 16367 0 -1 4202496 77527 0 0 0 5054 58 0 0 25 0 1 0 1017642394 368746496 77162 4294967295 134512640 135223648 3218098240 3218096320 134548563 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14955/statm: 90026 77162 72 174 0 89851 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 362520

[startup+102.309 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 15147
/proc/meminfo: memFree=1581752/2074464 swapFree=1949244/1959888
[pid=14951] ppid=14949 vsize=2416 CPUtime=0
/proc/14951/stat : 14951 (SatELiteGTI) S 14949 14951 16367 0 -1 4194304 368 648 0 0 0 0 0 0 25 0 1 0 1017642394 2473984 277 4294967295 134512640 135169312 3214855488 3214854024 3085860590 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14951/statm: 604 277 235 161 0 43 0
[pid=14955] ppid=14951 vsize=361576 CPUtime=102.32
/proc/14955/stat : 14955 (SatELite_releas) R 14951 14951 16367 0 -1 4202496 77665 0 0 0 10174 58 0 0 25 0 1 0 1017642394 370253824 77156 4294967295 134512640 135223648 3218098240 3218096112 134548581 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14955/statm: 90394 77156 72 174 0 90219 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 363992

[startup+162.326 s]
/proc/loadavg: 0.99 0.98 0.99 3/99 15338
/proc/meminfo: memFree=1581648/2074464 swapFree=1949244/1959888
[pid=14951] ppid=14949 vsize=2416 CPUtime=0
/proc/14951/stat : 14951 (SatELiteGTI) S 14949 14951 16367 0 -1 4194304 368 648 0 0 0 0 0 0 25 0 1 0 1017642394 2473984 277 4294967295 134512640 135169312 3214855488 3214854024 3085860590 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14951/statm: 604 277 235 161 0 43 0
[pid=14955] ppid=14951 vsize=361880 CPUtime=162.34
/proc/14955/stat : 14955 (SatELite_releas) R 14951 14951 16367 0 -1 4202496 78085 0 0 0 16175 59 0 0 25 0 1 0 1017642394 370565120 77268 4294967295 134512640 135223648 3218098240 3218096320 134548334 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14955/statm: 90470 77268 72 174 0 90295 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 364296

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

[startup+166.426 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 15521
/proc/meminfo: memFree=1581112/2074464 swapFree=1949244/1959888
[pid=14951] ppid=14949 vsize=2416 CPUtime=0
/proc/14951/stat : 14951 (SatELiteGTI) S 14949 14951 16367 0 -1 4194304 368 648 0 0 0 0 0 0 25 0 1 0 1017642394 2473984 277 4294967295 134512640 135169312 3214855488 3214854024 3085860590 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14951/statm: 604 277 235 161 0 43 0
[pid=14955] ppid=14951 vsize=361716 CPUtime=166.44
/proc/14955/stat : 14955 (SatELite_releas) R 14951 14951 16367 0 -1 4202496 78163 0 0 0 16585 59 0 0 25 0 1 0 1017642394 370397184 77305 4294967295 134512640 135223648 3218098240 3218096112 134548563 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14955/statm: 90429 77305 72 174 0 90254 0
Current children cumulated CPU time (s) 166.44
Current children cumulated vsize (KiB) 364132

[startup+172.825 s]
/proc/loadavg: 0.99 0.98 0.99 3/99 15521
/proc/meminfo: memFree=1598056/2074464 swapFree=1949244/1959888
[pid=14951] ppid=14949 vsize=2416 CPUtime=0
/proc/14951/stat : 14951 (SatELiteGTI) S 14949 14951 16367 0 -1 4194304 368 648 0 0 0 0 0 0 25 0 1 0 1017642394 2473984 277 4294967295 134512640 135169312 3214855488 3214854024 3085860590 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14951/statm: 604 277 235 161 0 43 0
[pid=14955] ppid=14951 vsize=352288 CPUtime=172.84
/proc/14955/stat : 14955 (SatELite_releas) R 14951 14951 16367 0 -1 4202496 83556 0 0 0 17222 62 0 0 25 0 1 0 1017642394 360742912 75324 4294967295 134512640 135223648 3218098240 3218096240 134548459 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14955/statm: 88072 75324 73 174 0 87897 0
Current children cumulated CPU time (s) 172.84
Current children cumulated vsize (KiB) 354704

[startup+176.025 s]
/proc/loadavg: 0.99 0.98 0.99 3/99 15521
/proc/meminfo: memFree=1558416/2074464 swapFree=1949244/1959888
[pid=14951] ppid=14949 vsize=2416 CPUtime=0
/proc/14951/stat : 14951 (SatELiteGTI) S 14949 14951 16367 0 -1 4194304 368 648 0 0 0 0 0 0 25 0 1 0 1017642394 2473984 277 4294967295 134512640 135169312 3214855488 3214854024 3085860590 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14951/statm: 604 277 235 161 0 43 0
[pid=14955] ppid=14951 vsize=366312 CPUtime=176.04
/proc/14955/stat : 14955 (SatELite_releas) R 14951 14951 16367 0 -1 4202496 84521 0 0 0 17536 68 0 0 25 0 1 0 1017642394 375103488 76289 4294967295 134512640 135223648 3218098240 3218096008 134737406 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14955/statm: 91578 76289 73 174 0 91403 0
Current children cumulated CPU time (s) 176.04
Current children cumulated vsize (KiB) 368728

[startup+177.625 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 15521
/proc/meminfo: memFree=1538452/2074464 swapFree=1949244/1959888
[pid=14951] ppid=14949 vsize=2416 CPUtime=0
/proc/14951/stat : 14951 (SatELiteGTI) S 14949 14951 16367 0 -1 4194304 368 648 0 0 0 0 0 0 25 0 1 0 1017642394 2473984 277 4294967295 134512640 135169312 3214855488 3214854024 3085860590 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14951/statm: 604 277 235 161 0 43 0
[pid=14955] ppid=14951 vsize=392636 CPUtime=177.64
/proc/14955/stat : 14955 (SatELite_releas) R 14951 14951 16367 0 -1 4202496 90188 0 0 0 17694 70 0 0 25 0 1 0 1017642394 402059264 81024 4294967295 134512640 135223648 3218098240 3218096448 134593189 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14955/statm: 98159 81024 73 174 0 97984 0
Current children cumulated CPU time (s) 177.64
Current children cumulated vsize (KiB) 395052

[startup+179.225 s]
/proc/loadavg: 0.99 0.98 0.99 3/99 15521
/proc/meminfo: memFree=1537088/2074464 swapFree=1949244/1959888
[pid=14951] ppid=14949 vsize=2416 CPUtime=0
/proc/14951/stat : 14951 (SatELiteGTI) S 14949 14951 16367 0 -1 4194304 368 648 0 0 0 0 0 0 25 0 1 0 1017642394 2473984 277 4294967295 134512640 135169312 3214855488 3214854024 3085860590 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14951/statm: 604 277 235 161 0 43 0
[pid=14955] ppid=14951 vsize=366868 CPUtime=179.24
/proc/14955/stat : 14955 (SatELite_releas) R 14951 14951 16367 0 -1 4202496 95784 0 0 0 17850 74 0 0 25 0 1 0 1017642394 375672832 76302 4294967295 134512640 135223648 3218098240 3218094860 134737406 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14955/statm: 91717 76302 75 174 0 91542 0
Current children cumulated CPU time (s) 179.24
Current children cumulated vsize (KiB) 369284

[startup+180.025 s]
/proc/loadavg: 0.99 0.98 0.99 3/99 15521
/proc/meminfo: memFree=1541304/2074464 swapFree=1949244/1959888
[pid=14951] ppid=14949 vsize=2420 CPUtime=179.44
/proc/14951/stat : 14951 (SatELiteGTI) S 14949 14951 16367 0 -1 4194304 388 96434 0 0 0 0 17867 77 18 0 1 0 1017642394 2478080 278 4294967295 134512640 135169312 3214855488 3214851704 3085860590 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14951/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 179.44
Current children cumulated vsize (KiB) 2420

[startup+180.225 s]
/proc/loadavg: 0.99 0.98 0.99 3/99 15521
/proc/meminfo: memFree=1541304/2074464 swapFree=1949244/1959888
[pid=14951] ppid=14949 vsize=2420 CPUtime=179.44
/proc/14951/stat : 14951 (SatELiteGTI) S 14949 14951 16367 0 -1 4194304 388 96434 0 0 0 0 17867 77 18 0 1 0 1017642394 2478080 278 4294967295 134512640 135169312 3214855488 3214851704 3085860590 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14951/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 179.44
Current children cumulated vsize (KiB) 2420

Child status: 20
Real time (s): 180.27
CPU time (s): 180.28
CPU user time (s): 179.44
CPU system time (s): 0.84
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 405592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 179.44
system time used= 0.84
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105160
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= 19
involuntary context switches= 593

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi11 at 2009-05-17 05:36:50
IDJOB=1821494
IDBENCH=70966
IDSOLVER=661
FILE ID=tipi11/1821494-1242531410
PBS_JOBID=
Free space on /tmp= 9790 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_2_L324_coli.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821494-1242531410/watcher-1821494-1242531410 -o /tmp/evaluation-result-1821494-1242531410/solver-1821494-1242531410 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821494-1242531410.cnf

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

MD5SUM BENCH= 501f46d9a7ec80065d0e56530d26e648
RANDOM SEED= 1141611545

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:       1890836 kB
Buffers:         18192 kB
Cached:         111568 kB
SwapCached:       5248 kB
Active:          97548 kB
Inactive:        44092 kB
HighTotal:     1178688 kB
HighFree:      1053996 kB
LowTotal:       895776 kB
LowFree:        836840 kB
SwapTotal:     1959888 kB
SwapFree:      1949244 kB
Dirty:           57220 kB
Writeback:           0 kB
AnonPages:       11116 kB
Mapped:           5104 kB
Slab:            33044 kB
PageTables:        584 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= 9790 MiB
End job on tipi11 at 2009-05-17 05:39:55