Trace number 1797982

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-core 070721UNSAT 36.9804 36.9945

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 benchmark36.9804
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	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  617854                                               |
0.00/0.00	|  Number of clauses:    2745225                                              |
1.69/1.71	|  Parsing time:         1.52         s                                       |
1.79/1.82	============================[ Search Statistics ]==============================
1.79/1.82	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.79/1.82	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.79/1.82	===============================================================================
1.79/1.82	|         0 |  479545  2194684  6550541 |   731561        0    nan |  0.000 % |
2.19/2.27	|       100 |  479355  2194684  6550541 |   804717       94      7 | 22.871 % |
2.29/2.34	|       250 |  479332  2194684  6550541 |   885189      242      9 | 22.935 % |
4.69/4.75	|       475 |  479327  2194684  6550541 |   973708      466     17 | 22.978 % |
20.68/20.77	|       813 |  475881  1614311  4392276 |  1071078      782     18 | 22.983 % |
21.08/21.11	|      1319 |  475881  1614311  4392276 |  1178186     1288     16 | 22.983 % |
21.28/21.36	|      2080 |  475881  1614311  4392276 |  1296005     2049     17 | 22.983 % |
21.68/21.73	|      3219 |  475881  1614311  4392276 |  1425606     3188     16 | 22.983 % |
22.38/22.47	|      4928 |  475740  1614162  4391874 |  1568166     4885     17 | 23.212 % |
23.28/23.40	|      7493 |  474432  1577521  4283907 |  1724983     5776     17 | 23.213 % |
25.78/25.88	|     11338 |  474432  1577521  4283907 |  1897481     9621     18 | 23.213 % |
32.28/32.38	|     17104 |  474414  1577377  4283487 |  2087229    15372     20 | 23.216 % |
36.18/36.25	|     25754 |  474404  1575396  4277567 |  2295952    23919     23 | 23.218 % |
36.88/36.97	===============================================================================
36.88/36.97	restarts              : 13
36.88/36.97	conflicts             : 26186          (713 /sec)
36.88/36.97	decisions             : 73796          (1.89 % random) (2008 /sec)
36.88/36.97	propagations          : 59784535       (1627037 /sec)
36.88/36.97	conflict literals     : 603486         (16.64 % deleted)
36.88/36.97	Memory used           : 142.87 MB
36.88/36.97	CPU time              : 36.7444 s
36.88/36.97	
36.88/36.97	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1797982-1242083968/watcher-1797982-1242083968 -o /tmp/evaluation-result-1797982-1242083968/solver-1797982-1242083968 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797982-1242083968.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: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.10 1.02 1.00 3/64 3840
/proc/meminfo: memFree=1890032/2055920 swapFree=4171952/4192956
[pid=3840] ppid=3838 vsize=2192 CPUtime=0
/proc/3840/stat : 3840 (minisat_static) R 3838 3840 3302 0 -1 4194304 410 0 0 0 0 0 0 0 18 0 1 0 236430183 2244608 395 1992294400 134512640 135213614 4294956256 18446744073709551615 134524639 0 0 4096 3 0 0 0 17 1 0 0
/proc/3840/statm: 548 395 58 171 0 374 0

[startup+0.0800851 s]
/proc/loadavg: 1.10 1.02 1.00 3/64 3840
/proc/meminfo: memFree=1890032/2055920 swapFree=4171952/4192956
[pid=3840] ppid=3838 vsize=8904 CPUtime=0.06
/proc/3840/stat : 3840 (minisat_static) R 3838 3840 3302 0 -1 4194304 1945 0 0 0 6 0 0 0 18 0 1 0 236430183 9117696 1930 1992294400 134512640 135213614 4294956256 18446744073709551615 134736207 0 0 4096 3 0 0 0 17 1 0 0
/proc/3840/statm: 2226 1930 58 171 0 2052 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8904

[startup+0.101088 s]
/proc/loadavg: 1.10 1.02 1.00 3/64 3840
/proc/meminfo: memFree=1890032/2055920 swapFree=4171952/4192956
[pid=3840] ppid=3838 vsize=10632 CPUtime=0.08
/proc/3840/stat : 3840 (minisat_static) R 3838 3840 3302 0 -1 4194304 2365 0 0 0 8 0 0 0 18 0 1 0 236430183 10887168 2350 1992294400 134512640 135213614 4294956256 18446744073709551615 134524573 0 0 4096 3 0 0 0 17 1 0 0
/proc/3840/statm: 2658 2350 58 171 0 2484 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10632

[startup+0.301122 s]
/proc/loadavg: 1.10 1.02 1.00 3/64 3840
/proc/meminfo: memFree=1890032/2055920 swapFree=4171952/4192956
[pid=3840] ppid=3838 vsize=26868 CPUtime=0.29
/proc/3840/stat : 3840 (minisat_static) R 3838 3840 3302 0 -1 4194304 6228 0 0 0 26 3 0 0 19 0 1 0 236430183 27512832 6213 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/3840/statm: 6717 6213 58 171 0 6543 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26868

[startup+0.70119 s]
/proc/loadavg: 1.10 1.02 1.00 3/64 3840
/proc/meminfo: memFree=1890032/2055920 swapFree=4171952/4192956
[pid=3840] ppid=3838 vsize=59804 CPUtime=0.69
/proc/3840/stat : 3840 (minisat_static) R 3838 3840 3302 0 -1 4194304 13832 0 0 0 62 7 0 0 22 0 1 0 236430183 61239296 13817 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/3840/statm: 14951 13817 58 171 0 14777 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59804

[startup+1.50133 s]
/proc/loadavg: 1.10 1.02 1.00 2/65 3841
/proc/meminfo: memFree=1811944/2055920 swapFree=4171952/4192956
[pid=3840] ppid=3838 vsize=128800 CPUtime=1.49
/proc/3840/stat : 3840 (minisat_static) R 3838 3840 3302 0 -1 4194304 29084 0 0 0 132 17 0 0 25 0 1 0 236430183 131891200 29069 1992294400 134512640 135213614 4294956256 18446744073709551615 134524828 0 0 4096 3 0 0 0 17 1 0 0
/proc/3840/statm: 32200 29069 58 171 0 32026 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 128800

[startup+3.1016 s]
/proc/loadavg: 1.09 1.01 1.00 2/65 3841
/proc/meminfo: memFree=1753512/2055920 swapFree=4171952/4192956
[pid=3840] ppid=3838 vsize=144492 CPUtime=3.09
/proc/3840/stat : 3840 (minisat_static) R 3838 3840 3302 0 -1 4194304 33999 0 0 0 290 19 0 0 25 0 1 0 236430183 147959808 33984 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/3840/statm: 36123 33984 78 171 0 35949 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 144492

[startup+6.30115 s]
/proc/loadavg: 1.09 1.01 1.00 2/65 3841
/proc/meminfo: memFree=1754472/2055920 swapFree=4171952/4192956
[pid=3840] ppid=3838 vsize=144492 CPUtime=6.29
/proc/3840/stat : 3840 (minisat_static) R 3838 3840 3302 0 -1 4194304 33999 0 0 0 609 20 0 0 25 0 1 0 236430183 147959808 33984 1992294400 134512640 135213614 4294956256 18446744073709551615 134524207 0 0 4096 3 0 0 0 17 1 0 0
/proc/3840/statm: 36123 33984 78 171 0 35949 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 144492

[startup+12.7022 s]
/proc/loadavg: 1.07 1.01 1.00 2/65 3841
/proc/meminfo: memFree=1754552/2055920 swapFree=4171952/4192956
[pid=3840] ppid=3838 vsize=144492 CPUtime=12.68
/proc/3840/stat : 3840 (minisat_static) R 3838 3840 3302 0 -1 4194304 33999 0 0 0 1248 20 0 0 25 0 1 0 236430183 147959808 33984 1992294400 134512640 135213614 4294956256 18446744073709551615 134524114 0 0 4096 3 0 0 0 17 1 0 0
/proc/3840/statm: 36123 33984 78 171 0 35949 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 144492

[startup+25.5014 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 3841
/proc/meminfo: memFree=1754616/2055920 swapFree=4171952/4192956
[pid=3840] ppid=3838 vsize=144624 CPUtime=25.48
/proc/3840/stat : 3840 (minisat_static) R 3838 3840 3302 0 -1 4194304 34038 0 0 0 2528 20 0 0 25 0 1 0 236430183 148094976 34023 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/3840/statm: 36156 34023 78 171 0 35982 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 144624

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

[startup+31.9055 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 3841
/proc/meminfo: memFree=1754168/2055920 swapFree=4171952/4192956
[pid=3840] ppid=3838 vsize=145236 CPUtime=31.88
/proc/3840/stat : 3840 (minisat_static) R 3838 3840 3302 0 -1 4194304 34169 0 0 0 3168 20 0 0 25 0 1 0 236430183 148721664 34154 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/3840/statm: 36309 34154 78 171 0 36135 0
Current children cumulated CPU time (s) 31.88
Current children cumulated vsize (KiB) 145236

[startup+35.1011 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 3841
/proc/meminfo: memFree=1752504/2055920 swapFree=4171952/4192956
[pid=3840] ppid=3838 vsize=146028 CPUtime=35.09
/proc/3840/stat : 3840 (minisat_static) R 3838 3840 3302 0 -1 4194304 34366 0 0 0 3488 21 0 0 25 0 1 0 236430183 149532672 34351 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/3840/statm: 36507 34351 78 171 0 36333 0
Current children cumulated CPU time (s) 35.09
Current children cumulated vsize (KiB) 146028

[startup+35.9012 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 3841
/proc/meminfo: memFree=1752504/2055920 swapFree=4171952/4192956
[pid=3840] ppid=3838 vsize=146160 CPUtime=35.88
/proc/3840/stat : 3840 (minisat_static) R 3838 3840 3302 0 -1 4194304 34415 0 0 0 3567 21 0 0 25 0 1 0 236430183 149667840 34400 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/3840/statm: 36540 34400 78 171 0 36366 0
Current children cumulated CPU time (s) 35.88
Current children cumulated vsize (KiB) 146160

[startup+36.7013 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 3841
/proc/meminfo: memFree=1752248/2055920 swapFree=4171952/4192956
[pid=3840] ppid=3838 vsize=146292 CPUtime=36.68
/proc/3840/stat : 3840 (minisat_static) R 3838 3840 3302 0 -1 4194304 34435 0 0 0 3647 21 0 0 25 0 1 0 236430183 149803008 34420 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 1 0 0
/proc/3840/statm: 36573 34420 78 171 0 36399 0
Current children cumulated CPU time (s) 36.68
Current children cumulated vsize (KiB) 146292

[startup+36.9014 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 3841
/proc/meminfo: memFree=1752248/2055920 swapFree=4171952/4192956
[pid=3840] ppid=3838 vsize=146292 CPUtime=36.88
/proc/3840/stat : 3840 (minisat_static) R 3838 3840 3302 0 -1 4194304 34439 0 0 0 3667 21 0 0 25 0 1 0 236430183 149803008 34424 1992294400 134512640 135213614 4294956256 18446744073709551615 134527153 0 0 4096 3 0 0 0 17 1 0 0
/proc/3840/statm: 36573 34424 78 171 0 36399 0
Current children cumulated CPU time (s) 36.88
Current children cumulated vsize (KiB) 146292

Child status: 20
Real time (s): 36.9945
CPU time (s): 36.9804
CPU user time (s): 36.7444
CPU system time (s): 0.235964
CPU usage (%): 99.9619
Max. virtual memory (cumulated for all children) (KiB): 146292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.7444
system time used= 0.235964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34453
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= 2
involuntary context switches= 68

runsolver used 0.040993 second user time and 0.086986 second system time

The end

Launcher Data

Begin job on node25 at 2009-05-12 01:19:32
IDJOB=1797982
IDBENCH=70966
IDSOLVER=651
FILE ID=node25/1797982-1242083968
PBS_JOBID= 9277599
Free space on /tmp= 66044 MiB

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

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

MD5SUM BENCH= 501f46d9a7ec80065d0e56530d26e648
RANDOM SEED=1034497044

node25.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1890512 kB
Buffers:          5784 kB
Cached:          93204 kB
SwapCached:      14776 kB
Active:          99320 kB
Inactive:        15904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1890512 kB
SwapTotal:     4192956 kB
SwapFree:      4171952 kB
Dirty:           54904 kB
Writeback:           0 kB
Mapped:          14060 kB
Slab:            36212 kB
Committed_AS:   801864 kB
PageTables:       1484 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66044 MiB
End job on node25 at 2009-05-12 01:20:09