Trace number 1577787

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
HydraSAT 2009-03-22-BaseUNSAT 51.0372 51.11

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 benchmark3.35749
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

50.92/51.05	
50.92/51.05	c decisions : 1190999
50.92/51.05	c conflicts : 19592
50.92/51.05	c Memory limit 1620 MiB
50.92/51.05	c RANDOM SEED: 966677148
50.92/51.05	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-1577787-1241004683/watcher-1577787-1241004683 -o /tmp/evaluation-result-1577787-1241004683/solver-1577787-1241004683 -C 1200 -W 1800 -M 1800 HOME/hydrasat HOME/instance-1577787-1241004683.cnf -rs 966677148 -co memory_limit 1800 

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: 2.38 2.22 1.70 3/64 31393
/proc/meminfo: memFree=1169388/2055920 swapFree=4181664/4192956
[pid=31393] ppid=31391 vsize=12492 CPUtime=0
/proc/31393/stat : 31393 (hydrasat) R 31391 31393 31025 0 -1 4194304 220 0 0 0 0 0 0 0 18 0 1 0 128498084 12791808 204 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 0 0 0
/proc/31393/statm: 3123 204 151 362 0 2758 0

[startup+0.062223 s]
/proc/loadavg: 2.38 2.22 1.70 3/64 31393
/proc/meminfo: memFree=1169388/2055920 swapFree=4181664/4192956
[pid=31393] ppid=31391 vsize=14076 CPUtime=0.05
/proc/31393/stat : 31393 (hydrasat) R 31391 31393 31025 0 -1 4194304 657 0 0 0 5 0 0 0 18 0 1 0 128498084 14413824 641 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 0 0 0
/proc/31393/statm: 3519 641 151 362 0 3154 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 14076

[startup+0.101478 s]
/proc/loadavg: 2.38 2.22 1.70 3/64 31393
/proc/meminfo: memFree=1169388/2055920 swapFree=4181664/4192956
[pid=31393] ppid=31391 vsize=15132 CPUtime=0.09
/proc/31393/stat : 31393 (hydrasat) R 31391 31393 31025 0 -1 4194304 942 0 0 0 9 0 0 0 18 0 1 0 128498084 15495168 926 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 0 0 0
/proc/31393/statm: 3783 937 151 362 0 3418 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15132

[startup+0.301247 s]
/proc/loadavg: 2.38 2.22 1.70 3/64 31393
/proc/meminfo: memFree=1169388/2055920 swapFree=4181664/4192956
[pid=31393] ppid=31391 vsize=17376 CPUtime=0.29
/proc/31393/stat : 31393 (hydrasat) R 31391 31393 31025 0 -1 4194304 1583 0 0 0 29 0 0 0 19 0 1 0 128498084 17793024 1567 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 0 0 0
/proc/31393/statm: 4344 1567 151 362 0 3979 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17376

[startup+0.701286 s]
/proc/loadavg: 2.38 2.22 1.70 3/64 31393
/proc/meminfo: memFree=1169388/2055920 swapFree=4181664/4192956
[pid=31393] ppid=31391 vsize=18168 CPUtime=0.69
/proc/31393/stat : 31393 (hydrasat) R 31391 31393 31025 0 -1 4194304 1803 0 0 0 67 2 0 0 23 0 1 0 128498084 18604032 1787 1992294400 134512640 135997824 4294956160 18446744073709551615 134938227 0 0 4096 1 0 0 0 17 0 0 0
/proc/31393/statm: 4542 1787 151 362 0 4177 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18168

[startup+1.50137 s]
/proc/loadavg: 2.43 2.24 1.71 2/65 31394
/proc/meminfo: memFree=1158756/2055920 swapFree=4181664/4192956
[pid=31393] ppid=31391 vsize=33744 CPUtime=1.49
/proc/31393/stat : 31393 (hydrasat) R 31391 31393 31025 0 -1 4194304 6040 0 0 0 144 5 0 0 25 0 1 0 128498084 34553856 6024 1992294400 134512640 135997824 4294956160 18446744073709551615 135371271 0 0 4096 1 0 0 0 17 0 0 0
/proc/31393/statm: 8436 6024 151 362 0 8071 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33744

[startup+3.10153 s]
/proc/loadavg: 2.43 2.24 1.71 2/65 31394
/proc/meminfo: memFree=1132068/2055920 swapFree=4181664/4192956
[pid=31393] ppid=31391 vsize=64500 CPUtime=3.08
/proc/31393/stat : 31393 (hydrasat) R 31391 31393 31025 0 -1 4194304 14489 0 0 0 297 11 0 0 25 0 1 0 128498084 66048000 14473 1992294400 134512640 135997824 4294956160 18446744073709551615 135387657 0 0 4096 1 0 0 0 17 0 0 0
/proc/31393/statm: 16125 14473 151 362 0 15760 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 64500

[startup+6.30187 s]
/proc/loadavg: 2.43 2.24 1.71 2/65 31394
/proc/meminfo: memFree=1055460/2055920 swapFree=4181664/4192956
[pid=31393] ppid=31391 vsize=163004 CPUtime=6.28
/proc/31393/stat : 31393 (hydrasat) R 31391 31393 31025 0 -1 4194304 40214 0 0 0 596 32 0 0 25 0 1 0 128498084 166916096 40159 1992294400 134512640 135997824 4294956160 18446744073709551615 135376521 0 0 4096 1 0 0 0 17 0 0 0
/proc/31393/statm: 40751 40159 155 362 0 40386 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 163004

[startup+12.7018 s]
/proc/loadavg: 2.52 2.26 1.72 2/65 31394
/proc/meminfo: memFree=970148/2055920 swapFree=4181664/4192956
[pid=31393] ppid=31391 vsize=211576 CPUtime=12.69
/proc/31393/stat : 31393 (hydrasat) R 31391 31393 31025 0 -1 4194304 54261 0 0 0 1231 38 0 0 25 0 1 0 128498084 216653824 49851 1992294400 134512640 135997824 4294956160 18446744073709551615 135387649 0 0 4096 1 0 0 0 17 0 0 0
/proc/31393/statm: 52894 49851 158 362 0 52529 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 211576

[startup+25.5019 s]
/proc/loadavg: 2.59 2.28 1.74 2/65 31394
/proc/meminfo: memFree=969892/2055920 swapFree=4181664/4192956
[pid=31393] ppid=31391 vsize=211640 CPUtime=25.47
/proc/31393/stat : 31393 (hydrasat) R 31391 31393 31025 0 -1 4194304 54405 0 0 0 2509 38 0 0 25 0 1 0 128498084 216719360 49901 1992294400 134512640 135997824 4294956160 18446744073709551615 135387649 0 0 4096 1 0 0 0 17 0 0 0
/proc/31393/statm: 52910 49901 158 362 0 52545 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 211640

[startup+51.1025 s]
/proc/loadavg: 2.61 2.31 1.76 2/65 31394
/proc/meminfo: memFree=820324/2055920 swapFree=4181664/4192956
[pid=31393] ppid=31391 vsize=0 CPUtime=51.02
/proc/31393/stat : 31393 (hydrasat) R 31391 31393 31025 0 -1 4194308 111303 0 0 0 5034 68 0 0 25 0 1 0 128498084 0 0 1992294400 0 0 0 0 0 0 0 4096 1 0 0 0 17 0 0 0
/proc/31393/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 0

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

[startup+51.1025 s]
/proc/loadavg: 2.61 2.31 1.76 2/65 31394
/proc/meminfo: memFree=820324/2055920 swapFree=4181664/4192956
[pid=31393] ppid=31391 vsize=0 CPUtime=51.02
/proc/31393/stat : 31393 (hydrasat) R 31391 31393 31025 0 -1 4194308 111303 0 0 0 5034 68 0 0 25 0 1 0 128498084 0 0 1992294400 0 0 0 0 0 0 0 4096 1 0 0 0 17 0 0 0
/proc/31393/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 51.11
CPU time (s): 51.0372
CPU user time (s): 50.3453
CPU system time (s): 0.691894
CPU usage (%): 99.8577
Max. virtual memory (cumulated for all children) (KiB): 389224

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

runsolver used 0.136979 second user time and 0.354946 second system time

The end

Launcher Data

Begin job on node90 at 2009-04-29 13:31:30
IDJOB=1577787
IDBENCH=70966
IDSOLVER=520
FILE ID=node90/1577787-1241004683
PBS_JOBID= 9204782
Free space on /tmp= 66504 MiB

SOLVER NAME= HydraSAT 2009-03-22-Base
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_2_L324_coli.cnf
COMMAND LINE= DIR/hydrasat BENCHNAME -rs RANDOMSEED -co memory_limit MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1577787-1241004683/watcher-1577787-1241004683 -o /tmp/evaluation-result-1577787-1241004683/solver-1577787-1241004683 -C 1200 -W 1800 -M 1800  HOME/hydrasat HOME/instance-1577787-1241004683.cnf -rs 966677148 -co memory_limit 1800

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

MD5SUM BENCH= 501f46d9a7ec80065d0e56530d26e648
RANDOM SEED=966677148

node90.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.238
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.238
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1169804 kB
Buffers:         56684 kB
Cached:         746192 kB
SwapCached:      10200 kB
Active:         184264 kB
Inactive:       631928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1169804 kB
SwapTotal:     4192956 kB
SwapFree:      4181664 kB
Dirty:           55592 kB
Writeback:           0 kB
Mapped:          14904 kB
Slab:            55884 kB
Committed_AS:   416028 kB
PageTables:       1428 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= 66500 MiB
End job on node90 at 2009-04-29 13:32:21