Trace number 1724130

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 42.0586 42.081

General information on the benchmark

Namesimon-s03-fifo8-300.cnf
MD5SUMbc88ff447c824a634465ac9483a47d5c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.2557
Satisfiable
(Un)Satisfiability was proved
Number of variables194762
Number of clauses530713
Sum of the clauses size1200865
Maximum clause length11
Minimum clause length1
Number of clauses of size 14539
Number of clauses of size 2407666
Number of clauses of size 3101726
Number of clauses of size 413487
Number of clauses of size 51199
Number of clauses of size over 52096

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
41.97/42.05	c 37.94 seconds
41.97/42.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-1724130-1240692778/watcher-1724130-1240692778 -o /tmp/evaluation-result-1724130-1240692778/solver-1724130-1240692778 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1724130-1240692778.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.10 3/64 20768
/proc/meminfo: memFree=1704240/2055920 swapFree=4192812/4192956
[pid=20768] ppid=20766 vsize=7408 CPUtime=0
/proc/20768/stat : 20768 (kw) R 20766 20768 20644 0 -1 0 755 0 0 0 0 0 0 0 18 0 1 0 97305170 7585792 740 1992294400 4194304 6412682 548682068832 18446744073709551615 4342988 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 1852 746 201 541 0 1302 0

[startup+0.097904 s]
/proc/loadavg: 1.00 1.00 1.10 3/64 20768
/proc/meminfo: memFree=1704240/2055920 swapFree=4192812/4192956
[pid=20768] ppid=20766 vsize=60400 CPUtime=0.08
/proc/20768/stat : 20768 (kw) R 20766 20768 20644 0 -1 0 13230 0 0 0 3 5 0 0 18 0 1 0 97305170 61849600 13215 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 15133 13220 208 541 0 14583 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 60400

[startup+0.101904 s]
/proc/loadavg: 1.00 1.00 1.10 3/64 20768
/proc/meminfo: memFree=1704240/2055920 swapFree=4192812/4192956
[pid=20768] ppid=20766 vsize=62908 CPUtime=0.09
/proc/20768/stat : 20768 (kw) R 20766 20768 20644 0 -1 0 13891 0 0 0 4 5 0 0 18 0 1 0 97305170 64417792 13875 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 15727 13882 208 541 0 15177 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 62908

[startup+0.301926 s]
/proc/loadavg: 1.00 1.00 1.10 3/64 20768
/proc/meminfo: memFree=1704240/2055920 swapFree=4192812/4192956
[pid=20768] ppid=20766 vsize=119776 CPUtime=0.29
/proc/20768/stat : 20768 (kw) R 20766 20768 20644 0 -1 0 27950 0 0 0 18 11 0 0 19 0 1 0 97305170 122650624 27934 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 29944 27934 221 541 0 29394 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 119776

[startup+0.701971 s]
/proc/loadavg: 1.00 1.00 1.10 3/64 20768
/proc/meminfo: memFree=1704240/2055920 swapFree=4192812/4192956
[pid=20768] ppid=20766 vsize=123736 CPUtime=0.69
/proc/20768/stat : 20768 (kw) R 20766 20768 20644 0 -1 0 29091 0 0 0 58 11 0 0 22 0 1 0 97305170 126705664 29075 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 30934 29075 221 541 0 30384 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 123736

[startup+1.50106 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 20769
/proc/meminfo: memFree=1585128/2055920 swapFree=4192812/4192956
[pid=20768] ppid=20766 vsize=131656 CPUtime=1.49
/proc/20768/stat : 20768 (kw) R 20766 20768 20644 0 -1 0 31334 0 0 0 136 13 0 0 25 0 1 0 97305170 134815744 31318 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 32914 31318 221 541 0 32364 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 131656

[startup+3.10124 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 20769
/proc/meminfo: memFree=1571880/2055920 swapFree=4192812/4192956
[pid=20768] ppid=20766 vsize=147976 CPUtime=3.09
/proc/20768/stat : 20768 (kw) R 20766 20768 20644 0 -1 0 36304 0 0 0 294 15 0 0 25 0 1 0 97305170 151527424 35903 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 36994 35903 221 541 0 36444 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 147976

[startup+6.30159 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 20769
/proc/meminfo: memFree=1539496/2055920 swapFree=4192812/4192956
[pid=20768] ppid=20766 vsize=172648 CPUtime=6.29
/proc/20768/stat : 20768 (kw) R 20766 20768 20644 0 -1 0 43577 0 0 0 596 33 0 0 25 0 1 0 97305170 176791552 42034 1992294400 4194304 6412682 548682068832 18446744073709551615 5554256 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 43162 42034 248 541 0 42612 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 172648

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 20769
/proc/meminfo: memFree=1522792/2055920 swapFree=4192812/4192956
[pid=20768] ppid=20766 vsize=181244 CPUtime=12.69
/proc/20768/stat : 20768 (kw) R 20766 20768 20644 0 -1 0 47305 0 0 0 1219 50 0 0 25 0 1 0 97305170 185593856 44240 1992294400 4194304 6412682 548682068832 18446744073709551615 4297678 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 45311 44240 255 541 0 44761 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 181244

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 20769
/proc/meminfo: memFree=1520808/2055920 swapFree=4192812/4192956
[pid=20768] ppid=20766 vsize=182584 CPUtime=25.48
/proc/20768/stat : 20768 (kw) R 20766 20768 20644 0 -1 0 47830 0 0 0 2491 57 0 0 25 0 1 0 97305170 186966016 44765 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 45646 44765 258 541 0 45096 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 182584

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

[startup+31.9054 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 20769
/proc/meminfo: memFree=1520872/2055920 swapFree=4192812/4192956
[pid=20768] ppid=20766 vsize=182584 CPUtime=31.88
/proc/20768/stat : 20768 (kw) R 20766 20768 20644 0 -1 0 47840 0 0 0 3128 60 0 0 25 0 1 0 97305170 186966016 44775 1992294400 4194304 6412682 548682068832 18446744073709551615 4298516 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 45646 44775 258 541 0 45096 0
Current children cumulated CPU time (s) 31.88
Current children cumulated vsize (KiB) 182584

[startup+38.3011 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 20769
/proc/meminfo: memFree=1520616/2055920 swapFree=4192812/4192956
[pid=20768] ppid=20766 vsize=182584 CPUtime=38.27
/proc/20768/stat : 20768 (kw) R 20766 20768 20644 0 -1 0 47851 0 0 0 3764 63 0 0 25 0 1 0 97305170 186966016 44786 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 45646 44786 258 541 0 45096 0
Current children cumulated CPU time (s) 38.27
Current children cumulated vsize (KiB) 182584

[startup+39.9013 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 20769
/proc/meminfo: memFree=1520744/2055920 swapFree=4192812/4192956
[pid=20768] ppid=20766 vsize=182584 CPUtime=39.87
/proc/20768/stat : 20768 (kw) R 20766 20768 20644 0 -1 0 47851 0 0 0 3923 64 0 0 25 0 1 0 97305170 186966016 44786 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 45646 44786 258 541 0 45096 0
Current children cumulated CPU time (s) 39.87
Current children cumulated vsize (KiB) 182584

[startup+40.7054 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 20769
/proc/meminfo: memFree=1520744/2055920 swapFree=4192812/4192956
[pid=20768] ppid=20766 vsize=182584 CPUtime=40.67
/proc/20768/stat : 20768 (kw) R 20766 20768 20644 0 -1 0 47851 0 0 0 4003 64 0 0 25 0 1 0 97305170 186966016 44786 1992294400 4194304 6412682 548682068832 18446744073709551615 4334394 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 45646 44786 258 541 0 45096 0
Current children cumulated CPU time (s) 40.67
Current children cumulated vsize (KiB) 182584

[startup+41.5015 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 20769
/proc/meminfo: memFree=1520744/2055920 swapFree=4192812/4192956
[pid=20768] ppid=20766 vsize=182584 CPUtime=41.47
/proc/20768/stat : 20768 (kw) R 20766 20768 20644 0 -1 0 47851 0 0 0 4082 65 0 0 25 0 1 0 97305170 186966016 44786 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 45646 44786 258 541 0 45096 0
Current children cumulated CPU time (s) 41.47
Current children cumulated vsize (KiB) 182584

[startup+41.9015 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 20769
/proc/meminfo: memFree=1520744/2055920 swapFree=4192812/4192956
[pid=20768] ppid=20766 vsize=182584 CPUtime=41.87
/proc/20768/stat : 20768 (kw) R 20766 20768 20644 0 -1 0 47851 0 0 0 4122 65 0 0 25 0 1 0 97305170 186966016 44786 1992294400 4194304 6412682 548682068832 18446744073709551615 4287605 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 45646 44786 258 541 0 45096 0
Current children cumulated CPU time (s) 41.87
Current children cumulated vsize (KiB) 182584

[startup+42.0015 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 20769
/proc/meminfo: memFree=1520744/2055920 swapFree=4192812/4192956
[pid=20768] ppid=20766 vsize=182584 CPUtime=41.97
/proc/20768/stat : 20768 (kw) R 20766 20768 20644 0 -1 0 47851 0 0 0 4132 65 0 0 25 0 1 0 97305170 186966016 44786 1992294400 4194304 6412682 548682068832 18446744073709551615 4298110 0 0 4096 0 0 0 0 17 1 0 0
/proc/20768/statm: 45646 44786 258 541 0 45096 0
Current children cumulated CPU time (s) 41.97
Current children cumulated vsize (KiB) 182584

Child status: 20
Real time (s): 42.081
CPU time (s): 42.0586
CPU user time (s): 41.3757
CPU system time (s): 0.682896
CPU usage (%): 99.9468
Max. virtual memory (cumulated for all children) (KiB): 184384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.3757
system time used= 0.682896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47858
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.042993 second user time and 0.101984 second system time

The end

Launcher Data

Begin job on node59 at 2009-04-25 22:53:00
IDJOB=1724130
IDBENCH=71758
IDSOLVER=501
FILE ID=node59/1724130-1240692778
PBS_JOBID= 9186733
Free space on /tmp= 66352 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT_RACE06/simon-s03-fifo8-300.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1724130-1240692778/watcher-1724130-1240692778 -o /tmp/evaluation-result-1724130-1240692778/solver-1724130-1240692778 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1724130-1240692778.cnf

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

MD5SUM BENCH= bc88ff447c824a634465ac9483a47d5c
RANDOM SEED=1560853839

node59.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.240
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.240
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:       1704720 kB
Buffers:         36036 kB
Cached:         242832 kB
SwapCached:          0 kB
Active:         152700 kB
Inactive:       140044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1704720 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11492 kB
Writeback:           0 kB
Mapped:          23660 kB
Slab:            44468 kB
Committed_AS:   408004 kB
PageTables:       1456 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= 66344 MiB
End job on node59 at 2009-04-25 22:53:42