Trace number 1553356

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-20? (MO) 261.815 262.887

General information on the benchmark

NameAPPLICATIONS/bitverif/
minxorminand/minxorminand128.cnf
MD5SUMa551844fb6a7f35cf6025d0a525ca14e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables153834
Number of clauses459965
Sum of the clauses size1073249
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2306642
Number of clauses of size 3153321
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1553356-1238713983/watcher-1553356-1238713983 -o /tmp/evaluation-result-1553356-1238713983/solver-1553356-1238713983 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1553356-1238713983.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.91 1.93 1.68 3/72 31713
/proc/meminfo: memFree=1452368/2055920 swapFree=4174980/4192956
[pid=31713] ppid=31711 vsize=6688 CPUtime=0
/proc/31713/stat : 31713 (kw) R 31711 31713 31580 0 -1 0 860 0 0 0 0 0 0 0 18 0 1 0 1144059669 6848512 845 1992294400 4194304 6412682 548682068832 18446744073709551615 4342988 0 0 4096 0 0 0 0 17 1 0 0
/proc/31713/statm: 1672 851 200 541 0 1122 0

[startup+0.049855 s]
/proc/loadavg: 1.91 1.93 1.68 3/72 31713
/proc/meminfo: memFree=1452368/2055920 swapFree=4174980/4192956
[pid=31713] ppid=31711 vsize=28064 CPUtime=0.04
/proc/31713/stat : 31713 (kw) R 31711 31713 31580 0 -1 0 6130 0 0 0 2 2 0 0 18 0 1 0 1144059669 28737536 6114 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/31713/statm: 7016 6118 208 541 0 6466 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 28064

[startup+0.101864 s]
/proc/loadavg: 1.91 1.93 1.68 3/72 31713
/proc/meminfo: memFree=1452368/2055920 swapFree=4174980/4192956
[pid=31713] ppid=31711 vsize=61780 CPUtime=0.09
/proc/31713/stat : 31713 (kw) R 31711 31713 31580 0 -1 0 14188 0 0 0 4 5 0 0 18 0 1 0 1144059669 63262720 14172 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/31713/statm: 15445 14179 208 541 0 14895 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61780

[startup+0.301901 s]
/proc/loadavg: 1.91 1.93 1.68 3/72 31713
/proc/meminfo: memFree=1452368/2055920 swapFree=4174980/4192956
[pid=31713] ppid=31711 vsize=96900 CPUtime=0.29
/proc/31713/stat : 31713 (kw) R 31711 31713 31580 0 -1 0 22517 0 0 0 19 10 0 0 19 0 1 0 1144059669 99225600 22501 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/31713/statm: 24225 22501 219 541 0 23675 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 96900

[startup+0.701976 s]
/proc/loadavg: 1.91 1.93 1.68 3/72 31713
/proc/meminfo: memFree=1452368/2055920 swapFree=4174980/4192956
[pid=31713] ppid=31711 vsize=101916 CPUtime=0.69
/proc/31713/stat : 31713 (kw) R 31711 31713 31580 0 -1 0 23945 0 0 0 58 11 0 0 22 0 1 0 1144059669 104361984 23929 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/31713/statm: 25479 23929 219 541 0 24929 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 101916

[startup+1.50113 s]
/proc/loadavg: 1.91 1.93 1.68 2/73 31714
/proc/meminfo: memFree=1353160/2055920 swapFree=4174980/4192956
[pid=31713] ppid=31711 vsize=111684 CPUtime=1.49
/proc/31713/stat : 31713 (kw) R 31711 31713 31580 0 -1 0 26699 0 0 0 136 13 0 0 25 0 1 0 1144059669 114364416 26683 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/31713/statm: 27921 26683 219 541 0 27371 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 111684

[startup+3.10243 s]
/proc/loadavg: 1.91 1.93 1.68 2/73 31714
/proc/meminfo: memFree=1337288/2055920 swapFree=4174980/4192956
[pid=31713] ppid=31711 vsize=154572 CPUtime=3.09
/proc/31713/stat : 31713 (kw) R 31711 31713 31580 0 -1 0 38920 0 0 0 290 19 0 0 25 0 1 0 1144059669 158281728 37617 1992294400 4194304 6412682 548682068832 18446744073709551615 4564555 0 0 4096 0 0 0 0 17 1 0 0
/proc/31713/statm: 38643 37617 239 541 0 38093 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 154572

[startup+6.30203 s]
/proc/loadavg: 1.84 1.92 1.67 2/73 31714
/proc/meminfo: memFree=1281608/2055920 swapFree=4174980/4192956
[pid=31713] ppid=31711 vsize=181128 CPUtime=6.28
/proc/31713/stat : 31713 (kw) R 31711 31713 31580 0 -1 0 44551 0 0 0 600 28 0 0 25 0 1 0 1144059669 185475072 43248 1992294400 4194304 6412682 548682068832 18446744073709551615 4508923 0 0 4096 0 0 0 0 17 1 0 0
/proc/31713/statm: 45282 43248 248 541 0 44732 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 181128

[startup+12.7012 s]
/proc/loadavg: 1.77 1.90 1.67 2/73 31714
/proc/meminfo: memFree=1222472/2055920 swapFree=4174980/4192956
[pid=31713] ppid=31711 vsize=230532 CPUtime=12.68
/proc/31713/stat : 31713 (kw) R 31711 31713 31580 0 -1 0 54823 0 0 0 1226 42 0 0 25 0 1 0 1144059669 236064768 53520 1992294400 4194304 6412682 548682068832 18446744073709551615 5509000 0 0 4096 0 0 0 0 17 1 0 0
/proc/31713/statm: 57633 53520 248 541 0 57083 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 230532

[startup+25.5017 s]
/proc/loadavg: 1.60 1.86 1.66 2/73 31714
/proc/meminfo: memFree=1103496/2055920 swapFree=4174980/4192956
[pid=31713] ppid=31711 vsize=323964 CPUtime=25.44
/proc/31713/stat : 31713 (kw) R 31711 31713 31580 0 -1 0 75548 0 0 0 2475 69 0 0 25 0 1 0 1144059669 331739136 74245 1992294400 4194304 6412682 548682068832 18446744073709551615 5554256 0 0 4096 0 0 0 0 17 1 0 0
/proc/31713/statm: 80991 74245 248 541 0 80441 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 323964

[startup+51.1015 s]
/proc/loadavg: 1.40 1.79 1.64 2/73 31714
/proc/meminfo: memFree=889928/2055920 swapFree=4174980/4192956
[pid=31713] ppid=31711 vsize=510720 CPUtime=50.98
/proc/31713/stat : 31713 (kw) R 31711 31713 31580 0 -1 0 116047 0 0 0 4974 124 0 0 25 0 1 0 1144059669 522977280 113975 1992294400 4194304 6412682 548682068832 18446744073709551615 4507390 0 0 4096 0 0 0 0 17 1 0 0
/proc/31713/statm: 127680 113975 248 541 0 127130 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 510720

[startup+102.306 s]
/proc/loadavg: 1.17 1.66 1.60 2/73 31714
/proc/meminfo: memFree=490888/2055920 swapFree=4174980/4192956
[pid=31713] ppid=31711 vsize=852832 CPUtime=102.04
/proc/31713/stat : 31713 (kw) R 31711 31713 31580 0 -1 0 187362 0 0 0 9981 223 0 0 25 0 1 0 1144059669 873299968 185290 1992294400 4194304 6412682 548682068832 18446744073709551615 4350230 0 0 4096 0 0 0 0 17 1 0 0
/proc/31713/statm: 213208 185290 248 541 0 212658 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 852832

[startup+162.301 s]
/proc/loadavg: 1.06 1.54 1.56 2/73 31714
/proc/meminfo: memFree=91720/2055920 swapFree=4174980/4192956
[pid=31713] ppid=31711 vsize=1162088 CPUtime=161.62
/proc/31713/stat : 31713 (kw) R 31711 31713 31580 0 -1 0 257107 0 0 0 15835 327 0 0 25 0 1 0 1144059669 1189978112 255035 1992294400 4194304 6412682 548682068832 18446744073709551615 5554256 0 0 4096 0 0 0 0 17 1 0 0
/proc/31713/statm: 290522 255035 248 541 0 289972 0
Current children cumulated CPU time (s) 161.62
Current children cumulated vsize (KiB) 1162088

[startup+222.302 s]
/proc/loadavg: 1.34 1.54 1.56 2/73 31714
/proc/meminfo: memFree=16072/2055920 swapFree=4174988/4192956
[pid=31713] ppid=31711 vsize=1549452 CPUtime=221.46
/proc/31713/stat : 31713 (kw) R 31711 31713 31580 0 -1 0 338390 0 0 0 21714 432 0 0 25 0 1 0 1144059669 1586638848 336318 1992294400 4194304 6412682 548682068832 18446744073709551615 4543842 0 0 4096 0 0 0 0 17 1 0 0
/proc/31713/statm: 387363 336318 248 541 0 386813 0
Current children cumulated CPU time (s) 221.46
Current children cumulated vsize (KiB) 1549452



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+262.601 s]
/proc/loadavg: 1.66 1.60 1.57 2/73 31714
/proc/meminfo: memFree=15112/2055920 swapFree=4174988/4192956
[pid=31713] ppid=31711 vsize=1867408 CPUtime=261.53
/proc/31713/stat : 31713 (kw) R 31711 31713 31580 0 -1 0 398374 0 0 0 25644 509 0 0 25 0 1 0 1144059669 1912225792 394765 1992294400 4194304 6412682 548682068832 18446744073709551615 4508447 0 0 4096 0 0 0 0 17 1 0 0
/proc/31713/statm: 466852 394765 248 541 0 466302 0
Current children cumulated CPU time (s) 261.53
Current children cumulated vsize (KiB) 1867408

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+262.801 s]
/proc/loadavg: 1.66 1.60 1.57 2/74 31715
/proc/meminfo: memFree=1168128/2055920 swapFree=4174988/4192956
[pid=31713] ppid=31711 vsize=0 CPUtime=261.73
/proc/31713/stat : 31713 (kw) R 31711 31713 31580 0 -1 1028 398374 0 0 0 25644 529 0 0 25 0 1 0 1144059669 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/31713/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 261.73
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 262.887
CPU time (s): 261.815
CPU user time (s): 256.443
CPU system time (s): 5.37218
CPU usage (%): 99.5924
Max. virtual memory (cumulated for all children) (KiB): 1867408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 256.443
system time used= 5.37218
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 398374
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= 16
involuntary context switches= 1210

runsolver used 0.226965 second user time and 0.745886 second system time

The end

Launcher Data

Begin job on node64 at 2009-04-03 01:13:04
IDJOB=1553356
IDBENCH=70760
IDSOLVER=501
FILE ID=node64/1553356-1238713983
PBS_JOBID= 9085302
Free space on /tmp= 66372 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/APPLICATIONS/bitverif/minxorminand/minxorminand128.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1553356-1238713983/watcher-1553356-1238713983 -o /tmp/evaluation-result-1553356-1238713983/solver-1553356-1238713983 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1553356-1238713983.cnf

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

MD5SUM BENCH= a551844fb6a7f35cf6025d0a525ca14e
RANDOM SEED=1930465010

node64.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.261
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.261
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:       1452784 kB
Buffers:         94628 kB
Cached:         407468 kB
SwapCached:       8788 kB
Active:         279188 kB
Inactive:       233416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1452784 kB
SwapTotal:     4192956 kB
SwapFree:      4174980 kB
Dirty:           10092 kB
Writeback:           0 kB
Mapped:          16124 kB
Slab:            75404 kB
Committed_AS:  3216544 kB
PageTables:       2000 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= 65844 MiB
End job on node64 at 2009-04-03 01:17:29