Trace number 1729953

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 82.2915 82.3139

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl008.sat05-2720.reshuffled-07.cnf
MD5SUMf1b3061e7694aa99406ed9e867c9dfa5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark44.5292
Satisfiable
(Un)Satisfiability was proved
Number of variables1610
Number of clauses8277
Sum of the clauses size69859
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2283
Number of clauses of size 31178
Number of clauses of size 4142
Number of clauses of size 5924
Number of clauses of size over 55717

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
82.27/82.30	c 82.21 seconds
82.27/82.30	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-1729953-1240754895/watcher-1729953-1240754895 -o /tmp/evaluation-result-1729953-1240754895/solver-1729953-1240754895 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1729953-1240754895.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.91 0.97 0.99 3/64 8504
/proc/meminfo: memFree=1346616/2055920 swapFree=4192956/4192956
[pid=8504] ppid=8502 vsize=3580 CPUtime=0
/proc/8504/stat : 8504 (kw) R 8502 8504 8345 0 -1 0 505 0 0 0 0 0 0 0 18 0 1 0 103517516 3665920 489 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/8504/statm: 895 489 219 541 0 345 0

[startup+0.065784 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 8504
/proc/meminfo: memFree=1346616/2055920 swapFree=4192956/4192956
[pid=8504] ppid=8502 vsize=4108 CPUtime=0.06
/proc/8504/stat : 8504 (kw) R 8502 8504 8345 0 -1 0 660 0 0 0 6 0 0 0 18 0 1 0 103517516 4206592 644 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/8504/statm: 1027 644 221 541 0 477 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 4108

[startup+0.101787 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 8504
/proc/meminfo: memFree=1346616/2055920 swapFree=4192956/4192956
[pid=8504] ppid=8502 vsize=5452 CPUtime=0.09
/proc/8504/stat : 8504 (kw) R 8502 8504 8345 0 -1 0 1020 0 0 0 9 0 0 0 18 0 1 0 103517516 5582848 1004 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/8504/statm: 1363 1004 239 541 0 813 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5452

[startup+0.301804 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 8504
/proc/meminfo: memFree=1346616/2055920 swapFree=4192956/4192956
[pid=8504] ppid=8502 vsize=6400 CPUtime=0.29
/proc/8504/stat : 8504 (kw) R 8502 8504 8345 0 -1 0 1235 0 0 0 29 0 0 0 19 0 1 0 103517516 6553600 1219 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/8504/statm: 1600 1219 254 541 0 1050 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6400

[startup+0.70184 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 8504
/proc/meminfo: memFree=1346616/2055920 swapFree=4192956/4192956
[pid=8504] ppid=8502 vsize=6668 CPUtime=0.69
/proc/8504/stat : 8504 (kw) R 8502 8504 8345 0 -1 0 1338 0 0 0 68 1 0 0 22 0 1 0 103517516 6828032 1322 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/8504/statm: 1667 1322 254 541 0 1117 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6668

[startup+1.50291 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 8505
/proc/meminfo: memFree=1341296/2055920 swapFree=4192956/4192956
[pid=8504] ppid=8502 vsize=9172 CPUtime=1.5
/proc/8504/stat : 8504 (kw) R 8502 8504 8345 0 -1 0 1920 0 0 0 147 3 0 0 25 0 1 0 103517516 9392128 1904 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/8504/statm: 2293 1904 254 541 0 1743 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 9172

[startup+3.10105 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 8505
/proc/meminfo: memFree=1338928/2055920 swapFree=4192956/4192956
[pid=8504] ppid=8502 vsize=11216 CPUtime=3.09
/proc/8504/stat : 8504 (kw) R 8502 8504 8345 0 -1 0 2409 0 0 0 305 4 0 0 25 0 1 0 103517516 11485184 2353 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/8504/statm: 2804 2353 257 541 0 2254 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11216

[startup+6.30133 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 8505
/proc/meminfo: memFree=1335920/2055920 swapFree=4192956/4192956
[pid=8504] ppid=8502 vsize=13660 CPUtime=6.29
/proc/8504/stat : 8504 (kw) R 8502 8504 8345 0 -1 0 3064 0 0 0 623 6 0 0 25 0 1 0 103517516 13987840 2911 1992294400 4194304 6412682 548682068864 18446744073709551615 4286794 0 0 4096 0 0 0 0 17 1 0 0
/proc/8504/statm: 3415 2911 257 541 0 2865 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13660

[startup+12.7019 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 8505
/proc/meminfo: memFree=1332912/2055920 swapFree=4192956/4192956
[pid=8504] ppid=8502 vsize=17112 CPUtime=12.69
/proc/8504/stat : 8504 (kw) R 8502 8504 8345 0 -1 0 3957 0 0 0 1260 9 0 0 25 0 1 0 103517516 17522688 3675 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/8504/statm: 4278 3675 257 541 0 3728 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17112

[startup+25.502 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 8505
/proc/meminfo: memFree=1328560/2055920 swapFree=4192956/4192956
[pid=8504] ppid=8502 vsize=22092 CPUtime=25.49
/proc/8504/stat : 8504 (kw) R 8502 8504 8345 0 -1 0 5231 0 0 0 2534 15 0 0 25 0 1 0 103517516 22622208 4675 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/8504/statm: 5523 4675 257 541 0 4973 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 22092

[startup+51.1013 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 8505
/proc/meminfo: memFree=1322352/2055920 swapFree=4192956/4192956
[pid=8504] ppid=8502 vsize=29068 CPUtime=51.08
/proc/8504/stat : 8504 (kw) R 8502 8504 8345 0 -1 0 7181 0 0 0 5085 23 0 0 25 0 1 0 103517516 29765632 6209 1992294400 4194304 6412682 548682068864 18446744073709551615 4287593 0 0 4096 0 0 0 0 17 1 0 0
/proc/8504/statm: 7267 6209 257 541 0 6717 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 29068

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

[startup+63.9014 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 8505
/proc/meminfo: memFree=1320496/2055920 swapFree=4192956/4192956
[pid=8504] ppid=8502 vsize=31236 CPUtime=63.87
/proc/8504/stat : 8504 (kw) R 8502 8504 8345 0 -1 0 7693 0 0 0 6362 25 0 0 25 0 1 0 103517516 31985664 6721 1992294400 4194304 6412682 548682068864 18446744073709551615 4286898 0 0 4096 0 0 0 0 17 1 0 0
/proc/8504/statm: 7809 6721 257 541 0 7259 0
Current children cumulated CPU time (s) 63.87
Current children cumulated vsize (KiB) 31236

[startup+70.303 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 8505
/proc/meminfo: memFree=1319280/2055920 swapFree=4192956/4192956
[pid=8504] ppid=8502 vsize=32532 CPUtime=70.28
/proc/8504/stat : 8504 (kw) R 8502 8504 8345 0 -1 0 8166 0 0 0 7001 27 0 0 25 0 1 0 103517516 33312768 7012 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/8504/statm: 8133 7012 257 541 0 7583 0
Current children cumulated CPU time (s) 70.28
Current children cumulated vsize (KiB) 32532

[startup+76.7015 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 8505
/proc/meminfo: memFree=1318512/2055920 swapFree=4192956/4192956
[pid=8504] ppid=8502 vsize=33572 CPUtime=76.67
/proc/8504/stat : 8504 (kw) R 8502 8504 8345 0 -1 0 8352 0 0 0 7639 28 0 0 25 0 1 0 103517516 34377728 7198 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/8504/statm: 8393 7198 257 541 0 7843 0
Current children cumulated CPU time (s) 76.67
Current children cumulated vsize (KiB) 33572

[startup+79.9018 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 8505
/proc/meminfo: memFree=1318064/2055920 swapFree=4192956/4192956
[pid=8504] ppid=8502 vsize=34212 CPUtime=79.87
/proc/8504/stat : 8504 (kw) R 8502 8504 8345 0 -1 0 8460 0 0 0 7959 28 0 0 25 0 1 0 103517516 35033088 7306 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/8504/statm: 8553 7306 257 541 0 8003 0
Current children cumulated CPU time (s) 79.87
Current children cumulated vsize (KiB) 34212

[startup+81.5019 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 8505
/proc/meminfo: memFree=1318064/2055920 swapFree=4192956/4192956
[pid=8504] ppid=8502 vsize=34212 CPUtime=81.47
/proc/8504/stat : 8504 (kw) R 8502 8504 8345 0 -1 0 8471 0 0 0 8119 28 0 0 25 0 1 0 103517516 35033088 7317 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/8504/statm: 8553 7317 257 541 0 8003 0
Current children cumulated CPU time (s) 81.47
Current children cumulated vsize (KiB) 34212

[startup+81.902 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 8505
/proc/meminfo: memFree=1318064/2055920 swapFree=4192956/4192956
[pid=8504] ppid=8502 vsize=34212 CPUtime=81.87
/proc/8504/stat : 8504 (kw) R 8502 8504 8345 0 -1 0 8476 0 0 0 8159 28 0 0 25 0 1 0 103517516 35033088 7322 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/8504/statm: 8553 7322 257 541 0 8003 0
Current children cumulated CPU time (s) 81.87
Current children cumulated vsize (KiB) 34212

[startup+82.302 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 8505
/proc/meminfo: memFree=1318064/2055920 swapFree=4192956/4192956
[pid=8504] ppid=8502 vsize=34372 CPUtime=82.27
/proc/8504/stat : 8504 (kw) R 8502 8504 8345 0 -1 0 8485 0 0 0 8199 28 0 0 25 0 1 0 103517516 35196928 7331 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/8504/statm: 8593 7331 257 541 0 8043 0
Current children cumulated CPU time (s) 82.27
Current children cumulated vsize (KiB) 34372

Child status: 20
Real time (s): 82.3139
CPU time (s): 82.2915
CPU user time (s): 81.9985
CPU system time (s): 0.292955
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 34372

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

runsolver used 0.072988 second user time and 0.186971 second system time

The end

Launcher Data

Begin job on node50 at 2009-04-26 16:08:15
IDJOB=1729953
IDBENCH=24718
IDSOLVER=501
FILE ID=node50/1729953-1240754895
PBS_JOBID= 9187109
Free space on /tmp= 66528 MiB

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

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

MD5SUM BENCH= f1b3061e7694aa99406ed9e867c9dfa5
RANDOM SEED=1524224997

node50.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.216
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.216
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:       1347032 kB
Buffers:         92528 kB
Cached:         514644 kB
SwapCached:          0 kB
Active:         271884 kB
Inactive:       349172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1347032 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2576 kB
Writeback:           0 kB
Mapped:          23660 kB
Slab:            73744 kB
Committed_AS:   331800 kB
PageTables:       1448 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= 66528 MiB
End job on node50 at 2009-04-26 16:09:37