Trace number 1717866

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 173.614 173.769

General information on the benchmark

Nameindustrial/palacios/medium/
blocks-4-ipc5-h22-unknown.cnf
MD5SUM8c6ad18be635cee0d986377c4d06ab11
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.97
Satisfiable
(Un)Satisfiability was proved
Number of variables146874
Number of clauses937242
Sum of the clauses size2519136
Maximum clause length417
Minimum clause length1
Number of clauses of size 1125
Number of clauses of size 2791651
Number of clauses of size 3139269
Number of clauses of size 41522
Number of clauses of size 583
Number of clauses of size over 54592

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
173.54/173.71	c 167.52 seconds
173.54/173.71	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-1717866-1240631745/watcher-1717866-1240631745 -o /tmp/evaluation-result-1717866-1240631745/solver-1717866-1240631745 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1717866-1240631745.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 15997
/proc/meminfo: memFree=971624/2055920 swapFree=4192956/4192956
[pid=15997] ppid=15995 vsize=5516 CPUtime=0
/proc/15997/stat : 15997 (kw) R 15995 15997 15063 0 -1 0 998 0 0 0 0 0 0 0 18 0 1 0 91202383 5648384 982 1992294400 4194304 6412682 548682068832 18446744073709551615 4402299 0 0 4096 0 0 0 0 17 1 0 0
/proc/15997/statm: 1379 982 192 541 0 829 0

[startup+0.087335 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15997
/proc/meminfo: memFree=971624/2055920 swapFree=4192956/4192956
[pid=15997] ppid=15995 vsize=54368 CPUtime=0.08
/proc/15997/stat : 15997 (kw) R 15995 15997 15063 0 -1 0 12193 0 0 0 3 5 0 0 18 0 1 0 91202383 55672832 12177 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/15997/statm: 13592 12184 208 541 0 13042 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 54368

[startup+0.101334 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15997
/proc/meminfo: memFree=971624/2055920 swapFree=4192956/4192956
[pid=15997] ppid=15995 vsize=62816 CPUtime=0.09
/proc/15997/stat : 15997 (kw) R 15995 15997 15063 0 -1 0 14507 0 0 0 3 6 0 0 18 0 1 0 91202383 64323584 14491 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/15997/statm: 15704 14497 208 541 0 15154 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 62816

[startup+0.301353 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15997
/proc/meminfo: memFree=971624/2055920 swapFree=4192956/4192956
[pid=15997] ppid=15995 vsize=100120 CPUtime=0.29
/proc/15997/stat : 15997 (kw) R 15995 15997 15063 0 -1 0 22193 0 0 0 20 9 0 0 19 0 1 0 91202383 102522880 22177 1992294400 4194304 6412682 548682068832 18446744073709551615 4825610 0 0 4096 0 0 0 0 17 1 0 0
/proc/15997/statm: 25030 22177 221 541 0 24480 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 100120

[startup+0.701391 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15997
/proc/meminfo: memFree=971624/2055920 swapFree=4192956/4192956
[pid=15997] ppid=15995 vsize=105928 CPUtime=0.69
/proc/15997/stat : 15997 (kw) R 15995 15997 15063 0 -1 0 23795 0 0 0 59 10 0 0 22 0 1 0 91202383 108470272 23779 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/15997/statm: 26482 23779 221 541 0 25932 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 105928

[startup+1.50147 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15998
/proc/meminfo: memFree=872288/2055920 swapFree=4192956/4192956
[pid=15997] ppid=15995 vsize=117676 CPUtime=1.49
/proc/15997/stat : 15997 (kw) R 15995 15997 15063 0 -1 0 27060 0 0 0 138 11 0 0 25 0 1 0 91202383 120500224 27044 1992294400 4194304 6412682 548682068832 18446744073709551615 5554128 0 0 4096 0 0 0 0 17 1 0 0
/proc/15997/statm: 29419 27044 221 541 0 28869 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 117676

[startup+3.10163 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15998
/proc/meminfo: memFree=853344/2055920 swapFree=4192956/4192956
[pid=15997] ppid=15995 vsize=142668 CPUtime=3.08
/proc/15997/stat : 15997 (kw) R 15995 15997 15063 0 -1 0 34640 0 0 0 293 15 0 0 25 0 1 0 91202383 146092032 33855 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/15997/statm: 35667 33855 221 541 0 35117 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 142668

[startup+6.30194 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 15998
/proc/meminfo: memFree=801120/2055920 swapFree=4192956/4192956
[pid=15997] ppid=15995 vsize=178628 CPUtime=6.28
/proc/15997/stat : 15997 (kw) R 15995 15997 15063 0 -1 0 45812 0 0 0 607 21 0 0 25 0 1 0 91202383 182915072 43490 1992294400 4194304 6412682 548682068832 18446744073709551615 4297085 0 0 4096 0 0 0 0 17 1 0 0
/proc/15997/statm: 44657 43490 230 541 0 44107 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 178628

[startup+12.7016 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 15998
/proc/meminfo: memFree=713264/2055920 swapFree=4192956/4192956
[pid=15997] ppid=15995 vsize=272816 CPUtime=12.68
/proc/15997/stat : 15997 (kw) R 15995 15997 15063 0 -1 0 67654 0 0 0 1187 81 0 0 25 0 1 0 91202383 279363584 65332 1992294400 4194304 6412682 548682068832 18446744073709551615 5554256 0 0 4096 0 0 0 0 17 1 0 0
/proc/15997/statm: 68204 65332 248 541 0 67654 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 272816

[startup+25.5028 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 15998
/proc/meminfo: memFree=672304/2055920 swapFree=4192956/4192956
[pid=15997] ppid=15995 vsize=297340 CPUtime=25.38
/proc/15997/stat : 15997 (kw) R 15995 15997 15063 0 -1 0 74295 0 0 0 2440 98 0 0 25 0 1 0 91202383 304476160 71973 1992294400 4194304 6412682 548682068832 18446744073709551615 4264595 0 0 4096 0 0 0 0 17 1 0 0
/proc/15997/statm: 74335 71973 248 541 0 73785 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 297340

[startup+51.1023 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 15998
/proc/meminfo: memFree=639792/2055920 swapFree=4192956/4192956
[pid=15997] ppid=15995 vsize=326352 CPUtime=50.97
/proc/15997/stat : 15997 (kw) R 15995 15997 15063 0 -1 0 81972 0 0 0 4989 108 0 0 25 0 1 0 91202383 334184448 79650 1992294400 4194304 6412682 548682068832 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/15997/statm: 81588 79650 255 541 0 81038 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 326352

[startup+102.305 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 15998
/proc/meminfo: memFree=639472/2055920 swapFree=4192956/4192956
[pid=15997] ppid=15995 vsize=326352 CPUtime=102.16
/proc/15997/stat : 15997 (kw) R 15995 15997 15063 0 -1 0 82070 0 0 0 10105 111 0 0 25 0 1 0 91202383 334184448 79748 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/15997/statm: 81588 79748 258 541 0 81038 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 326352

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15998
/proc/meminfo: memFree=639216/2055920 swapFree=4192956/4192956
[pid=15997] ppid=15995 vsize=326352 CPUtime=162.14
/proc/15997/stat : 15997 (kw) R 15995 15997 15063 0 -1 0 82138 0 0 0 16100 114 0 0 25 0 1 0 91202383 334184448 79816 1992294400 4194304 6412682 548682068832 18446744073709551615 4289381 0 0 4096 0 0 0 0 17 1 0 0
/proc/15997/statm: 81588 79816 258 541 0 81038 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 326352

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

[startup+166.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15998
/proc/meminfo: memFree=639152/2055920 swapFree=4192956/4192956
[pid=15997] ppid=15995 vsize=326352 CPUtime=166.14
/proc/15997/stat : 15997 (kw) R 15995 15997 15063 0 -1 0 82153 0 0 0 16500 114 0 0 25 0 1 0 91202383 334184448 79831 1992294400 4194304 6412682 548682068832 18446744073709551615 4285946 0 0 4096 0 0 0 0 17 1 0 0
/proc/15997/statm: 81588 79831 258 541 0 81038 0
Current children cumulated CPU time (s) 166.14
Current children cumulated vsize (KiB) 326352

[startup+169.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15998
/proc/meminfo: memFree=639088/2055920 swapFree=4192956/4192956
[pid=15997] ppid=15995 vsize=326352 CPUtime=169.34
/proc/15997/stat : 15997 (kw) R 15995 15997 15063 0 -1 0 82170 0 0 0 16820 114 0 0 25 0 1 0 91202383 334184448 79848 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/15997/statm: 81588 79848 258 541 0 81038 0
Current children cumulated CPU time (s) 169.34
Current children cumulated vsize (KiB) 326352

[startup+171.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15998
/proc/meminfo: memFree=639024/2055920 swapFree=4192956/4192956
[pid=15997] ppid=15995 vsize=326352 CPUtime=170.93
/proc/15997/stat : 15997 (kw) R 15995 15997 15063 0 -1 0 82181 0 0 0 16979 114 0 0 25 0 1 0 91202383 334184448 79859 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/15997/statm: 81588 79859 258 541 0 81038 0
Current children cumulated CPU time (s) 170.93
Current children cumulated vsize (KiB) 326352

[startup+172.705 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15998
/proc/meminfo: memFree=638960/2055920 swapFree=4192956/4192956
[pid=15997] ppid=15995 vsize=326352 CPUtime=172.53
/proc/15997/stat : 15997 (kw) R 15995 15997 15063 0 -1 0 82201 0 0 0 17139 114 0 0 25 0 1 0 91202383 334184448 79879 1992294400 4194304 6412682 548682068832 18446744073709551615 4302200 0 0 4096 0 0 0 0 17 1 0 0
/proc/15997/statm: 81588 79879 258 541 0 81038 0
Current children cumulated CPU time (s) 172.53
Current children cumulated vsize (KiB) 326352

[startup+173.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15998
/proc/meminfo: memFree=638960/2055920 swapFree=4192956/4192956
[pid=15997] ppid=15995 vsize=326352 CPUtime=173.34
/proc/15997/stat : 15997 (kw) R 15995 15997 15063 0 -1 0 82201 0 0 0 17219 115 0 0 25 0 1 0 91202383 334184448 79879 1992294400 4194304 6412682 548682068832 18446744073709551615 4304547 0 0 4096 0 0 0 0 17 1 0 0
/proc/15997/statm: 81588 79879 258 541 0 81038 0
Current children cumulated CPU time (s) 173.34
Current children cumulated vsize (KiB) 326352

[startup+173.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15998
/proc/meminfo: memFree=638960/2055920 swapFree=4192956/4192956
[pid=15997] ppid=15995 vsize=326352 CPUtime=173.54
/proc/15997/stat : 15997 (kw) R 15995 15997 15063 0 -1 0 82201 0 0 0 17239 115 0 0 25 0 1 0 91202383 334184448 79879 1992294400 4194304 6412682 548682068832 18446744073709551615 4296488 0 0 4096 0 0 0 0 17 1 0 0
/proc/15997/statm: 81588 79879 258 541 0 81038 0
Current children cumulated CPU time (s) 173.54
Current children cumulated vsize (KiB) 326352

Child status: 20
Real time (s): 173.769
CPU time (s): 173.614
CPU user time (s): 172.411
CPU system time (s): 1.20282
CPU usage (%): 99.9105
Max. virtual memory (cumulated for all children) (KiB): 326352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 172.411
system time used= 1.20282
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82208
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= 3
involuntary context switches= 387

runsolver used 0.198969 second user time and 0.420936 second system time

The end

Launcher Data

Begin job on node56 at 2009-04-25 05:55:46
IDJOB=1717866
IDBENCH=20430
IDSOLVER=501
FILE ID=node56/1717866-1240631745
PBS_JOBID= 9186346
Free space on /tmp= 102992 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/industrial/palacios/medium/blocks-4-ipc5-h22-unknown.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717866-1240631745/watcher-1717866-1240631745 -o /tmp/evaluation-result-1717866-1240631745/solver-1717866-1240631745 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1717866-1240631745.cnf

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

MD5SUM BENCH= 8c6ad18be635cee0d986377c4d06ab11
RANDOM SEED=1329111007

node56.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.218
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.218
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:        972040 kB
Buffers:         94904 kB
Cached:         879468 kB
SwapCached:          0 kB
Active:         216640 kB
Inactive:       772228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        972040 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           19392 kB
Writeback:           0 kB
Mapped:          24432 kB
Slab:            80872 kB
Committed_AS:   263524 kB
PageTables:       1468 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= 102976 MiB
End job on node56 at 2009-04-25 05:58:40