Trace number 1730059

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
kw 2009-03-20UNSAT 90.8422 90.8844

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-dead-dnd002.sat05-2713.reshuffled-07.cnf
MD5SUM3ea6a8df7aa4f426ea9b73a3dcbe6d01
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark38.7661
Satisfiable
(Un)Satisfiability was proved
Number of variables1339
Number of clauses7095
Sum of the clauses size60253
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31520
Number of clauses of size 4130
Number of clauses of size 5168
Number of clauses of size over 54955

Solver Data

0.00/0.00	c kw (KillerWhale) version 0.6
0.00/0.00	c Copyright 2007-2009 Johan Alfredsson, Oepir
0.00/0.00	c johan@oepir.com
90.75/90.87	c 90.78 seconds
90.75/90.87	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-1730059-1240755786/watcher-1730059-1240755786 -o /tmp/evaluation-result-1730059-1240755786/solver-1730059-1240755786 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1730059-1240755786.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 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 25366
/proc/meminfo: memFree=1555888/2055920 swapFree=4192812/4192956
[pid=25366] ppid=25364 vsize=3432 CPUtime=0
/proc/25366/stat : 25366 (kw) R 25364 25366 25141 0 -1 0 473 0 0 0 0 0 0 0 18 0 1 0 103611789 3514368 457 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/25366/statm: 858 457 221 541 0 308 0

[startup+0.097044 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 25366
/proc/meminfo: memFree=1555888/2055920 swapFree=4192812/4192956
[pid=25366] ppid=25364 vsize=5384 CPUtime=0.09
/proc/25366/stat : 25366 (kw) R 25364 25366 25141 0 -1 0 976 0 0 0 9 0 0 0 18 0 1 0 103611789 5513216 960 1992294400 4194304 6412682 548682068832 18446744073709551615 4564722 0 0 4096 0 0 0 0 17 0 0 0
/proc/25366/statm: 1346 960 239 541 0 796 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5384

[startup+0.101044 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 25366
/proc/meminfo: memFree=1555888/2055920 swapFree=4192812/4192956
[pid=25366] ppid=25364 vsize=5688 CPUtime=0.09
/proc/25366/stat : 25366 (kw) R 25364 25366 25141 0 -1 0 1019 0 0 0 9 0 0 0 18 0 1 0 103611789 5824512 1004 1992294400 4194304 6412682 548682068832 18446744073709551615 5509008 0 0 4096 0 0 0 0 17 0 0 0
/proc/25366/statm: 1422 1011 240 541 0 872 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5688

[startup+0.301067 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 25366
/proc/meminfo: memFree=1555888/2055920 swapFree=4192812/4192956
[pid=25366] ppid=25364 vsize=5912 CPUtime=0.29
/proc/25366/stat : 25366 (kw) R 25364 25366 25141 0 -1 0 1138 0 0 0 29 0 0 0 19 0 1 0 103611789 6053888 1122 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/25366/statm: 1478 1122 254 541 0 928 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5912

[startup+0.701112 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 25366
/proc/meminfo: memFree=1555888/2055920 swapFree=4192812/4192956
[pid=25366] ppid=25364 vsize=6708 CPUtime=0.69
/proc/25366/stat : 25366 (kw) R 25364 25366 25141 0 -1 0 1354 0 0 0 68 1 0 0 23 0 1 0 103611789 6868992 1338 1992294400 4194304 6412682 548682068832 18446744073709551615 4286815 0 0 4096 0 0 0 0 17 0 0 0
/proc/25366/statm: 1677 1338 254 541 0 1127 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6708

[startup+1.5012 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25367
/proc/meminfo: memFree=1550312/2055920 swapFree=4192812/4192956
[pid=25366] ppid=25364 vsize=9460 CPUtime=1.49
/proc/25366/stat : 25366 (kw) R 25364 25366 25141 0 -1 0 2001 0 0 0 147 2 0 0 25 0 1 0 103611789 9687040 1985 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/25366/statm: 2365 1985 254 541 0 1815 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9460

[startup+3.10139 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25367
/proc/meminfo: memFree=1547752/2055920 swapFree=4192812/4192956
[pid=25366] ppid=25364 vsize=11472 CPUtime=3.09
/proc/25366/stat : 25366 (kw) R 25364 25366 25141 0 -1 0 2505 0 0 0 306 3 0 0 25 0 1 0 103611789 11747328 2404 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/25366/statm: 2868 2404 257 541 0 2318 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11472

[startup+6.30276 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25367
/proc/meminfo: memFree=1545576/2055920 swapFree=4192812/4192956
[pid=25366] ppid=25364 vsize=14196 CPUtime=6.29
/proc/25366/stat : 25366 (kw) R 25364 25366 25141 0 -1 0 3220 0 0 0 625 4 0 0 25 0 1 0 103611789 14536704 3067 1992294400 4194304 6412682 548682068832 18446744073709551615 4296616 0 0 4096 0 0 0 0 17 0 0 0
/proc/25366/statm: 3549 3067 257 541 0 2999 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14196

[startup+12.7015 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25367
/proc/meminfo: memFree=1541224/2055920 swapFree=4192812/4192956
[pid=25366] ppid=25364 vsize=18120 CPUtime=12.69
/proc/25366/stat : 25366 (kw) R 25364 25366 25141 0 -1 0 4219 0 0 0 1262 7 0 0 25 0 1 0 103611789 18554880 3858 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/25366/statm: 4530 3858 257 541 0 3980 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18120

[startup+25.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25367
/proc/meminfo: memFree=1536616/2055920 swapFree=4192812/4192956
[pid=25366] ppid=25364 vsize=23216 CPUtime=25.48
/proc/25366/stat : 25366 (kw) R 25364 25366 25141 0 -1 0 5582 0 0 0 2536 12 0 0 25 0 1 0 103611789 23773184 5026 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 0 0 0
/proc/25366/statm: 5804 5026 257 541 0 5254 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 23216

[startup+51.1019 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25367
/proc/meminfo: memFree=1531176/2055920 swapFree=4192812/4192956
[pid=25366] ppid=25364 vsize=29276 CPUtime=51.07
/proc/25366/stat : 25366 (kw) R 25364 25366 25141 0 -1 0 7199 0 0 0 5088 19 0 0 25 0 1 0 103611789 29978624 6385 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/25366/statm: 7319 6385 257 541 0 6769 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 29276

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

[startup+76.7019 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25367
/proc/meminfo: memFree=1527848/2055920 swapFree=4192812/4192956
[pid=25366] ppid=25364 vsize=33984 CPUtime=76.66
/proc/25366/stat : 25366 (kw) R 25364 25366 25141 0 -1 0 8417 0 0 0 7642 24 0 0 25 0 1 0 103611789 34799616 7263 1992294400 4194304 6412682 548682068832 18446744073709551615 4286898 0 0 4096 0 0 0 0 17 0 0 0
/proc/25366/statm: 8496 7263 257 541 0 7946 0
Current children cumulated CPU time (s) 76.66
Current children cumulated vsize (KiB) 33984

[startup+83.1026 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25367
/proc/meminfo: memFree=1526568/2055920 swapFree=4192812/4192956
[pid=25366] ppid=25364 vsize=35012 CPUtime=83.06
/proc/25366/stat : 25366 (kw) R 25364 25366 25141 0 -1 0 8701 0 0 0 8281 25 0 0 25 0 1 0 103611789 35852288 7547 1992294400 4194304 6412682 548682068832 18446744073709551615 4286837 0 0 4096 0 0 0 0 17 0 0 0
/proc/25366/statm: 8753 7547 257 541 0 8203 0
Current children cumulated CPU time (s) 83.06
Current children cumulated vsize (KiB) 35012

[startup+86.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25367
/proc/meminfo: memFree=1526120/2055920 swapFree=4192812/4192956
[pid=25366] ppid=25364 vsize=35152 CPUtime=86.25
/proc/25366/stat : 25366 (kw) R 25364 25366 25141 0 -1 0 8937 0 0 0 8599 26 0 0 25 0 1 0 103611789 35995648 7574 1992294400 4194304 6412682 548682068832 18446744073709551615 4286849 0 0 4096 0 0 0 0 17 0 0 0
/proc/25366/statm: 8788 7574 257 541 0 8238 0
Current children cumulated CPU time (s) 86.25
Current children cumulated vsize (KiB) 35152

[startup+87.9012 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25367
/proc/meminfo: memFree=1526120/2055920 swapFree=4192812/4192956
[pid=25366] ppid=25364 vsize=35152 CPUtime=87.86
/proc/25366/stat : 25366 (kw) R 25364 25366 25141 0 -1 0 8942 0 0 0 8760 26 0 0 25 0 1 0 103611789 35995648 7579 1992294400 4194304 6412682 548682068832 18446744073709551615 4286837 0 0 4096 0 0 0 0 17 0 0 0
/proc/25366/statm: 8788 7579 257 541 0 8238 0
Current children cumulated CPU time (s) 87.86
Current children cumulated vsize (KiB) 35152

[startup+89.5013 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25367
/proc/meminfo: memFree=1526120/2055920 swapFree=4192812/4192956
[pid=25366] ppid=25364 vsize=35152 CPUtime=89.45
/proc/25366/stat : 25366 (kw) R 25364 25366 25141 0 -1 0 8956 0 0 0 8919 26 0 0 25 0 1 0 103611789 35995648 7593 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/25366/statm: 8788 7593 257 541 0 8238 0
Current children cumulated CPU time (s) 89.45
Current children cumulated vsize (KiB) 35152

[startup+90.3014 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25367
/proc/meminfo: memFree=1526120/2055920 swapFree=4192812/4192956
[pid=25366] ppid=25364 vsize=35352 CPUtime=90.25
/proc/25366/stat : 25366 (kw) R 25364 25366 25141 0 -1 0 8996 0 0 0 8999 26 0 0 25 0 1 0 103611789 36200448 7633 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/25366/statm: 8838 7633 257 541 0 8288 0
Current children cumulated CPU time (s) 90.25
Current children cumulated vsize (KiB) 35352

[startup+90.7015 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25367
/proc/meminfo: memFree=1526120/2055920 swapFree=4192812/4192956
[pid=25366] ppid=25364 vsize=35556 CPUtime=90.65
/proc/25366/stat : 25366 (kw) R 25364 25366 25141 0 -1 0 9011 0 0 0 9039 26 0 0 25 0 1 0 103611789 36409344 7648 1992294400 4194304 6412682 548682068832 18446744073709551615 4286821 0 0 4096 0 0 0 0 17 0 0 0
/proc/25366/statm: 8889 7648 257 541 0 8339 0
Current children cumulated CPU time (s) 90.65
Current children cumulated vsize (KiB) 35556

[startup+90.8015 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25367
/proc/meminfo: memFree=1526120/2055920 swapFree=4192812/4192956
[pid=25366] ppid=25364 vsize=35556 CPUtime=90.75
/proc/25366/stat : 25366 (kw) R 25364 25366 25141 0 -1 0 9013 0 0 0 9049 26 0 0 25 0 1 0 103611789 36409344 7650 1992294400 4194304 6412682 548682068832 18446744073709551615 4285624 0 0 4096 0 0 0 0 17 0 0 0
/proc/25366/statm: 8889 7650 257 541 0 8339 0
Current children cumulated CPU time (s) 90.75
Current children cumulated vsize (KiB) 35556

Child status: 20
Real time (s): 90.8844
CPU time (s): 90.8422
CPU user time (s): 90.5702
CPU system time (s): 0.271958
CPU usage (%): 99.9536
Max. virtual memory (cumulated for all children) (KiB): 35848

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

runsolver used 0.081987 second user time and 0.25696 second system time

The end

Launcher Data

Begin job on node20 at 2009-04-26 16:23:06
IDJOB=1730059
IDBENCH=24721
IDSOLVER=501
FILE ID=node20/1730059-1240755786
PBS_JOBID= 9187103
Free space on /tmp= 66252 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-dead-dnd002.sat05-2713.reshuffled-07.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1730059-1240755786/watcher-1730059-1240755786 -o /tmp/evaluation-result-1730059-1240755786/solver-1730059-1240755786 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1730059-1240755786.cnf

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

MD5SUM BENCH= 3ea6a8df7aa4f426ea9b73a3dcbe6d01
RANDOM SEED=1187063882

node20.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.214
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	: 5931.00
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.214
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:       1556304 kB
Buffers:         57888 kB
Cached:         361808 kB
SwapCached:          0 kB
Active:         213804 kB
Inactive:       219824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1556304 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2528 kB
Writeback:           0 kB
Mapped:          23680 kB
Slab:            51928 kB
Committed_AS:   437168 kB
PageTables:       1396 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= 66248 MiB
End job on node20 at 2009-04-26 16:24:37