Trace number 1727621

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 231.521 231.578

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7a-gensys-icl004.sat05-3825.reshuffled-07.cnf
MD5SUMd9bf8689fd094f6ad4f37a57f4f0a5ae
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark77.4612
Satisfiable
(Un)Satisfiability was proved
Number of variables2401
Number of clauses15960
Sum of the clauses size111993
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2427
Number of clauses of size 32205
Number of clauses of size 4294
Number of clauses of size 5441
Number of clauses of size over 512551

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
231.43/231.56	c 231.37 seconds
231.43/231.56	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-1727621-1240727108/watcher-1727621-1240727108 -o /tmp/evaluation-result-1727621-1240727108/solver-1727621-1240727108 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1727621-1240727108.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.94 1.01 0.99 3/64 25013
/proc/meminfo: memFree=1741640/2055920 swapFree=4191900/4192956
[pid=25013] ppid=25011 vsize=4008 CPUtime=0
/proc/25013/stat : 25013 (kw) R 25011 25013 24856 0 -1 0 621 0 0 0 0 0 0 0 18 0 1 0 100743955 4104192 605 1992294400 4194304 6412682 548682068864 18446744073709551615 4384637 0 0 4096 0 0 0 0 17 1 0 0
/proc/25013/statm: 1002 605 219 541 0 452 0

[startup+0.0326051 s]
/proc/loadavg: 0.94 1.01 0.99 3/64 25013
/proc/meminfo: memFree=1741640/2055920 swapFree=4191900/4192956
[pid=25013] ppid=25011 vsize=4272 CPUtime=0.02
/proc/25013/stat : 25013 (kw) R 25011 25013 24856 0 -1 0 688 0 0 0 2 0 0 0 18 0 1 0 100743955 4374528 672 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25013/statm: 1068 672 221 541 0 518 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4272

[startup+0.101611 s]
/proc/loadavg: 0.94 1.01 0.99 3/64 25013
/proc/meminfo: memFree=1741640/2055920 swapFree=4191900/4192956
[pid=25013] ppid=25011 vsize=4932 CPUtime=0.09
/proc/25013/stat : 25013 (kw) R 25011 25013 24856 0 -1 0 875 0 0 0 9 0 0 0 18 0 1 0 100743955 5050368 859 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25013/statm: 1233 859 221 541 0 683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4932

[startup+0.301628 s]
/proc/loadavg: 0.94 1.01 0.99 3/64 25013
/proc/meminfo: memFree=1741640/2055920 swapFree=4191900/4192956
[pid=25013] ppid=25011 vsize=8620 CPUtime=0.29
/proc/25013/stat : 25013 (kw) R 25011 25013 24856 0 -1 0 1816 0 0 0 29 0 0 0 19 0 1 0 100743955 8826880 1800 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25013/statm: 2155 1800 239 541 0 1605 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8620

[startup+0.701663 s]
/proc/loadavg: 0.94 1.01 0.99 3/64 25013
/proc/meminfo: memFree=1741640/2055920 swapFree=4191900/4192956
[pid=25013] ppid=25011 vsize=8772 CPUtime=0.69
/proc/25013/stat : 25013 (kw) R 25011 25013 24856 0 -1 0 1885 0 0 0 68 1 0 0 22 0 1 0 100743955 8982528 1869 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25013/statm: 2193 1869 254 541 0 1643 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8772

[startup+1.50173 s]
/proc/loadavg: 0.94 1.01 0.99 2/65 25014
/proc/meminfo: memFree=1735040/2055920 swapFree=4191900/4192956
[pid=25013] ppid=25011 vsize=9736 CPUtime=1.49
/proc/25013/stat : 25013 (kw) R 25011 25013 24856 0 -1 0 2105 0 0 0 147 2 0 0 25 0 1 0 100743955 9969664 2089 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25013/statm: 2434 2089 254 541 0 1884 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9736

[startup+3.10187 s]
/proc/loadavg: 0.94 1.01 0.99 2/65 25014
/proc/meminfo: memFree=1732608/2055920 swapFree=4191900/4192956
[pid=25013] ppid=25011 vsize=12064 CPUtime=3.09
/proc/25013/stat : 25013 (kw) R 25011 25013 24856 0 -1 0 2623 0 0 0 306 3 0 0 25 0 1 0 100743955 12353536 2567 1992294400 4194304 6412682 548682068864 18446744073709551615 4286898 0 0 4096 0 0 0 0 17 1 0 0
/proc/25013/statm: 3016 2567 257 541 0 2466 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12064

[startup+6.30215 s]
/proc/loadavg: 0.95 1.01 0.99 2/65 25014
/proc/meminfo: memFree=1730688/2055920 swapFree=4191900/4192956
[pid=25013] ppid=25011 vsize=13932 CPUtime=6.29
/proc/25013/stat : 25013 (kw) R 25011 25013 24856 0 -1 0 3156 0 0 0 625 4 0 0 25 0 1 0 100743955 14266368 3003 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25013/statm: 3483 3003 257 541 0 2933 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13932

[startup+12.7017 s]
/proc/loadavg: 0.95 1.01 0.99 2/65 25014
/proc/meminfo: memFree=1727040/2055920 swapFree=4191900/4192956
[pid=25013] ppid=25011 vsize=17312 CPUtime=12.69
/proc/25013/stat : 25013 (kw) R 25011 25013 24856 0 -1 0 4079 0 0 0 1263 6 0 0 25 0 1 0 100743955 17727488 3797 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25013/statm: 4328 3797 257 541 0 3778 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17312

[startup+25.5018 s]
/proc/loadavg: 0.96 1.01 0.99 2/65 25014
/proc/meminfo: memFree=1723136/2055920 swapFree=4191900/4192956
[pid=25013] ppid=25011 vsize=22528 CPUtime=25.49
/proc/25013/stat : 25013 (kw) R 25011 25013 24856 0 -1 0 5320 0 0 0 2540 9 0 0 25 0 1 0 100743955 23068672 4868 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25013/statm: 5632 4868 257 541 0 5082 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 22528

[startup+51.102 s]
/proc/loadavg: 0.97 1.01 0.99 2/65 25014
/proc/meminfo: memFree=1716416/2055920 swapFree=4191900/4192956
[pid=25013] ppid=25011 vsize=29796 CPUtime=51.08
/proc/25013/stat : 25013 (kw) R 25011 25013 24856 0 -1 0 7312 0 0 0 5094 14 0 0 25 0 1 0 100743955 30511104 6498 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25013/statm: 7449 6498 257 541 0 6899 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 29796

[startup+102.305 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 25014
/proc/meminfo: memFree=1706496/2055920 swapFree=4191900/4192956
[pid=25013] ppid=25011 vsize=41412 CPUtime=102.27
/proc/25013/stat : 25013 (kw) R 25011 25013 24856 0 -1 0 10149 0 0 0 10204 23 0 0 25 0 1 0 100743955 42405888 8995 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25013/statm: 10353 8995 257 541 0 9803 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 41412

[startup+162.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 25014
/proc/meminfo: memFree=1699456/2055920 swapFree=4191900/4192956
[pid=25013] ppid=25011 vsize=50204 CPUtime=162.25
/proc/25013/stat : 25013 (kw) R 25011 25013 24856 0 -1 0 12449 0 0 0 16194 31 0 0 25 0 1 0 100743955 51408896 10846 1992294400 4194304 6412682 548682068864 18446744073709551615 4286907 0 0 4096 0 0 0 0 17 1 0 0
/proc/25013/statm: 12551 10846 257 541 0 12001 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 50204

[startup+222.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 25014
/proc/meminfo: memFree=1692160/2055920 swapFree=4191900/4192956
[pid=25013] ppid=25011 vsize=58668 CPUtime=222.23
/proc/25013/stat : 25013 (kw) R 25011 25013 24856 0 -1 0 14593 0 0 0 22185 38 0 0 25 0 1 0 100743955 60076032 12713 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/25013/statm: 14667 12713 257 541 0 14117 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 58668

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

[startup+223.902 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 25014
/proc/meminfo: memFree=1691392/2055920 swapFree=4191900/4192956
[pid=25013] ppid=25011 vsize=58668 CPUtime=223.83
/proc/25013/stat : 25013 (kw) R 25011 25013 24856 0 -1 0 14627 0 0 0 22345 38 0 0 25 0 1 0 100743955 60076032 12747 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25013/statm: 14667 12747 257 541 0 14117 0
Current children cumulated CPU time (s) 223.83
Current children cumulated vsize (KiB) 58668

[startup+227.101 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 25014
/proc/meminfo: memFree=1689792/2055920 swapFree=4191900/4192956
[pid=25013] ppid=25011 vsize=61324 CPUtime=227.04
/proc/25013/stat : 25013 (kw) R 25011 25013 24856 0 -1 0 15009 0 0 0 22665 39 0 0 25 0 1 0 100743955 62795776 13129 1992294400 4194304 6412682 548682068864 18446744073709551615 4296628 0 0 4096 0 0 0 0 17 1 0 0
/proc/25013/statm: 15331 13129 257 541 0 14781 0
Current children cumulated CPU time (s) 227.04
Current children cumulated vsize (KiB) 61324

[startup+228.702 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 25014
/proc/meminfo: memFree=1690880/2055920 swapFree=4191900/4192956
[pid=25013] ppid=25011 vsize=60052 CPUtime=228.64
/proc/25013/stat : 25013 (kw) R 25011 25013 24856 0 -1 0 15009 0 0 0 22825 39 0 0 25 0 1 0 100743955 61493248 12811 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25013/statm: 15013 12811 257 541 0 14463 0
Current children cumulated CPU time (s) 228.64
Current children cumulated vsize (KiB) 60052

[startup+230.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 25014
/proc/meminfo: memFree=1690880/2055920 swapFree=4191900/4192956
[pid=25013] ppid=25011 vsize=60052 CPUtime=230.23
/proc/25013/stat : 25013 (kw) R 25011 25013 24856 0 -1 0 15009 0 0 0 22984 39 0 0 25 0 1 0 100743955 61493248 12811 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25013/statm: 15013 12811 257 541 0 14463 0
Current children cumulated CPU time (s) 230.23
Current children cumulated vsize (KiB) 60052

[startup+231.102 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 25014
/proc/meminfo: memFree=1690880/2055920 swapFree=4191900/4192956
[pid=25013] ppid=25011 vsize=60052 CPUtime=231.03
/proc/25013/stat : 25013 (kw) R 25011 25013 24856 0 -1 0 15009 0 0 0 23064 39 0 0 25 0 1 0 100743955 61493248 12811 1992294400 4194304 6412682 548682068864 18446744073709551615 4287192 0 0 4096 0 0 0 0 17 1 0 0
/proc/25013/statm: 15013 12811 257 541 0 14463 0
Current children cumulated CPU time (s) 231.03
Current children cumulated vsize (KiB) 60052

[startup+231.502 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 25014
/proc/meminfo: memFree=1690880/2055920 swapFree=4191900/4192956
[pid=25013] ppid=25011 vsize=60052 CPUtime=231.43
/proc/25013/stat : 25013 (kw) R 25011 25013 24856 0 -1 0 15009 0 0 0 23104 39 0 0 25 0 1 0 100743955 61493248 12811 1992294400 4194304 6412682 548682068864 18446744073709551615 4286907 0 0 4096 0 0 0 0 17 1 0 0
/proc/25013/statm: 15013 12811 257 541 0 14463 0
Current children cumulated CPU time (s) 231.43
Current children cumulated vsize (KiB) 60052

Child status: 20
Real time (s): 231.578
CPU time (s): 231.521
CPU user time (s): 231.112
CPU system time (s): 0.408937
CPU usage (%): 99.9754
Max. virtual memory (cumulated for all children) (KiB): 61324

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

runsolver used 0.172973 second user time and 0.505923 second system time

The end

Launcher Data

Begin job on node31 at 2009-04-26 08:25:08
IDJOB=1727621
IDBENCH=24642
IDSOLVER=501
FILE ID=node31/1727621-1240727108
PBS_JOBID= 9186935
Free space on /tmp= 66416 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest05/QG/QG7a-gensys-icl004.sat05-3825.reshuffled-07.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727621-1240727108/watcher-1727621-1240727108 -o /tmp/evaluation-result-1727621-1240727108/solver-1727621-1240727108 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1727621-1240727108.cnf

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

MD5SUM BENCH= d9bf8689fd094f6ad4f37a57f4f0a5ae
RANDOM SEED=753516236

node31.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.213
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.213
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:       1742120 kB
Buffers:         18940 kB
Cached:         209020 kB
SwapCached:        384 kB
Active:          30160 kB
Inactive:       212160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1742120 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2848 kB
Writeback:           0 kB
Mapped:          22772 kB
Slab:            57224 kB
Committed_AS:   369432 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66416 MiB
End job on node31 at 2009-04-26 08:28:59