Trace number 1725944

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
HydraSAT 2009-03-22-BaseUNSAT 159.386 159.427

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG8-gensys-ukn005.sat05-3584.reshuffled-07.cnf
MD5SUMdb9d2b7fba78f1cbe73aba9a1aa51042
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark34.6907
Satisfiable
(Un)Satisfiability was proved
Number of variables1133
Number of clauses56210
Sum of the clauses size352304
Maximum clause length22
Minimum clause length1
Number of clauses of size 136
Number of clauses of size 22544
Number of clauses of size 310764
Number of clauses of size 427
Number of clauses of size 545
Number of clauses of size over 542794

Solver Data

159.35/159.42	
159.35/159.42	c decisions : 223208
159.35/159.42	c conflicts : 196232
159.35/159.42	c Memory limit 1620 MiB
159.35/159.42	c RANDOM SEED: 1107146260
159.35/159.42	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-1725944-1240707972/watcher-1725944-1240707972 -o /tmp/evaluation-result-1725944-1240707972/solver-1725944-1240707972 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat HOME/instance-1725944-1240707972.cnf -rs 1107146260 -co memory_limit 1800 

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.98 0.97 1.05 3/64 29294
/proc/meminfo: memFree=1744960/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=1856 CPUtime=0
/proc/29294/stat : 29294 (hydrasat) R 29292 29294 29227 0 -1 4194304 210 0 0 0 0 0 0 0 18 0 1 0 98831274 1900544 194 1992294400 134512640 135997824 4294956176 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 1 0 0
/proc/29294/statm: 464 194 151 362 0 99 0

[startup+0.084317 s]
/proc/loadavg: 0.98 0.97 1.05 3/64 29294
/proc/meminfo: memFree=1744960/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=3704 CPUtime=0.08
/proc/29294/stat : 29294 (hydrasat) R 29292 29294 29227 0 -1 4194304 679 0 0 0 8 0 0 0 18 0 1 0 98831274 3792896 663 1992294400 134512640 135997824 4294956176 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 1 0 0
/proc/29294/statm: 926 663 151 362 0 561 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3704

[startup+0.101317 s]
/proc/loadavg: 0.98 0.97 1.05 3/64 29294
/proc/meminfo: memFree=1744960/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=3968 CPUtime=0.09
/proc/29294/stat : 29294 (hydrasat) R 29292 29294 29227 0 -1 4194304 775 0 0 0 9 0 0 0 18 0 1 0 98831274 4063232 759 1992294400 134512640 135997824 4294956176 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 1 0 0
/proc/29294/statm: 992 759 151 362 0 627 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3968

[startup+0.301336 s]
/proc/loadavg: 0.98 0.97 1.05 3/64 29294
/proc/meminfo: memFree=1744960/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=7896 CPUtime=0.29
/proc/29294/stat : 29294 (hydrasat) R 29292 29294 29227 0 -1 4194304 1770 0 0 0 29 0 0 0 19 0 1 0 98831274 8085504 1717 1992294400 134512640 135997824 4294956176 18446744073709551615 134695407 0 0 4096 1 0 0 0 17 1 0 0
/proc/29294/statm: 1974 1717 158 362 0 1609 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7896

[startup+0.701376 s]
/proc/loadavg: 0.98 0.97 1.05 3/64 29294
/proc/meminfo: memFree=1744960/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=7896 CPUtime=0.69
/proc/29294/stat : 29294 (hydrasat) R 29292 29294 29227 0 -1 4194304 1770 0 0 0 69 0 0 0 22 0 1 0 98831274 8085504 1717 1992294400 134512640 135997824 4294956176 18446744073709551615 134520042 0 0 4096 1 0 0 0 17 1 0 0
/proc/29294/statm: 1974 1717 158 362 0 1609 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7896

[startup+1.50145 s]
/proc/loadavg: 0.98 0.97 1.05 2/65 29295
/proc/meminfo: memFree=1738680/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=7896 CPUtime=1.49
/proc/29294/stat : 29294 (hydrasat) R 29292 29294 29227 0 -1 4194304 1770 0 0 0 149 0 0 0 25 0 1 0 98831274 8085504 1717 1992294400 134512640 135997824 4294956176 18446744073709551615 134519830 0 0 4096 1 0 0 0 17 1 0 0
/proc/29294/statm: 1974 1717 158 362 0 1609 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7896

[startup+3.10161 s]
/proc/loadavg: 0.98 0.97 1.05 2/65 29295
/proc/meminfo: memFree=1738552/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=7896 CPUtime=3.09
/proc/29294/stat : 29294 (hydrasat) R 29292 29294 29227 0 -1 4194304 1771 0 0 0 309 0 0 0 25 0 1 0 98831274 8085504 1718 1992294400 134512640 135997824 4294956176 18446744073709551615 135387649 0 0 4096 1 0 0 0 17 1 0 0
/proc/29294/statm: 1974 1718 159 362 0 1609 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7896

[startup+6.30293 s]
/proc/loadavg: 0.98 0.97 1.05 2/65 29295
/proc/meminfo: memFree=1737784/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=8724 CPUtime=6.29
/proc/29294/stat : 29294 (hydrasat) R 29292 29294 29227 0 -1 4194304 2034 0 0 0 628 1 0 0 25 0 1 0 98831274 8933376 1934 1992294400 134512640 135997824 4294956176 18446744073709551615 134683451 0 0 4096 1 0 0 0 17 1 0 0
/proc/29294/statm: 2181 1934 174 362 0 1816 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8724

[startup+12.7016 s]
/proc/loadavg: 0.98 0.97 1.05 2/65 29295
/proc/meminfo: memFree=1736256/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=10328 CPUtime=12.69
/proc/29294/stat : 29294 (hydrasat) R 29292 29294 29227 0 -1 4194304 2420 0 0 0 1268 1 0 0 25 0 1 0 98831274 10575872 2320 1992294400 134512640 135997824 4294956176 18446744073709551615 134758096 0 0 4096 1 0 0 0 17 1 0 0
/proc/29294/statm: 2582 2320 174 362 0 2217 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10328

[startup+25.5018 s]
/proc/loadavg: 0.99 0.97 1.05 2/65 29295
/proc/meminfo: memFree=1734144/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=12536 CPUtime=25.49
/proc/29294/stat : 29294 (hydrasat) R 29292 29294 29227 0 -1 4194304 2927 0 0 0 2547 2 0 0 25 0 1 0 98831274 12836864 2827 1992294400 134512640 135997824 4294956176 18446744073709551615 134758026 0 0 4096 1 0 0 0 17 1 0 0
/proc/29294/statm: 3134 2827 174 362 0 2769 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12536

[startup+51.1014 s]
/proc/loadavg: 0.99 0.97 1.04 2/65 29295
/proc/meminfo: memFree=1730944/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=16124 CPUtime=51.08
/proc/29294/stat : 29294 (hydrasat) R 29292 29294 29227 0 -1 4194304 3754 0 0 0 5105 3 0 0 25 0 1 0 98831274 16510976 3654 1992294400 134512640 135997824 4294956176 18446744073709551615 134757797 0 0 4096 1 0 0 0 17 1 0 0
/proc/29294/statm: 4031 3654 174 362 0 3666 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 16124

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 1.04 2/65 29295
/proc/meminfo: memFree=1725952/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=21340 CPUtime=102.26
/proc/29294/stat : 29294 (hydrasat) R 29292 29294 29227 0 -1 4194304 4998 0 0 0 10222 4 0 0 25 0 1 0 98831274 21852160 4898 1992294400 134512640 135997824 4294956176 18446744073709551615 134758026 0 0 4096 1 0 0 0 17 1 0 0
/proc/29294/statm: 5335 4898 174 362 0 4970 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 21340

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

[startup+127.902 s]
/proc/loadavg: 0.99 0.97 1.04 2/65 29295
/proc/meminfo: memFree=1723904/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=23856 CPUtime=127.86
/proc/29294/stat : 29294 (hydrasat) R 29292 29294 29227 0 -1 4194304 5582 0 0 0 12781 5 0 0 25 0 1 0 98831274 24428544 5417 1992294400 134512640 135997824 4294956176 18446744073709551615 134757682 0 0 4096 1 0 0 0 17 1 0 0
/proc/29294/statm: 5964 5417 174 362 0 5599 0
Current children cumulated CPU time (s) 127.86
Current children cumulated vsize (KiB) 23856

[startup+140.701 s]
/proc/loadavg: 0.99 0.97 1.04 2/65 29295
/proc/meminfo: memFree=1722880/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=24796 CPUtime=140.66
/proc/29294/stat : 29294 (hydrasat) R 29292 29294 29227 0 -1 4194304 5816 0 0 0 14061 5 0 0 25 0 1 0 98831274 25391104 5651 1992294400 134512640 135997824 4294956176 18446744073709551615 134757664 0 0 4096 1 0 0 0 17 1 0 0
/proc/29294/statm: 6199 5651 174 362 0 5834 0
Current children cumulated CPU time (s) 140.66
Current children cumulated vsize (KiB) 24796

[startup+147.102 s]
/proc/loadavg: 0.99 0.97 1.04 2/65 29295
/proc/meminfo: memFree=1722432/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=25372 CPUtime=147.05
/proc/29294/stat : 29294 (hydrasat) R 29292 29294 29227 0 -1 4194304 5937 0 0 0 14700 5 0 0 25 0 1 0 98831274 25980928 5772 1992294400 134512640 135997824 4294956176 18446744073709551615 134757852 0 0 4096 1 0 0 0 17 1 0 0
/proc/29294/statm: 6343 5772 174 362 0 5978 0
Current children cumulated CPU time (s) 147.05
Current children cumulated vsize (KiB) 25372

[startup+153.502 s]
/proc/loadavg: 0.99 0.97 1.04 2/65 29295
/proc/meminfo: memFree=1722112/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=25704 CPUtime=153.45
/proc/29294/stat : 29294 (hydrasat) R 29292 29294 29227 0 -1 4194304 6011 0 0 0 15340 5 0 0 25 0 1 0 98831274 26320896 5846 1992294400 134512640 135997824 4294956176 18446744073709551615 134757664 0 0 4096 1 0 0 0 17 1 0 0
/proc/29294/statm: 6426 5846 174 362 0 6061 0
Current children cumulated CPU time (s) 153.45
Current children cumulated vsize (KiB) 25704

[startup+156.702 s]
/proc/loadavg: 0.99 0.97 1.03 2/65 29295
/proc/meminfo: memFree=1721856/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=25836 CPUtime=156.65
/proc/29294/stat : 29294 (hydrasat) R 29292 29294 29227 0 -1 4194304 6071 0 0 0 15660 5 0 0 25 0 1 0 98831274 26456064 5906 1992294400 134512640 135997824 4294956176 18446744073709551615 134757664 0 0 4096 1 0 0 0 17 1 0 0
/proc/29294/statm: 6459 5906 174 362 0 6094 0
Current children cumulated CPU time (s) 156.65
Current children cumulated vsize (KiB) 25836

[startup+158.301 s]
/proc/loadavg: 0.99 0.97 1.03 2/65 29295
/proc/meminfo: memFree=1721728/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=25968 CPUtime=158.25
/proc/29294/stat : 29294 (hydrasat) R 29292 29294 29227 0 -1 4194304 6091 0 0 0 15820 5 0 0 25 0 1 0 98831274 26591232 5926 1992294400 134512640 135997824 4294956176 18446744073709551615 134757664 0 0 4096 1 0 0 0 17 1 0 0
/proc/29294/statm: 6492 5926 174 362 0 6127 0
Current children cumulated CPU time (s) 158.25
Current children cumulated vsize (KiB) 25968

[startup+159.101 s]
/proc/loadavg: 0.99 0.97 1.03 2/65 29295
/proc/meminfo: memFree=1721728/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=25968 CPUtime=159.05
/proc/29294/stat : 29294 (hydrasat) R 29292 29294 29227 0 -1 4194304 6100 0 0 0 15900 5 0 0 25 0 1 0 98831274 26591232 5935 1992294400 134512640 135997824 4294956176 18446744073709551615 134662897 0 0 4096 1 0 0 0 17 1 0 0
/proc/29294/statm: 6492 5935 174 362 0 6127 0
Current children cumulated CPU time (s) 159.05
Current children cumulated vsize (KiB) 25968

[startup+159.301 s]
/proc/loadavg: 0.99 0.97 1.03 2/65 29295
/proc/meminfo: memFree=1721728/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=25968 CPUtime=159.25
/proc/29294/stat : 29294 (hydrasat) R 29292 29294 29227 0 -1 4194304 6101 0 0 0 15920 5 0 0 25 0 1 0 98831274 26591232 5936 1992294400 134512640 135997824 4294956176 18446744073709551615 134757699 0 0 4096 1 0 0 0 17 1 0 0
/proc/29294/statm: 6492 5936 174 362 0 6127 0
Current children cumulated CPU time (s) 159.25
Current children cumulated vsize (KiB) 25968

[startup+159.401 s]
/proc/loadavg: 0.99 0.97 1.03 2/65 29295
/proc/meminfo: memFree=1721728/2055920 swapFree=4192812/4192956
[pid=29294] ppid=29292 vsize=25968 CPUtime=159.35
/proc/29294/stat : 29294 (hydrasat) R 29292 29294 29227 0 -1 4194304 6103 0 0 0 15930 5 0 0 25 0 1 0 98831274 26591232 5938 1992294400 134512640 135997824 4294956176 18446744073709551615 134757352 0 0 4096 1 0 0 0 17 1 0 0
/proc/29294/statm: 6492 5938 174 362 0 6127 0
Current children cumulated CPU time (s) 159.35
Current children cumulated vsize (KiB) 25968

Child status: 20
Real time (s): 159.427
CPU time (s): 159.386
CPU user time (s): 159.327
CPU system time (s): 0.058991
CPU usage (%): 99.9742
Max. virtual memory (cumulated for all children) (KiB): 25968

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

runsolver used 0.123981 second user time and 0.339948 second system time

The end

Launcher Data

Begin job on node12 at 2009-04-26 03:06:13
IDJOB=1725944
IDBENCH=24601
IDSOLVER=520
FILE ID=node12/1725944-1240707972
PBS_JOBID= 9186849
Free space on /tmp= 66340 MiB

SOLVER NAME= HydraSAT 2009-03-22-Base
BENCH NAME= SAT07/crafted/Medium/contest05/others/QG8-gensys-ukn005.sat05-3584.reshuffled-07.cnf
COMMAND LINE= DIR/hydrasat BENCHNAME -rs RANDOMSEED -co memory_limit MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1725944-1240707972/watcher-1725944-1240707972 -o /tmp/evaluation-result-1725944-1240707972/solver-1725944-1240707972 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat HOME/instance-1725944-1240707972.cnf -rs 1107146260 -co memory_limit 1800

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

MD5SUM BENCH= db9d2b7fba78f1cbe73aba9a1aa51042
RANDOM SEED=1107146260

node12.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.213
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.213
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:       1745440 kB
Buffers:         40160 kB
Cached:         196412 kB
SwapCached:          0 kB
Active:         121200 kB
Inactive:       129256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1745440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3148 kB
Writeback:           0 kB
Mapped:          23636 kB
Slab:            46072 kB
Committed_AS:   460224 kB
PageTables:       1376 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= 66340 MiB
End job on node12 at 2009-04-26 03:08:52