Trace number 1849565

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
minisat2 070721/coreUNSAT 174.32 174.307

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.52/2.58	c ==============================================================================
2.52/2.58	c |           |     ORIGINAL     |              LEARNT              |          |
2.52/2.58	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.52/2.58	c ==============================================================================
2.52/2.58	c |         0 | 2558866  7469452 |  767659       0        0     nan |  0.000 % |
172.74/172.78	c |         0 |  573237  2439840 |      --       0       --      -- |     --   | -1621374/-4028064
172.74/172.79	c ==============================================================================
172.74/172.79	c Result  :   #vars: 51366   #clauses: 573237   #literals: 2439840
172.74/172.79	c CPU time:   172.23 s
172.74/172.79	c ==============================================================================
173.64/173.69	This is MiniSat 2.0 beta
173.64/173.69	WARNING: for repeatability, setting FPU to use double precision
173.64/173.69	============================[ Problem Statistics ]=============================
173.64/173.69	|                                                                             |
173.64/173.69	|  Number of variables:  51366                                                |
173.64/173.69	|  Number of clauses:    573237                                               |
174.13/174.11	|  Parsing time:         0.38         s                                       |
174.13/174.15	============================[ Search Statistics ]==============================
174.13/174.15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
174.13/174.15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
174.13/174.15	===============================================================================
174.13/174.15	|         0 |   51366   573237  2439840 |   191079        0    nan |  0.000 % |
174.23/174.24	|       100 |   51362   573237  2439840 |   210186       98      6 |  0.008 % |
174.23/174.27	===============================================================================
174.23/174.27	restarts              : 2
174.23/174.27	conflicts             : 237            (439 /sec)
174.23/174.27	decisions             : 2873           (1.95 % random) (5320 /sec)
174.23/174.27	propagations          : 45848          (84904 /sec)
174.23/174.27	conflict literals     : 1246           (7.77 % deleted)
174.23/174.27	Memory used           : 32.42 MB
174.23/174.27	CPU time              : 0.54 s
174.23/174.27	
174.23/174.27	UNSATISFIABLE
174.23/174.27	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-1849565-1244840082/watcher-1849565-1244840082 -o /tmp/evaluation-result-1849565-1244840082/solver-1849565-1244840082 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1849565-1244840082.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

[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 26138
/proc/meminfo: memFree=1685260/2074464 swapFree=1959860/1959888
[pid=26138] ppid=26136 vsize=9596 CPUtime=0.01
/proc/26138/stat : 26138 (runsolver) R 26136 17865 17865 0 -1 4202560 4 0 0 0 0 1 0 0 25 0 1 0 81428215 9826304 14 4294967295 134512640 135670194 3215322336 3215320088 135164836 0 0 0 24578 0 0 0 17 3 0 0 0
/proc/26138/statm: 2399 14 1 283 0 2114 0
Current StackSize limit: 8192 KiB


[startup+0.040083 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 26138
/proc/meminfo: memFree=1685260/2074464 swapFree=1959860/1959888
[pid=26138] ppid=26136 vsize=2416 CPUtime=0.01
/proc/26138/stat : 26138 (SatELiteGTI) S 26136 26138 17865 0 -1 4194304 366 649 0 0 0 1 0 0 25 0 1 0 81428215 2473984 277 4294967295 134512640 135169312 3217313680 3217312216 3084975854 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26138/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+0.110077 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 26138
/proc/meminfo: memFree=1685260/2074464 swapFree=1959860/1959888
[pid=26138] ppid=26136 vsize=2416 CPUtime=0.01
/proc/26138/stat : 26138 (SatELiteGTI) S 26136 26138 17865 0 -1 4194304 366 649 0 0 0 1 0 0 25 0 1 0 81428215 2473984 277 4294967295 134512640 135169312 3217313680 3217312216 3084975854 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26138/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+0.310059 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 26138
/proc/meminfo: memFree=1685260/2074464 swapFree=1959860/1959888
[pid=26138] ppid=26136 vsize=2416 CPUtime=0.01
/proc/26138/stat : 26138 (SatELiteGTI) S 26136 26138 17865 0 -1 4194304 366 649 0 0 0 1 0 0 25 0 1 0 81428215 2473984 277 4294967295 134512640 135169312 3217313680 3217312216 3084975854 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26138/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+0.710067 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 26138
/proc/meminfo: memFree=1685260/2074464 swapFree=1959860/1959888
[pid=26138] ppid=26136 vsize=2416 CPUtime=0.01
/proc/26138/stat : 26138 (SatELiteGTI) S 26136 26138 17865 0 -1 4194304 366 649 0 0 0 1 0 0 25 0 1 0 81428215 2473984 277 4294967295 134512640 135169312 3217313680 3217312216 3084975854 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26138/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+1.50996 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 26143
/proc/meminfo: memFree=1575852/2074464 swapFree=1959860/1959888
[pid=26138] ppid=26136 vsize=2416 CPUtime=0.01
/proc/26138/stat : 26138 (SatELiteGTI) S 26136 26138 17865 0 -1 4194304 366 649 0 0 0 1 0 0 25 0 1 0 81428215 2473984 277 4294967295 134512640 135169312 3217313680 3217312216 3084975854 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26138/statm: 604 277 235 161 0 43 0
[pid=26143] ppid=26138 vsize=172760 CPUtime=1.51
/proc/26143/stat : 26143 (SatELite_releas) R 26138 26138 17865 0 -1 4202496 40464 0 0 0 128 23 0 0 25 0 1 0 81428216 176906240 40400 4294967295 134512640 135223648 3218553008 3218551960 134737310 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26143/statm: 43190 40400 47 174 0 43015 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 175176

[startup+3.10983 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 26143
/proc/meminfo: memFree=1460284/2074464 swapFree=1959860/1959888
[pid=26138] ppid=26136 vsize=2416 CPUtime=0.01
/proc/26138/stat : 26138 (SatELiteGTI) S 26136 26138 17865 0 -1 4194304 366 649 0 0 0 1 0 0 25 0 1 0 81428215 2473984 277 4294967295 134512640 135169312 3217313680 3217312216 3084975854 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26138/statm: 604 277 235 161 0 43 0
[pid=26143] ppid=26138 vsize=335088 CPUtime=3.11
/proc/26143/stat : 26143 (SatELite_releas) R 26138 26138 17865 0 -1 4202496 71524 0 0 0 274 37 0 0 25 0 1 0 81428216 343130112 71371 4294967295 134512640 135223648 3218553008 3218551600 134548217 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26143/statm: 83772 71371 67 174 0 83597 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 337504

[startup+6.30957 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 26143
/proc/meminfo: memFree=1399524/2074464 swapFree=1959860/1959888
[pid=26138] ppid=26136 vsize=2416 CPUtime=0.01
/proc/26138/stat : 26138 (SatELiteGTI) S 26136 26138 17865 0 -1 4194304 366 649 0 0 0 1 0 0 25 0 1 0 81428215 2473984 277 4294967295 134512640 135169312 3217313680 3217312216 3084975854 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26138/statm: 604 277 235 161 0 43 0
[pid=26143] ppid=26138 vsize=335600 CPUtime=6.31
/proc/26143/stat : 26143 (SatELite_releas) R 26138 26138 17865 0 -1 4202496 71617 0 0 0 594 37 0 0 25 0 1 0 81428216 343654400 71464 4294967295 134512640 135223648 3218553008 3218551504 134548206 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26143/statm: 83900 71464 67 174 0 83725 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 338016

[startup+12.7091 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 26143
/proc/meminfo: memFree=1376284/2074464 swapFree=1959860/1959888
[pid=26138] ppid=26136 vsize=2416 CPUtime=0.01
/proc/26138/stat : 26138 (SatELiteGTI) S 26136 26138 17865 0 -1 4194304 366 649 0 0 0 1 0 0 25 0 1 0 81428215 2473984 277 4294967295 134512640 135169312 3217313680 3217312216 3084975854 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26138/statm: 604 277 235 161 0 43 0
[pid=26143] ppid=26138 vsize=360596 CPUtime=12.71
/proc/26143/stat : 26143 (SatELite_releas) R 26138 26138 17865 0 -1 4202496 77444 0 0 0 1232 39 0 0 25 0 1 0 81428216 369250304 77202 4294967295 134512640 135223648 3218553008 3218551088 134548217 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26143/statm: 90149 77202 72 174 0 89974 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 363012

[startup+25.508 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 26331
/proc/meminfo: memFree=1376004/2074464 swapFree=1959860/1959888
[pid=26138] ppid=26136 vsize=2416 CPUtime=0.01
/proc/26138/stat : 26138 (SatELiteGTI) S 26136 26138 17865 0 -1 4194304 366 649 0 0 0 1 0 0 25 0 1 0 81428215 2473984 277 4294967295 134512640 135169312 3217313680 3217312216 3084975854 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26138/statm: 604 277 235 161 0 43 0
[pid=26143] ppid=26138 vsize=360596 CPUtime=25.51
/proc/26143/stat : 26143 (SatELite_releas) R 26138 26138 17865 0 -1 4202496 77458 0 0 0 2511 40 0 0 25 0 1 0 81428216 369250304 77216 4294967295 134512640 135223648 3218553008 3218551088 134548206 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26143/statm: 90149 77216 72 174 0 89974 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 363012

[startup+51.1059 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 26331
/proc/meminfo: memFree=1376264/2074464 swapFree=1959860/1959888
[pid=26138] ppid=26136 vsize=2416 CPUtime=0.01
/proc/26138/stat : 26138 (SatELiteGTI) S 26136 26138 17865 0 -1 4194304 366 649 0 0 0 1 0 0 25 0 1 0 81428215 2473984 277 4294967295 134512640 135169312 3217313680 3217312216 3084975854 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26138/statm: 604 277 235 161 0 43 0
[pid=26143] ppid=26138 vsize=360104 CPUtime=51.11
/proc/26143/stat : 26143 (SatELite_releas) R 26138 26138 17865 0 -1 4202496 77529 0 0 0 5071 40 0 0 25 0 1 0 81428216 368746496 77164 4294967295 134512640 135223648 3218553008 3218551088 134548347 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26143/statm: 90026 77164 72 174 0 89851 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 362520

[startup+102.312 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 26523
/proc/meminfo: memFree=1375928/2074464 swapFree=1959860/1959888
[pid=26138] ppid=26136 vsize=2416 CPUtime=0.01
/proc/26138/stat : 26138 (SatELiteGTI) S 26136 26138 17865 0 -1 4194304 366 649 0 0 0 1 0 0 25 0 1 0 81428215 2473984 277 4294967295 134512640 135169312 3217313680 3217312216 3084975854 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26138/statm: 604 277 235 161 0 43 0
[pid=26143] ppid=26138 vsize=361576 CPUtime=102.32
/proc/26143/stat : 26143 (SatELite_releas) R 26138 26138 17865 0 -1 4202496 77673 0 0 0 10192 40 0 0 25 0 1 0 81428216 370253824 77164 4294967295 134512640 135223648 3218553008 3218550880 134548577 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26143/statm: 90394 77164 72 174 0 90219 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 363992

[startup+162.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 26712
/proc/meminfo: memFree=1375636/2074464 swapFree=1959860/1959888
[pid=26138] ppid=26136 vsize=2416 CPUtime=0.01
/proc/26138/stat : 26138 (SatELiteGTI) S 26136 26138 17865 0 -1 4194304 366 649 0 0 0 1 0 0 25 0 1 0 81428215 2473984 277 4294967295 134512640 135169312 3217313680 3217312216 3084975854 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26138/statm: 604 277 235 161 0 43 0
[pid=26143] ppid=26138 vsize=361716 CPUtime=162.32
/proc/26143/stat : 26143 (SatELite_releas) R 26138 26138 17865 0 -1 4202496 78169 0 0 0 16192 40 0 0 25 0 1 0 81428216 370397184 77311 4294967295 134512640 135223648 3218553008 3218550880 134548283 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26143/statm: 90429 77311 72 174 0 90254 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 364132

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

[startup+166.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 26712
/proc/meminfo: memFree=1375520/2074464 swapFree=1959860/1959888
[pid=26138] ppid=26136 vsize=2416 CPUtime=0.01
/proc/26138/stat : 26138 (SatELiteGTI) S 26136 26138 17865 0 -1 4194304 366 649 0 0 0 1 0 0 25 0 1 0 81428215 2473984 277 4294967295 134512640 135169312 3217313680 3217312216 3084975854 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26138/statm: 604 277 235 161 0 43 0
[pid=26143] ppid=26138 vsize=361552 CPUtime=166.32
/proc/26143/stat : 26143 (SatELite_releas) R 26138 26138 17865 0 -1 4202496 78228 0 0 0 16592 40 0 0 25 0 1 0 81428216 370229248 77329 4294967295 134512640 135223648 3218553008 3218551088 134548581 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26143/statm: 90388 77329 72 174 0 90213 0
Current children cumulated CPU time (s) 166.33
Current children cumulated vsize (KiB) 363968

[startup+169.516 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 26714
/proc/meminfo: memFree=1358492/2074464 swapFree=1959860/1959888
[pid=26138] ppid=26136 vsize=2416 CPUtime=0.01
/proc/26138/stat : 26138 (SatELiteGTI) S 26136 26138 17865 0 -1 4194304 366 649 0 0 0 1 0 0 25 0 1 0 81428215 2473984 277 4294967295 134512640 135169312 3217313680 3217312216 3084975854 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26138/statm: 604 277 235 161 0 43 0
[pid=26143] ppid=26138 vsize=366312 CPUtime=169.53
/proc/26143/stat : 26143 (SatELite_releas) R 26138 26138 17865 0 -1 4202496 84406 0 0 0 16903 50 0 0 25 0 1 0 81428216 375103488 76174 4294967295 134512640 135223648 3218553008 3218550928 134575965 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26143/statm: 91578 76174 73 174 0 91403 0
Current children cumulated CPU time (s) 169.54
Current children cumulated vsize (KiB) 368728

[startup+172.716 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 26715
/proc/meminfo: memFree=1350300/2074464 swapFree=1959860/1959888
[pid=26138] ppid=26136 vsize=2416 CPUtime=0.01
/proc/26138/stat : 26138 (SatELiteGTI) S 26136 26138 17865 0 -1 4194304 366 649 0 0 0 1 0 0 25 0 1 0 81428215 2473984 277 4294967295 134512640 135169312 3217313680 3217312216 3084975854 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26138/statm: 604 277 235 161 0 43 0
[pid=26143] ppid=26138 vsize=403176 CPUtime=172.73
/proc/26143/stat : 26143 (SatELite_releas) R 26138 26138 17865 0 -1 4202496 95168 0 0 0 17216 57 0 0 25 0 1 0 81428216 412852224 80664 4294967295 134512640 135223648 3218553008 3218551360 134602396 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26143/statm: 100794 80664 73 174 0 100619 0
Current children cumulated CPU time (s) 172.74
Current children cumulated vsize (KiB) 405592

[startup+173.516 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 26715
/proc/meminfo: memFree=1350300/2074464 swapFree=1959860/1959888
[pid=26138] ppid=26136 vsize=2416 CPUtime=0.01
/proc/26138/stat : 26138 (SatELiteGTI) S 26136 26138 17865 0 -1 4194304 366 649 0 0 0 1 0 0 25 0 1 0 81428215 2473984 277 4294967295 134512640 135169312 3217313680 3217312216 3084975854 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26138/statm: 604 277 235 161 0 43 0
[pid=26143] ppid=26138 vsize=366868 CPUtime=173.53
/proc/26143/stat : 26143 (SatELite_releas) R 26138 26138 17865 0 -1 4202496 95784 0 0 0 17293 60 0 0 25 0 1 0 81428216 375672832 76302 4294967295 134512640 135223648 3218553008 3218549812 134822610 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26143/statm: 91717 76302 75 174 0 91542 0
Current children cumulated CPU time (s) 173.54
Current children cumulated vsize (KiB) 369284

[startup+173.916 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 26716
/proc/meminfo: memFree=1631284/2074464 swapFree=1959860/1959888
[pid=26138] ppid=26136 vsize=2420 CPUtime=173.71
/proc/26138/stat : 26138 (SatELiteGTI) S 26136 26138 17865 0 -1 4194304 386 96435 0 0 0 1 17308 62 18 0 1 0 81428215 2478080 279 4294967295 134512640 135169312 3217313680 3217309896 3084975854 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26138/statm: 605 279 235 161 0 44 0
[pid=26716] ppid=26138 vsize=18472 CPUtime=0.22
/proc/26716/stat : 26716 (minisat_static) R 26138 26138 17865 0 -1 4202496 4357 0 0 0 22 0 0 0 22 0 1 0 81445584 18915328 4291 4294967295 134512640 135212939 3214812544 3213762660 134719078 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26716/statm: 4618 4291 55 171 0 4446 0
Current children cumulated CPU time (s) 173.93
Current children cumulated vsize (KiB) 20892

[startup+174.116 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 26716
/proc/meminfo: memFree=1631284/2074464 swapFree=1959860/1959888
[pid=26138] ppid=26136 vsize=2420 CPUtime=173.71
/proc/26138/stat : 26138 (SatELiteGTI) S 26136 26138 17865 0 -1 4194304 386 96435 0 0 0 1 17308 62 18 0 1 0 81428215 2478080 279 4294967295 134512640 135169312 3217313680 3217309896 3084975854 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26138/statm: 605 279 235 161 0 44 0
[pid=26716] ppid=26138 vsize=31344 CPUtime=0.42
/proc/26716/stat : 26716 (minisat_static) R 26138 26138 17865 0 -1 4202496 7466 0 0 0 38 4 0 0 23 0 1 0 81445584 32096256 7401 4294967295 134512640 135212939 3214812544 3213762660 134719078 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26716/statm: 7836 7401 55 171 0 7664 0
Current children cumulated CPU time (s) 174.13
Current children cumulated vsize (KiB) 33764

[startup+174.216 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 26716
/proc/meminfo: memFree=1631284/2074464 swapFree=1959860/1959888
[pid=26138] ppid=26136 vsize=2420 CPUtime=173.71
/proc/26138/stat : 26138 (SatELiteGTI) S 26136 26138 17865 0 -1 4194304 386 96435 0 0 0 1 17308 62 18 0 1 0 81428215 2478080 279 4294967295 134512640 135169312 3217313680 3217309896 3084975854 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26138/statm: 605 279 235 161 0 44 0
[pid=26716] ppid=26138 vsize=32404 CPUtime=0.52
/proc/26716/stat : 26716 (minisat_static) R 26138 26138 17865 0 -1 4202496 7772 0 0 0 48 4 0 0 23 0 1 0 81445584 33181696 7706 4294967295 134512640 135212939 3214812544 3214811008 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26716/statm: 8101 7706 71 171 0 7929 0
Current children cumulated CPU time (s) 174.23
Current children cumulated vsize (KiB) 34824

Child status: 20
Real time (s): 174.307
CPU time (s): 174.32
CPU user time (s): 173.62
CPU system time (s): 0.7
CPU usage (%): 100.008
Max. virtual memory (cumulated for all children) (KiB): 405592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 173.62
system time used= 0.7
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105048
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= 430

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi08 at 2009-06-12 22:54:42
IDJOB=1849565
IDBENCH=70966
IDSOLVER=690
FILE ID=tipi08/1849565-1244840082
PBS_JOBID=
Free space on /tmp= 15216 MiB

SOLVER NAME= minisat2 070721/core
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_2_L324_coli.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1849565-1244840082/watcher-1849565-1244840082 -o /tmp/evaluation-result-1849565-1244840082/solver-1849565-1244840082 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1849565-1244840082.cnf

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

MD5SUM BENCH= 501f46d9a7ec80065d0e56530d26e648
RANDOM SEED= 1627603495

Linux tipi08 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.464
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.464
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.75

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


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1685292 kB
Buffers:         21104 kB
Cached:         306516 kB
SwapCached:          4 kB
Active:         113684 kB
Inactive:       225328 kB
HighTotal:     1178688 kB
HighFree:       870952 kB
LowTotal:       895776 kB
LowFree:        814340 kB
SwapTotal:     1959888 kB
SwapFree:      1959860 kB
Dirty:           56624 kB
Writeback:           0 kB
AnonPages:       11208 kB
Mapped:           5132 kB
Slab:            41692 kB
PageTables:        480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    85836 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 15216 MiB
End job on tipi08 at 2009-06-12 22:57:41