Trace number 1577773

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
picosat 913UNSAT 15.5606 15.5726

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

0.00/0.00	c PicoSAT SAT Solver Version 913
0.00/0.00	c Copyright (c) 2006 - 2009 Armin Biere JKU Linz
0.00/0.00	c gcc -Wall -Wextra -m32 -static -DNDEBUG -O3 -fomit-frame-pointer -finline-limit=1000000
0.00/0.00	c
0.00/0.00	c parsing HOME/instance-1577773-1241004587.cnf
0.00/0.00	c parsed header 'p cnf 617854 2745225'
7.08/7.14	c initialized 617854 variables
7.08/7.14	c found 2745225 non trivial clauses
7.08/7.14	c
7.08/7.14	c random number generator seed 0
7.08/7.14	c 
7.08/7.14	c  seconds     variables   original    learned     agility
7.08/7.14	c         level        used      conflicts    limit          MB
7.08/7.14	c 
7.08/7.14	c s   7.1   0.0 460e3  28.1 935e3  4811     3     0   0.0  83.8 
7.48/7.54	c 
7.48/7.54	c initial reduction limit 870579 clauses
7.48/7.54	c 
7.48/7.54	c +   7.5  79.4 459e3  31.8 935e3  4911    95 957e3  17.6  85.0 
7.48/7.56	c R   7.6  81.2 459e3  31.8 935e3  4913    97 957e3  17.2  85.0 
8.28/8.37	c s   8.4  54.8 458e3  34.0 906e3  5009   181 957e3   2.5  84.2 
9.18/9.21	c +   9.2  49.2 458e3  34.0 906e3  5061   230 105e4   4.7  84.3 
9.18/9.22	c R   9.2  48.9 458e3  34.0 906e3  5068   236 105e4  10.2  84.3 
15.18/15.24	c s  15.2  42.4 458e3  34.2 906e3  5268   426 105e4  10.8  84.3 
15.18/15.24	c 0  15.2  42.2 456e3  34.5 906e3  5274   426 105e4  11.9  84.3 
15.48/15.57	c 
15.48/15.57	c  seconds     variables   original    learned     agility
15.48/15.57	c         level        used      conflicts    limit          MB
15.48/15.57	c 
15.48/15.57	s UNSATISFIABLE
15.48/15.57	c
15.48/15.57	c 8 iterations
15.48/15.57	c 3 restarts
15.48/15.57	c 4811 failed literals
15.48/15.57	c 5274 conflicts
15.48/15.57	c 1411 decisions
15.48/15.57	c 161260 fixed variables
15.48/15.57	c 155496 learned literals
15.48/15.57	c 21.4% deleted literals
15.48/15.57	c 31490160 propagations
15.48/15.57	c 34.5% variables used
15.48/15.57	c 15.2 seconds in library
15.48/15.57	c 2.1 megaprops/second
15.48/15.57	c 3 simplifications
15.48/15.57	c 0 reductions
15.48/15.57	c 23.9 MB recycled
15.48/15.57	c 107.0 MB maximally allocated
15.48/15.57	c 15.2 seconds total run time

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-1577773-1241004587/watcher-1577773-1241004587 -o /tmp/evaluation-result-1577773-1241004587/solver-1577773-1241004587 -C 1200 -W 1800 -M 1800 --output-limit 1,128 HOME/picosat HOME/instance-1577773-1241004587.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
Solver output will be limited to a maximum of 134217728 bytes. The first 1048576 bytes and the last 133169152 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15231
/proc/meminfo: memFree=1180248/2055920 swapFree=4180188/4192956
[pid=15231] ppid=15229 vsize=35784 CPUtime=0
/proc/15231/stat : 15231 (picosat) R 15229 15231 14839 0 -1 4194304 551 0 0 0 0 0 0 0 18 0 1 0 128492858 36642816 536 1992294400 134512640 135137933 4294956224 18446744073709551615 134532201 0 0 4096 0 0 0 0 17 1 0 0
/proc/15231/statm: 8946 542 53 152 0 8792 0

[startup+0.104374 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15231
/proc/meminfo: memFree=1180248/2055920 swapFree=4180188/4192956
[pid=15231] ppid=15229 vsize=40808 CPUtime=0.09
/proc/15231/stat : 15231 (picosat) R 15229 15231 14839 0 -1 4194304 9660 0 0 0 6 3 0 0 18 0 1 0 128492858 41787392 9645 1992294400 134512640 135137933 4294956224 18446744073709551615 134668310 0 0 4096 0 0 0 0 17 1 0 0
/proc/15231/statm: 10202 9645 56 152 0 10048 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40808

[startup+0.201391 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15231
/proc/meminfo: memFree=1180248/2055920 swapFree=4180188/4192956
[pid=15231] ppid=15229 vsize=45044 CPUtime=0.19
/proc/15231/stat : 15231 (picosat) R 15229 15231 14839 0 -1 4194304 10721 0 0 0 15 4 0 0 19 0 1 0 128492858 46125056 10706 1992294400 134512640 135137933 4294956224 18446744073709551615 134668310 0 0 4096 0 0 0 0 17 1 0 0
/proc/15231/statm: 11261 10707 56 152 0 11107 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 45044

[startup+0.301409 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15231
/proc/meminfo: memFree=1180248/2055920 swapFree=4180188/4192956
[pid=15231] ppid=15229 vsize=49540 CPUtime=0.29
/proc/15231/stat : 15231 (picosat) R 15229 15231 14839 0 -1 4194304 11809 0 0 0 24 5 0 0 19 0 1 0 128492858 50728960 11794 1992294400 134512640 135137933 4294956224 18446744073709551615 134668310 0 0 4096 0 0 0 0 17 1 0 0
/proc/15231/statm: 12385 11794 56 152 0 12231 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49540

[startup+0.701482 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15231
/proc/meminfo: memFree=1180248/2055920 swapFree=4180188/4192956
[pid=15231] ppid=15229 vsize=68080 CPUtime=0.69
/proc/15231/stat : 15231 (picosat) R 15229 15231 14839 0 -1 4194304 16047 0 0 0 60 9 0 0 23 0 1 0 128492858 69713920 16032 1992294400 134512640 135137933 4294956224 18446744073709551615 134689438 0 0 4096 0 0 0 0 17 1 0 0
/proc/15231/statm: 17020 16033 56 152 0 16866 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 68080

[startup+1.50264 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15232
/proc/meminfo: memFree=1099216/2055920 swapFree=4180188/4192956
[pid=15231] ppid=15229 vsize=103924 CPUtime=1.49
/proc/15231/stat : 15231 (picosat) R 15229 15231 14839 0 -1 4194304 24691 0 0 0 135 14 0 0 25 0 1 0 128492858 106418176 24676 1992294400 134512640 135137933 4294956224 18446744073709551615 134519563 0 0 4096 0 0 0 0 17 0 0 0
/proc/15231/statm: 25981 24676 56 152 0 25827 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 103924

[startup+3.10193 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15232
/proc/meminfo: memFree=1054224/2055920 swapFree=4180188/4192956
[pid=15231] ppid=15229 vsize=128440 CPUtime=3.08
/proc/15231/stat : 15231 (picosat) R 15229 15231 14839 0 -1 4194304 31191 0 0 0 288 20 0 0 25 0 1 0 128492858 131522560 31176 1992294400 134512640 135137933 4294956224 18446744073709551615 134528659 0 0 4096 0 0 0 0 17 1 0 0
/proc/15231/statm: 32110 31176 61 152 0 31956 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 128440

[startup+6.30152 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15232
/proc/meminfo: memFree=1055888/2055920 swapFree=4180188/4192956
[pid=15231] ppid=15229 vsize=128836 CPUtime=6.28
/proc/15231/stat : 15231 (picosat) R 15229 15231 14839 0 -1 4194304 31314 0 0 0 608 20 0 0 25 0 1 0 128492858 131928064 31299 1992294400 134512640 135137933 4294956224 18446744073709551615 134527833 0 0 4096 0 0 0 0 17 1 0 0
/proc/15231/statm: 32209 31299 61 152 0 32055 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 128836

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15232
/proc/meminfo: memFree=1054416/2055920 swapFree=4180188/4192956
[pid=15231] ppid=15229 vsize=130124 CPUtime=12.68
/proc/15231/stat : 15231 (picosat) R 15229 15231 14839 0 -1 4194304 31631 0 0 0 1248 20 0 0 25 0 1 0 128492858 133246976 31616 1992294400 134512640 135137933 4294956224 18446744073709551615 134527773 0 0 4096 0 0 0 0 17 1 0 0
/proc/15231/statm: 32531 31616 69 152 0 32377 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 130124

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

[startup+12.8017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15232
/proc/meminfo: memFree=1054416/2055920 swapFree=4180188/4192956
[pid=15231] ppid=15229 vsize=130124 CPUtime=12.78
/proc/15231/stat : 15231 (picosat) R 15229 15231 14839 0 -1 4194304 31631 0 0 0 1258 20 0 0 25 0 1 0 128492858 133246976 31616 1992294400 134512640 135137933 4294956224 18446744073709551615 134548661 0 0 4096 0 0 0 0 17 1 0 0
/proc/15231/statm: 32531 31616 69 152 0 32377 0
Current children cumulated CPU time (s) 12.78
Current children cumulated vsize (KiB) 130124

[startup+14.406 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15232
/proc/meminfo: memFree=1054416/2055920 swapFree=4180188/4192956
[pid=15231] ppid=15229 vsize=130124 CPUtime=14.38
/proc/15231/stat : 15231 (picosat) R 15229 15231 14839 0 -1 4194304 31631 0 0 0 1418 20 0 0 25 0 1 0 128492858 133246976 31616 1992294400 134512640 135137933 4294956224 18446744073709551615 134522644 0 0 4096 0 0 0 0 17 1 0 0
/proc/15231/statm: 32531 31616 69 152 0 32377 0
Current children cumulated CPU time (s) 14.38
Current children cumulated vsize (KiB) 130124

[startup+15.2012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15232
/proc/meminfo: memFree=1054416/2055920 swapFree=4180188/4192956
[pid=15231] ppid=15229 vsize=130124 CPUtime=15.18
/proc/15231/stat : 15231 (picosat) R 15229 15231 14839 0 -1 4194304 31631 0 0 0 1498 20 0 0 25 0 1 0 128492858 133246976 31616 1992294400 134512640 135137933 4294956224 18446744073709551615 134527773 0 0 4096 0 0 0 0 17 1 0 0
/proc/15231/statm: 32531 31616 69 152 0 32377 0
Current children cumulated CPU time (s) 15.18
Current children cumulated vsize (KiB) 130124

[startup+15.4012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15232
/proc/meminfo: memFree=1101264/2055920 swapFree=4180188/4192956
[pid=15231] ppid=15229 vsize=79860 CPUtime=15.38
/proc/15231/stat : 15231 (picosat) R 15229 15231 14839 0 -1 4194304 31633 0 0 0 1517 21 0 0 25 0 1 0 128492858 81776640 19860 1992294400 134512640 135137933 4294956224 18446744073709551615 134659044 0 0 4096 0 0 0 0 17 1 0 0
/proc/15231/statm: 19965 19860 69 152 0 19811 0
Current children cumulated CPU time (s) 15.38
Current children cumulated vsize (KiB) 79860

[startup+15.5052 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15232
/proc/meminfo: memFree=1101264/2055920 swapFree=4180188/4192956
[pid=15231] ppid=15229 vsize=79860 CPUtime=15.48
/proc/15231/stat : 15231 (picosat) R 15229 15231 14839 0 -1 4194304 31633 0 0 0 1527 21 0 0 25 0 1 0 128492858 81776640 19860 1992294400 134512640 135137933 4294956224 18446744073709551615 134658867 0 0 4096 0 0 0 0 17 1 0 0
/proc/15231/statm: 19965 19860 69 152 0 19811 0
Current children cumulated CPU time (s) 15.48
Current children cumulated vsize (KiB) 79860

Child status: 20
Real time (s): 15.5726
CPU time (s): 15.5606
CPU user time (s): 15.3327
CPU system time (s): 0.227965
CPU usage (%): 99.9232
Max. virtual memory (cumulated for all children) (KiB): 130124

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

runsolver used 0.017997 second user time and 0.041993 second system time

The end

Launcher Data

Begin job on node7 at 2009-04-29 13:29:50
IDJOB=1577773
IDBENCH=70966
IDSOLVER=506
FILE ID=node7/1577773-1241004587
PBS_JOBID= 9204860
Free space on /tmp= 66356 MiB

SOLVER NAME= picosat 913
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_2_L324_coli.cnf
COMMAND LINE= HOME/picosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1577773-1241004587/watcher-1577773-1241004587 -o /tmp/evaluation-result-1577773-1241004587/solver-1577773-1241004587 -C 1200 -W 1800 -M 1800 --output-limit 1,128  HOME/picosat HOME/instance-1577773-1241004587.cnf

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

MD5SUM BENCH= 501f46d9a7ec80065d0e56530d26e648
RANDOM SEED=253763676

node7.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.256
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.256
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:       1180664 kB
Buffers:         43900 kB
Cached:         775388 kB
SwapCached:       7116 kB
Active:         195196 kB
Inactive:       632580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1180664 kB
SwapTotal:     4192956 kB
SwapFree:      4180188 kB
Dirty:           54684 kB
Writeback:           0 kB
Mapped:          13488 kB
Slab:            33388 kB
Committed_AS:   874368 kB
PageTables:       1456 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= 66356 MiB
End job on node7 at 2009-04-29 13:30:06