Trace number 1555436

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 183.353 183.4

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitswegner/
countbitswegner064.cnf
MD5SUM1a0b22841159d2c84fdcb857229ffa08
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark155.387
Satisfiable
(Un)Satisfiability was proved
Number of variables24448
Number of clauses73151
Sum of the clauses size170683
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 248766
Number of clauses of size 324383
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
183.24/183.38	c 182.98 seconds
183.24/183.38	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-1555436-1238741066/watcher-1555436-1238741066 -o /tmp/evaluation-result-1555436-1238741066/solver-1555436-1238741066 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1555436-1238741066.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.97 0.99 2/69 32442
/proc/meminfo: memFree=1787544/2055920 swapFree=4171336/4192956
[pid=32442] ppid=32440 vsize=5272 CPUtime=0
/proc/32442/stat : 32442 (kw) R 32440 32442 32405 0 -1 0 802 0 0 0 0 0 0 0 18 0 1 0 1146769784 5398528 787 1992294400 4194304 6412682 548682068864 18446744073709551615 4280529 0 0 4096 0 0 0 0 17 1 0 0
/proc/32442/statm: 1351 791 208 541 0 801 0

[startup+0.101923 s]
/proc/loadavg: 0.92 0.97 0.99 2/69 32442
/proc/meminfo: memFree=1787544/2055920 swapFree=4171336/4192956
[pid=32442] ppid=32440 vsize=18088 CPUtime=0.09
/proc/32442/stat : 32442 (kw) R 32440 32442 32405 0 -1 0 4000 0 0 0 8 1 0 0 18 0 1 0 1146769784 18522112 3984 1992294400 4194304 6412682 548682068864 18446744073709551615 4284102 0 0 4096 0 0 0 0 17 1 0 0
/proc/32442/statm: 4522 3984 219 541 0 3972 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18088

[startup+0.201932 s]
/proc/loadavg: 0.92 0.97 0.99 2/69 32442
/proc/meminfo: memFree=1787544/2055920 swapFree=4171336/4192956
[pid=32442] ppid=32440 vsize=19600 CPUtime=0.19
/proc/32442/stat : 32442 (kw) R 32440 32442 32405 0 -1 0 4452 0 0 0 17 2 0 0 19 0 1 0 1146769784 20070400 4387 1992294400 4194304 6412682 548682068864 18446744073709551615 4917207 0 0 4096 0 0 0 0 17 1 0 0
/proc/32442/statm: 4900 4387 220 541 0 4350 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19600

[startup+0.301943 s]
/proc/loadavg: 0.92 0.97 0.99 2/69 32442
/proc/meminfo: memFree=1787544/2055920 swapFree=4171336/4192956
[pid=32442] ppid=32440 vsize=20920 CPUtime=0.29
/proc/32442/stat : 32442 (kw) R 32440 32442 32405 0 -1 0 4822 0 0 0 27 2 0 0 19 0 1 0 1146769784 21422080 4757 1992294400 4194304 6412682 548682068864 18446744073709551615 5122100 0 0 4096 0 0 0 0 17 1 0 0
/proc/32442/statm: 5230 4757 220 541 0 4680 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20920

[startup+0.701983 s]
/proc/loadavg: 0.92 0.97 0.99 2/69 32442
/proc/meminfo: memFree=1787544/2055920 swapFree=4171336/4192956
[pid=32442] ppid=32440 vsize=29564 CPUtime=0.69
/proc/32442/stat : 32442 (kw) R 32440 32442 32405 0 -1 0 7173 0 0 0 63 6 0 0 23 0 1 0 1146769784 30273536 6867 1992294400 4194304 6412682 548682068864 18446744073709551615 5554256 0 0 4096 0 0 0 0 17 1 0 0
/proc/32442/statm: 7391 6867 248 541 0 6841 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29564

[startup+1.50107 s]
/proc/loadavg: 0.92 0.97 0.99 2/70 32443
/proc/meminfo: memFree=1751952/2055920 swapFree=4171336/4192956
[pid=32442] ppid=32440 vsize=38032 CPUtime=1.49
/proc/32442/stat : 32442 (kw) R 32440 32442 32405 0 -1 0 9157 0 0 0 136 13 0 0 25 0 1 0 1146769784 38944768 8851 1992294400 4194304 6412682 548682068864 18446744073709551615 5476412 0 0 4096 0 0 0 0 17 1 0 0
/proc/32442/statm: 9508 8851 248 541 0 8958 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38032

[startup+3.10123 s]
/proc/loadavg: 0.92 0.97 0.99 2/70 32443
/proc/meminfo: memFree=1751184/2055920 swapFree=4171336/4192956
[pid=32442] ppid=32440 vsize=37604 CPUtime=3.09
/proc/32442/stat : 32442 (kw) R 32440 32442 32405 0 -1 0 9241 0 0 0 296 13 0 0 25 0 1 0 1146769784 38506496 8743 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/32442/statm: 9401 8743 255 541 0 8851 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37604

[startup+6.30156 s]
/proc/loadavg: 0.93 0.97 0.99 2/70 32443
/proc/meminfo: memFree=1750928/2055920 swapFree=4171336/4192956
[pid=32442] ppid=32440 vsize=37604 CPUtime=6.29
/proc/32442/stat : 32442 (kw) R 32440 32442 32405 0 -1 0 9266 0 0 0 614 15 0 0 25 0 1 0 1146769784 38506496 8768 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/32442/statm: 9401 8768 255 541 0 8851 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37604

[startup+12.7012 s]
/proc/loadavg: 0.93 0.97 0.99 2/70 32443
/proc/meminfo: memFree=1749648/2055920 swapFree=4171336/4192956
[pid=32442] ppid=32440 vsize=39012 CPUtime=12.69
/proc/32442/stat : 32442 (kw) R 32440 32442 32405 0 -1 0 9599 0 0 0 1253 16 0 0 25 0 1 0 1146769784 39948288 9101 1992294400 4194304 6412682 548682068864 18446744073709551615 4285787 0 0 4096 0 0 0 0 17 1 0 0
/proc/32442/statm: 9753 9101 258 541 0 9203 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 39012

[startup+25.5025 s]
/proc/loadavg: 0.95 0.97 0.99 2/70 32443
/proc/meminfo: memFree=1749072/2055920 swapFree=4171336/4192956
[pid=32442] ppid=32440 vsize=39584 CPUtime=25.48
/proc/32442/stat : 32442 (kw) R 32440 32442 32405 0 -1 0 9742 0 0 0 2532 16 0 0 25 0 1 0 1146769784 40534016 9244 1992294400 4194304 6412682 548682068864 18446744073709551615 4570497 0 0 4096 0 0 0 0 17 1 0 0
/proc/32442/statm: 9896 9244 258 541 0 9346 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 39584

[startup+51.1021 s]
/proc/loadavg: 0.96 0.97 0.99 2/70 32443
/proc/meminfo: memFree=1748112/2055920 swapFree=4171336/4192956
[pid=32442] ppid=32440 vsize=40448 CPUtime=51.08
/proc/32442/stat : 32442 (kw) R 32440 32442 32405 0 -1 0 9990 0 0 0 5089 19 0 0 25 0 1 0 1146769784 41418752 9492 1992294400 4194304 6412682 548682068864 18446744073709551615 4286929 0 0 4096 0 0 0 0 17 1 0 0
/proc/32442/statm: 10112 9492 258 541 0 9562 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 40448

[startup+102.302 s]
/proc/loadavg: 0.98 0.97 0.99 2/70 32443
/proc/meminfo: memFree=1730256/2055920 swapFree=4171336/4192956
[pid=32442] ppid=32440 vsize=58484 CPUtime=102.27
/proc/32442/stat : 32442 (kw) R 32440 32442 32405 0 -1 0 14427 0 0 0 10195 32 0 0 25 0 1 0 1146769784 59887616 13929 1992294400 4194304 6412682 548682068864 18446744073709551615 4285830 0 0 4096 0 0 0 0 17 1 0 0
/proc/32442/statm: 14621 13929 258 541 0 14071 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 58484

[startup+162.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 32443
/proc/meminfo: memFree=1710160/2055920 swapFree=4171336/4192956
[pid=32442] ppid=32440 vsize=79796 CPUtime=162.25
/proc/32442/stat : 32442 (kw) R 32440 32442 32405 0 -1 0 19526 0 0 0 16179 46 0 0 25 0 1 0 1146769784 81711104 19028 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/32442/statm: 19949 19028 258 541 0 19399 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 79796

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

[startup+166.402 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 32443
/proc/meminfo: memFree=1707984/2055920 swapFree=4171336/4192956
[pid=32442] ppid=32440 vsize=81380 CPUtime=166.35
/proc/32442/stat : 32442 (kw) R 32440 32442 32405 0 -1 0 20146 0 0 0 16588 47 0 0 25 0 1 0 1146769784 83333120 19442 1992294400 4194304 6412682 548682068864 18446744073709551615 4360253 0 0 4096 0 0 0 0 17 1 0 0
/proc/32442/statm: 20345 19442 258 541 0 19795 0
Current children cumulated CPU time (s) 166.35
Current children cumulated vsize (KiB) 81380

[startup+172.806 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 32443
/proc/meminfo: memFree=1707856/2055920 swapFree=4171336/4192956
[pid=32442] ppid=32440 vsize=81864 CPUtime=172.75
/proc/32442/stat : 32442 (kw) R 32440 32442 32405 0 -1 0 20216 0 0 0 17227 48 0 0 25 0 1 0 1146769784 83828736 19512 1992294400 4194304 6412682 548682068864 18446744073709551615 4359994 0 0 4096 0 0 0 0 17 1 0 0
/proc/32442/statm: 20466 19512 258 541 0 19916 0
Current children cumulated CPU time (s) 172.75
Current children cumulated vsize (KiB) 81864

[startup+179.202 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 32443
/proc/meminfo: memFree=1703696/2055920 swapFree=4171336/4192956
[pid=32442] ppid=32440 vsize=87504 CPUtime=179.15
/proc/32442/stat : 32442 (kw) R 32440 32442 32405 0 -1 0 21615 0 0 0 17864 51 0 0 25 0 1 0 1146769784 89604096 20911 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/32442/statm: 21876 20911 258 541 0 21326 0
Current children cumulated CPU time (s) 179.15
Current children cumulated vsize (KiB) 87504

[startup+180.801 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 32443
/proc/meminfo: memFree=1700240/2055920 swapFree=4171336/4192956
[pid=32442] ppid=32440 vsize=89880 CPUtime=180.74
/proc/32442/stat : 32442 (kw) R 32440 32442 32405 0 -1 0 22214 0 0 0 18023 51 0 0 25 0 1 0 1146769784 92037120 21510 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/32442/statm: 22470 21510 258 541 0 21920 0
Current children cumulated CPU time (s) 180.74
Current children cumulated vsize (KiB) 89880

[startup+182.402 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 32443
/proc/meminfo: memFree=1699280/2055920 swapFree=4171336/4192956
[pid=32442] ppid=32440 vsize=91548 CPUtime=182.34
/proc/32442/stat : 32442 (kw) R 32440 32442 32405 0 -1 0 22625 0 0 0 18183 51 0 0 25 0 1 0 1146769784 93745152 21921 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/32442/statm: 22887 21921 258 541 0 22337 0
Current children cumulated CPU time (s) 182.34
Current children cumulated vsize (KiB) 91548

[startup+182.802 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 32443
/proc/meminfo: memFree=1698064/2055920 swapFree=4171336/4192956
[pid=32442] ppid=32440 vsize=92076 CPUtime=182.74
/proc/32442/stat : 32442 (kw) R 32440 32442 32405 0 -1 0 22788 0 0 0 18223 51 0 0 25 0 1 0 1146769784 94285824 22084 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/32442/statm: 23019 22084 258 541 0 22469 0
Current children cumulated CPU time (s) 182.74
Current children cumulated vsize (KiB) 92076

[startup+183.202 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 32443
/proc/meminfo: memFree=1698064/2055920 swapFree=4171336/4192956
[pid=32442] ppid=32440 vsize=92608 CPUtime=183.14
/proc/32442/stat : 32442 (kw) R 32440 32442 32405 0 -1 0 22903 0 0 0 18263 51 0 0 25 0 1 0 1146769784 94830592 22199 1992294400 4194304 6412682 548682068864 18446744073709551615 4304757 0 0 4096 0 0 0 0 17 1 0 0
/proc/32442/statm: 23152 22199 258 541 0 22602 0
Current children cumulated CPU time (s) 183.14
Current children cumulated vsize (KiB) 92608

[startup+183.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 32443
/proc/meminfo: memFree=1698064/2055920 swapFree=4171336/4192956
[pid=32442] ppid=32440 vsize=92608 CPUtime=183.24
/proc/32442/stat : 32442 (kw) R 32440 32442 32405 0 -1 0 22903 0 0 0 18273 51 0 0 25 0 1 0 1146769784 94830592 22199 1992294400 4194304 6412682 548682068864 18446744073709551615 4304772 0 0 4096 0 0 0 0 17 1 0 0
/proc/32442/statm: 23152 22199 258 541 0 22602 0
Current children cumulated CPU time (s) 183.24
Current children cumulated vsize (KiB) 92608

Child status: 20
Real time (s): 183.4
CPU time (s): 183.353
CPU user time (s): 182.818
CPU system time (s): 0.534918
CPU usage (%): 99.9742
Max. virtual memory (cumulated for all children) (KiB): 92608

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

runsolver used 0.168974 second user time and 0.504923 second system time

The end

Launcher Data

Begin job on node44 at 2009-04-03 08:44:26
IDJOB=1555436
IDBENCH=70800
IDSOLVER=501
FILE ID=node44/1555436-1238741066
PBS_JOBID= 9085431
Free space on /tmp= 66480 MiB

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

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

MD5SUM BENCH= 1a0b22841159d2c84fdcb857229ffa08
RANDOM SEED=884135030

node44.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.241
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.241
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:       1788024 kB
Buffers:         26692 kB
Cached:         159320 kB
SwapCached:      11052 kB
Active:          21548 kB
Inactive:       176896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1788024 kB
SwapTotal:     4192956 kB
SwapFree:      4171336 kB
Dirty:            3464 kB
Writeback:           0 kB
Mapped:          18100 kB
Slab:            54852 kB
Committed_AS:  2940304 kB
PageTables:       1796 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= 66476 MiB
End job on node44 at 2009-04-03 08:47:30