Trace number 1725819

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.9982 91.0249

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG-gensys-brn008.sat05-2685.reshuffled-07.cnf
MD5SUMf9cdae8890dde718d40830262adc8433
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark62.0236
Satisfiable
(Un)Satisfiability was proved
Number of variables1467
Number of clauses7521
Sum of the clauses size64621
Maximum clause length16
Minimum clause length1
Number of clauses of size 127
Number of clauses of size 2247
Number of clauses of size 31130
Number of clauses of size 482
Number of clauses of size 5852
Number of clauses of size over 55183

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.97/91.02	c 90.93 seconds
90.97/91.02	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-1725819-1240706841/watcher-1725819-1240706841 -o /tmp/evaluation-result-1725819-1240706841/solver-1725819-1240706841 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1725819-1240706841.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: 1.00 1.00 1.00 3/65 19810
/proc/meminfo: memFree=1691160/2055920 swapFree=4192192/4192956
[pid=19810] ppid=19808 vsize=3424 CPUtime=0
/proc/19810/stat : 19810 (kw) R 19808 19810 19237 0 -1 0 488 0 0 0 0 0 0 0 20 0 1 0 98714253 3506176 472 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/19810/statm: 856 472 219 541 0 306 0

[startup+0.071912 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 19810
/proc/meminfo: memFree=1691160/2055920 swapFree=4192192/4192956
[pid=19810] ppid=19808 vsize=5064 CPUtime=0.06
/proc/19810/stat : 19810 (kw) R 19808 19810 19237 0 -1 0 921 0 0 0 6 0 0 0 20 0 1 0 98714253 5185536 905 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/19810/statm: 1266 905 239 541 0 716 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5064

[startup+0.101913 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 19810
/proc/meminfo: memFree=1691160/2055920 swapFree=4192192/4192956
[pid=19810] ppid=19808 vsize=5460 CPUtime=0.09
/proc/19810/stat : 19810 (kw) R 19808 19810 19237 0 -1 0 1018 0 0 0 9 0 0 0 20 0 1 0 98714253 5591040 1002 1992294400 4194304 6412682 548682068832 18446744073709551615 5508992 0 0 4096 0 0 0 0 17 1 0 0
/proc/19810/statm: 1365 1002 239 541 0 815 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5460

[startup+0.301935 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 19810
/proc/meminfo: memFree=1691160/2055920 swapFree=4192192/4192956
[pid=19810] ppid=19808 vsize=6152 CPUtime=0.29
/proc/19810/stat : 19810 (kw) R 19808 19810 19237 0 -1 0 1182 0 0 0 29 0 0 0 22 0 1 0 98714253 6299648 1166 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19810/statm: 1538 1166 254 541 0 988 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6152

[startup+0.701981 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 19810
/proc/meminfo: memFree=1691160/2055920 swapFree=4192192/4192956
[pid=19810] ppid=19808 vsize=7140 CPUtime=0.69
/proc/19810/stat : 19810 (kw) R 19808 19810 19237 0 -1 0 1422 0 0 0 68 1 0 0 25 0 1 0 98714253 7311360 1406 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19810/statm: 1785 1406 254 541 0 1235 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7140

[startup+1.50107 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19811
/proc/meminfo: memFree=1685456/2055920 swapFree=4192192/4192956
[pid=19810] ppid=19808 vsize=9648 CPUtime=1.48
/proc/19810/stat : 19810 (kw) R 19808 19810 19237 0 -1 0 2036 0 0 0 146 2 0 0 25 0 1 0 98714253 9879552 1981 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19810/statm: 2412 1981 254 541 0 1862 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9648

[startup+3.10125 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19811
/proc/meminfo: memFree=1683536/2055920 swapFree=4192192/4192956
[pid=19810] ppid=19808 vsize=10896 CPUtime=3.09
/proc/19810/stat : 19810 (kw) R 19808 19810 19237 0 -1 0 2379 0 0 0 305 4 0 0 25 0 1 0 98714253 11157504 2279 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19810/statm: 2724 2279 257 541 0 2174 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10896

[startup+6.30161 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19811
/proc/meminfo: memFree=1680336/2055920 swapFree=4192192/4192956
[pid=19810] ppid=19808 vsize=13688 CPUtime=6.29
/proc/19810/stat : 19810 (kw) R 19808 19810 19237 0 -1 0 3115 0 0 0 623 6 0 0 25 0 1 0 98714253 14016512 2903 1992294400 4194304 6412682 548682068832 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/19810/statm: 3422 2903 257 541 0 2872 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13688

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19811
/proc/meminfo: memFree=1677464/2055920 swapFree=4192192/4192956
[pid=19810] ppid=19808 vsize=17320 CPUtime=12.68
/proc/19810/stat : 19810 (kw) R 19808 19810 19237 0 -1 0 4030 0 0 0 1259 9 0 0 25 0 1 0 98714253 17735680 3670 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19810/statm: 4330 3670 257 541 0 3780 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 17320

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19811
/proc/meminfo: memFree=1672856/2055920 swapFree=4192192/4192956
[pid=19810] ppid=19808 vsize=21668 CPUtime=25.48
/proc/19810/stat : 19810 (kw) R 19808 19810 19237 0 -1 0 5394 0 0 0 2534 14 0 0 25 0 1 0 98714253 22188032 4719 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19810/statm: 5417 4719 257 541 0 4867 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 21668

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19811
/proc/meminfo: memFree=1667160/2055920 swapFree=4192192/4192956
[pid=19810] ppid=19808 vsize=28740 CPUtime=51.07
/proc/19810/stat : 19810 (kw) R 19808 19810 19237 0 -1 0 7160 0 0 0 5086 21 0 0 25 0 1 0 98714253 29429760 6189 1992294400 4194304 6412682 548682068832 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/19810/statm: 7185 6189 257 541 0 6635 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 28740

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

[startup+76.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19811
/proc/meminfo: memFree=1661720/2055920 swapFree=4192192/4192956
[pid=19810] ppid=19808 vsize=34444 CPUtime=76.67
/proc/19810/stat : 19810 (kw) R 19808 19810 19237 0 -1 0 8827 0 0 0 7641 26 0 0 25 0 1 0 98714253 35270656 7465 1992294400 4194304 6412682 548682068832 18446744073709551615 4287600 0 0 4096 0 0 0 0 17 1 0 0
/proc/19810/statm: 8611 7465 257 541 0 8061 0
Current children cumulated CPU time (s) 76.67
Current children cumulated vsize (KiB) 34444

[startup+83.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19811
/proc/meminfo: memFree=1661528/2055920 swapFree=4192192/4192956
[pid=19810] ppid=19808 vsize=34920 CPUtime=83.07
/proc/19810/stat : 19810 (kw) R 19808 19810 19237 0 -1 0 8921 0 0 0 8280 27 0 0 25 0 1 0 98714253 35758080 7559 1992294400 4194304 6412682 548682068832 18446744073709551615 4286849 0 0 4096 0 0 0 0 17 1 0 0
/proc/19810/statm: 8730 7559 257 541 0 8180 0
Current children cumulated CPU time (s) 83.07
Current children cumulated vsize (KiB) 34920

[startup+86.3016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19811
/proc/meminfo: memFree=1661336/2055920 swapFree=4192192/4192956
[pid=19810] ppid=19808 vsize=35120 CPUtime=86.26
/proc/19810/stat : 19810 (kw) R 19808 19810 19237 0 -1 0 8974 0 0 0 8599 27 0 0 25 0 1 0 98714253 35962880 7612 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19810/statm: 8780 7612 257 541 0 8230 0
Current children cumulated CPU time (s) 86.26
Current children cumulated vsize (KiB) 35120

[startup+89.5029 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19811
/proc/meminfo: memFree=1661016/2055920 swapFree=4192192/4192956
[pid=19810] ppid=19808 vsize=35400 CPUtime=89.47
/proc/19810/stat : 19810 (kw) R 19808 19810 19237 0 -1 0 9055 0 0 0 8919 28 0 0 25 0 1 0 98714253 36249600 7693 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19810/statm: 8850 7693 257 541 0 8300 0
Current children cumulated CPU time (s) 89.47
Current children cumulated vsize (KiB) 35400

[startup+90.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19811
/proc/meminfo: memFree=1660952/2055920 swapFree=4192192/4192956
[pid=19810] ppid=19808 vsize=35400 CPUtime=90.27
/proc/19810/stat : 19810 (kw) R 19808 19810 19237 0 -1 0 9061 0 0 0 8999 28 0 0 25 0 1 0 98714253 36249600 7699 1992294400 4194304 6412682 548682068832 18446744073709551615 4425184 0 0 4096 0 0 0 0 17 1 0 0
/proc/19810/statm: 8850 7699 257 541 0 8300 0
Current children cumulated CPU time (s) 90.27
Current children cumulated vsize (KiB) 35400

[startup+90.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19811
/proc/meminfo: memFree=1660952/2055920 swapFree=4192192/4192956
[pid=19810] ppid=19808 vsize=35400 CPUtime=90.67
/proc/19810/stat : 19810 (kw) R 19808 19810 19237 0 -1 0 9062 0 0 0 9039 28 0 0 25 0 1 0 98714253 36249600 7700 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19810/statm: 8850 7700 257 541 0 8300 0
Current children cumulated CPU time (s) 90.67
Current children cumulated vsize (KiB) 35400

[startup+90.9011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19811
/proc/meminfo: memFree=1660952/2055920 swapFree=4192192/4192956
[pid=19810] ppid=19808 vsize=35400 CPUtime=90.87
/proc/19810/stat : 19810 (kw) R 19808 19810 19237 0 -1 0 9063 0 0 0 9059 28 0 0 25 0 1 0 98714253 36249600 7701 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19810/statm: 8850 7701 257 541 0 8300 0
Current children cumulated CPU time (s) 90.87
Current children cumulated vsize (KiB) 35400

[startup+91.0011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19811
/proc/meminfo: memFree=1660952/2055920 swapFree=4192192/4192956
[pid=19810] ppid=19808 vsize=35400 CPUtime=90.97
/proc/19810/stat : 19810 (kw) R 19808 19810 19237 0 -1 0 9063 0 0 0 9069 28 0 0 25 0 1 0 98714253 36249600 7701 1992294400 4194304 6412682 548682068832 18446744073709551615 4296488 0 0 4096 0 0 0 0 17 1 0 0
/proc/19810/statm: 8850 7701 257 541 0 8300 0
Current children cumulated CPU time (s) 90.97
Current children cumulated vsize (KiB) 35400

Child status: 20
Real time (s): 91.0249
CPU time (s): 90.9982
CPU user time (s): 90.7102
CPU system time (s): 0.287956
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (KiB): 35400

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

runsolver used 0.107983 second user time and 0.228965 second system time

The end

Launcher Data

Begin job on node76 at 2009-04-26 02:47:21
IDJOB=1725819
IDBENCH=24599
IDSOLVER=501
FILE ID=node76/1725819-1240706841
PBS_JOBID= 9186770
Free space on /tmp= 66200 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/crafted/Medium/contest05/others/QG-gensys-brn008.sat05-2685.reshuffled-07.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1725819-1240706841/watcher-1725819-1240706841 -o /tmp/evaluation-result-1725819-1240706841/solver-1725819-1240706841 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1725819-1240706841.cnf

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

MD5SUM BENCH= f9cdae8890dde718d40830262adc8433
RANDOM SEED=2075972547

node76.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.220
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.220
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:       1691576 kB
Buffers:         40060 kB
Cached:         263484 kB
SwapCached:        620 kB
Active:         120948 kB
Inactive:       196364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1691576 kB
SwapTotal:     4192956 kB
SwapFree:      4192192 kB
Dirty:            2548 kB
Writeback:           0 kB
Mapped:          22348 kB
Slab:            32908 kB
Committed_AS:   331536 kB
PageTables:       1432 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= 66200 MiB
End job on node76 at 2009-04-26 02:48:52