Trace number 1578184

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 112.031 112.081

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-10-5p0.cnf
MD5SUM9d45c35f4df88b155135c4914792c59e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.3138
Satisfiable
(Un)Satisfiability was proved
Number of variables104481
Number of clauses500875
Sum of the clauses size1175028
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398201
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

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
111.95/112.05	c 109.06 seconds
111.95/112.05	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-1578184-1238895888/watcher-1578184-1238895888 -o /tmp/evaluation-result-1578184-1238895888/solver-1578184-1238895888 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1578184-1238895888.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.92 0.98 0.99 3/64 7437
/proc/meminfo: memFree=1752192/2055920 swapFree=4176696/4192956
[pid=7437] ppid=7435 vsize=5824 CPUtime=0
/proc/7437/stat : 7437 (kw) R 7435 7437 6658 0 -1 0 918 0 0 0 0 0 0 0 18 0 1 0 1162253907 5963776 902 1992294400 4194304 6412682 548682068832 18446744073709551615 4342988 0 0 4096 0 0 0 0 17 0 0 0
/proc/7437/statm: 1456 909 200 541 0 906 0

[startup+0.0129831 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7437
/proc/meminfo: memFree=1752192/2055920 swapFree=4176696/4192956
[pid=7437] ppid=7435 vsize=13432 CPUtime=0
/proc/7437/stat : 7437 (kw) R 7435 7437 6658 0 -1 0 2055 0 0 0 0 0 0 0 18 0 1 0 1162253907 13754368 2039 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/7437/statm: 3358 2043 208 541 0 2808 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13432

[startup+0.101996 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7437
/proc/meminfo: memFree=1752192/2055920 swapFree=4176696/4192956
[pid=7437] ppid=7435 vsize=67584 CPUtime=0.09
/proc/7437/stat : 7437 (kw) R 7435 7437 6658 0 -1 0 15136 0 0 0 3 6 0 0 18 0 1 0 1162253907 69206016 15120 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/7437/statm: 16896 15120 219 541 0 16346 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 67584

[startup+0.302026 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7437
/proc/meminfo: memFree=1752192/2055920 swapFree=4176696/4192956
[pid=7437] ppid=7435 vsize=70752 CPUtime=0.29
/proc/7437/stat : 7437 (kw) R 7435 7437 6658 0 -1 0 16015 0 0 0 23 6 0 0 20 0 1 0 1162253907 72450048 15999 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/7437/statm: 17688 15999 219 541 0 17138 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70752

[startup+0.701087 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7437
/proc/meminfo: memFree=1752192/2055920 swapFree=4176696/4192956
[pid=7437] ppid=7435 vsize=75900 CPUtime=0.69
/proc/7437/stat : 7437 (kw) R 7435 7437 6658 0 -1 0 17449 0 0 0 62 7 0 0 23 0 1 0 1162253907 77721600 17433 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/7437/statm: 18975 17433 219 541 0 18425 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75900

[startup+1.50121 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 7438
/proc/meminfo: memFree=1679096/2055920 swapFree=4176696/4192956
[pid=7437] ppid=7435 vsize=86016 CPUtime=1.49
/proc/7437/stat : 7437 (kw) R 7435 7437 6658 0 -1 0 20657 0 0 0 141 8 0 0 25 0 1 0 1162253907 88080384 20256 1992294400 4194304 6412682 548682068832 18446744073709551615 4283708 0 0 4096 0 0 0 0 17 0 0 0
/proc/7437/statm: 21504 20256 220 541 0 20954 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86016

[startup+3.10145 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 7438
/proc/meminfo: memFree=1663096/2055920 swapFree=4176696/4192956
[pid=7437] ppid=7435 vsize=98436 CPUtime=3.08
/proc/7437/stat : 7437 (kw) R 7435 7437 6658 0 -1 0 24835 0 0 0 297 11 0 0 25 0 1 0 1162253907 100798464 23821 1992294400 4194304 6412682 548682068832 18446744073709551615 5484944 0 0 4096 0 0 0 0 17 0 0 0
/proc/7437/statm: 24609 23821 230 541 0 24059 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 98436

[startup+6.30195 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 7438
/proc/meminfo: memFree=1629048/2055920 swapFree=4176696/4192956
[pid=7437] ppid=7435 vsize=122220 CPUtime=6.28
/proc/7437/stat : 7437 (kw) R 7435 7437 6658 0 -1 0 31589 0 0 0 601 27 0 0 25 0 1 0 1162253907 125153280 29758 1992294400 4194304 6412682 548682068832 18446744073709551615 4419345 0 0 4096 0 0 0 0 17 0 0 0
/proc/7437/statm: 30555 29758 255 541 0 30005 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 122220

[startup+12.7019 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 7438
/proc/meminfo: memFree=1631544/2055920 swapFree=4176696/4192956
[pid=7437] ppid=7435 vsize=122220 CPUtime=12.68
/proc/7437/stat : 7437 (kw) R 7435 7437 6658 0 -1 0 31605 0 0 0 1239 29 0 0 25 0 1 0 1162253907 125153280 29774 1992294400 4194304 6412682 548682068832 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 0 0 0
/proc/7437/statm: 30555 29774 255 541 0 30005 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 122220

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7438
/proc/meminfo: memFree=1631480/2055920 swapFree=4176696/4192956
[pid=7437] ppid=7435 vsize=122220 CPUtime=25.48
/proc/7437/stat : 7437 (kw) R 7435 7437 6658 0 -1 0 31624 0 0 0 2515 33 0 0 25 0 1 0 1162253907 125153280 29793 1992294400 4194304 6412682 548682068832 18446744073709551615 4285787 0 0 4096 0 0 0 0 17 0 0 0
/proc/7437/statm: 30555 29793 255 541 0 30005 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 122220

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7438
/proc/meminfo: memFree=1622840/2055920 swapFree=4176696/4192956
[pid=7437] ppid=7435 vsize=131500 CPUtime=51.07
/proc/7437/stat : 7437 (kw) R 7435 7437 6658 0 -1 0 33942 0 0 0 5068 39 0 0 25 0 1 0 1162253907 134656000 32111 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/7437/statm: 32875 32111 255 541 0 32325 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 131500

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7438
/proc/meminfo: memFree=1616120/2055920 swapFree=4176696/4192956
[pid=7437] ppid=7435 vsize=137700 CPUtime=102.25
/proc/7437/stat : 7437 (kw) R 7435 7437 6658 0 -1 0 35492 0 0 0 10184 41 0 0 25 0 1 0 1162253907 141004800 33661 1992294400 4194304 6412682 548682068832 18446744073709551615 4285946 0 0 4096 0 0 0 0 17 0 0 0
/proc/7437/statm: 34425 33661 258 541 0 33875 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 137700

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

[startup+108.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7438
/proc/meminfo: memFree=1616120/2055920 swapFree=4176696/4192956
[pid=7437] ppid=7435 vsize=137700 CPUtime=108.64
/proc/7437/stat : 7437 (kw) R 7435 7437 6658 0 -1 0 35492 0 0 0 10823 41 0 0 25 0 1 0 1162253907 141004800 33661 1992294400 4194304 6412682 548682068832 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 0 0 0
/proc/7437/statm: 34425 33661 258 541 0 33875 0
Current children cumulated CPU time (s) 108.64
Current children cumulated vsize (KiB) 137700

[startup+110.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7438
/proc/meminfo: memFree=1616120/2055920 swapFree=4176696/4192956
[pid=7437] ppid=7435 vsize=137700 CPUtime=110.24
/proc/7437/stat : 7437 (kw) R 7435 7437 6658 0 -1 0 35492 0 0 0 10983 41 0 0 25 0 1 0 1162253907 141004800 33661 1992294400 4194304 6412682 548682068832 18446744073709551615 4334457 0 0 4096 0 0 0 0 17 0 0 0
/proc/7437/statm: 34425 33661 258 541 0 33875 0
Current children cumulated CPU time (s) 110.24
Current children cumulated vsize (KiB) 137700

[startup+111.105 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7438
/proc/meminfo: memFree=1616120/2055920 swapFree=4176696/4192956
[pid=7437] ppid=7435 vsize=137700 CPUtime=111.05
/proc/7437/stat : 7437 (kw) R 7435 7437 6658 0 -1 0 35492 0 0 0 11063 42 0 0 25 0 1 0 1162253907 141004800 33661 1992294400 4194304 6412682 548682068832 18446744073709551615 4304798 0 0 4096 0 0 0 0 17 0 0 0
/proc/7437/statm: 34425 33661 258 541 0 33875 0
Current children cumulated CPU time (s) 111.05
Current children cumulated vsize (KiB) 137700

[startup+111.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7438
/proc/meminfo: memFree=1616120/2055920 swapFree=4176696/4192956
[pid=7437] ppid=7435 vsize=137700 CPUtime=111.45
/proc/7437/stat : 7437 (kw) R 7435 7437 6658 0 -1 0 35492 0 0 0 11103 42 0 0 25 0 1 0 1162253907 141004800 33661 1992294400 4194304 6412682 548682068832 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 0 0 0
/proc/7437/statm: 34425 33661 258 541 0 33875 0
Current children cumulated CPU time (s) 111.45
Current children cumulated vsize (KiB) 137700

[startup+111.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7438
/proc/meminfo: memFree=1616120/2055920 swapFree=4176696/4192956
[pid=7437] ppid=7435 vsize=137700 CPUtime=111.85
/proc/7437/stat : 7437 (kw) R 7435 7437 6658 0 -1 0 35492 0 0 0 11143 42 0 0 25 0 1 0 1162253907 141004800 33661 1992294400 4194304 6412682 548682068832 18446744073709551615 4304428 0 0 4096 0 0 0 0 17 0 0 0
/proc/7437/statm: 34425 33661 258 541 0 33875 0
Current children cumulated CPU time (s) 111.85
Current children cumulated vsize (KiB) 137700

[startup+112.001 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7438
/proc/meminfo: memFree=1616120/2055920 swapFree=4176696/4192956
[pid=7437] ppid=7435 vsize=137700 CPUtime=111.95
/proc/7437/stat : 7437 (kw) R 7435 7437 6658 0 -1 0 35492 0 0 0 11153 42 0 0 25 0 1 0 1162253907 141004800 33661 1992294400 4194304 6412682 548682068832 18446744073709551615 4304522 0 0 4096 0 0 0 0 17 0 0 0
/proc/7437/statm: 34425 33661 258 541 0 33875 0
Current children cumulated CPU time (s) 111.95
Current children cumulated vsize (KiB) 137700

Child status: 20
Real time (s): 112.081
CPU time (s): 112.031
CPU user time (s): 111.588
CPU system time (s): 0.442932
CPU usage (%): 99.9557
Max. virtual memory (cumulated for all children) (KiB): 137700

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

runsolver used 0.097985 second user time and 0.320951 second system time

The end

Launcher Data

Begin job on node34 at 2009-04-05 03:44:49
IDJOB=1578184
IDBENCH=70974
IDSOLVER=501
FILE ID=node34/1578184-1238895888
PBS_JOBID= 9086020
Free space on /tmp= 66524 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-10-5p0.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1578184-1238895888/watcher-1578184-1238895888 -o /tmp/evaluation-result-1578184-1238895888/solver-1578184-1238895888 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1578184-1238895888.cnf

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

MD5SUM BENCH= 9d45c35f4df88b155135c4914792c59e
RANDOM SEED=522588681

node34.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.259
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.259
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:       1752608 kB
Buffers:         31700 kB
Cached:         206604 kB
SwapCached:      10100 kB
Active:          92284 kB
Inactive:       157556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1752608 kB
SwapTotal:     4192956 kB
SwapFree:      4176696 kB
Dirty:           10716 kB
Writeback:           0 kB
Mapped:          17244 kB
Slab:            39456 kB
Committed_AS:  3128900 kB
PageTables:       1416 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= 66520 MiB
End job on node34 at 2009-04-05 03:46:41