Trace number 3495961

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
MoUsSaka 2011-03-26UNSAT 3.18751 3.18754

General information on the benchmark

Namemus/marques-silva/software-verification/
hsat_vc11813.cnf
MD5SUMcb55c707d7835abb5285d9fcb25c72ee
Bench CategoryMUS (MUS)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.18751
Satisfiable
(Un)Satisfiability was proved
Number of variables312579
Number of clauses905106
Sum of the clauses size2361159
Maximum clause length3
Minimum clause length1
Number of clauses of size 135218
Number of clauses of size 2283723
Number of clauses of size 3586165
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.02	c MoUsSaka vegetarian
1.49/1.55	
1.49/1.55	s UNSATISFIABLE
3.09/3.18	c Core is minimal
3.09/3.18	
3.09/3.18	v 536146 536136 536135 536125 536114 536124 536147 536887 536879 536235 536345 536344 536410 536411 536356 536213 536212 536202 536201 536366 536367 536191 536190 536300 536301 536312 536290 536289 536322 536323 536279 536278 536268 536267 536333 536334 536257 536256 536246 536245 536400 536399 536421 536355 536223 536224 536234 536311 536389 536388 536157 536158 536168 536169 536378 536377 536179 536180 536748 536744 536865 536863 536858 536854 536852 536847 536843 536841 536836 536832 536753 536755 536759 536764 536766 536770 536775 536777 536722 536788 536792 536797 536627 536632 536634 536638 536643 536645 536649 536654 536656 536660 536665 536667 536671 536676 536678 536808 536810 536546 536557 536814 536819 536821 536825 536830 536579 536550 536566 536561 536616 536612 536568 536487 536489 536491 536493 536495 536786 536781 536599 536601 536507 536505 536503 536501 536499 536497 536605 536610 536799 536803 536509 536511 536513 536515 536517 536519 536594 536590 536521 536523 536525 536527 536529 536572 536588 536583 536544 536034 536036 536038 536040 536577 536623 536621 536742 536737 536733 536731 536726 536704 536709 536711 536715 536720 536700 536698 536693 536689 536687 536682 536074 536072 536222 536231 536233 536242 536244 536253 536070 536068 536255 536264 536266 536066 536286 536064 536288 536297 536299 536062 536060 536308 536310 536319 536321 536330 536103 536101 536113 536121 536099 536123 536132 536134 536084 536143 536145 536154 536156 536165 536385 536376 536374 536167 536082 536080 536176 536178 536187 536078 536189 536198 536200 536076 536209 536211 536220 536396 536398 536407 536046 536044 536409 536418 536420 536042 536275 536277 536032 536030 536471 536026 536475 536477 536479 536481 536483 536485 536332 536058 536056 536341 536343 536352 536054 536354 536363 536365 536052 536387 536048 536050 536112 536110 536883 536432 536433 536435 536441 536444 536889 536428 536422 536532 536875 536085 536877 536890 536886 536535 536540 536537 536541 536533 536882 905104 536896 536908 691170 536898 536910 536912 536900 536913 536915 537102 536902 537106 536904 537107 537110 538820 538824 691166 536906 35218 536028 536448 536450 536452 536454 536456 536458 536460 536462 536464 536466 536467 536473 536555 536869 536876 536880 536884 536888 536894  0
3.09/3.18	
3.09/3.18	c Core has size 328

Verifier Data

OK	328

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3495961-1307808888/watcher-3495961-1307808888 -o /tmp/evaluation-result-3495961-1307808888/solver-3495961-1307808888 -C 1800 -W 1850 -M 7680 MoUsSaka HOME/instance-3495961-1307808888.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.46 1.88 2.92 4/189 29234
/proc/meminfo: memFree=31040500/32951124 swapFree=67053176/67111528
[pid=29234] ppid=29232 vsize=32004 CPUtime=0 cores=0,2
/proc/29234/stat : 29234 (MoUsSaka) R 29232 29234 27623 0 -1 4202496 1611 0 0 0 0 0 0 0 22 0 1 0 892486627 32772096 1549 33554432000 4194304 4365125 140734910946784 18446744073709551615 4318620 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29234/statm: 8001 1553 245 42 0 5149 0

[startup+0.0689631 s]
/proc/loadavg: 1.46 1.88 2.92 4/189 29234
/proc/meminfo: memFree=31040500/32951124 swapFree=67053176/67111528
[pid=29234] ppid=29232 vsize=52344 CPUtime=0.06 cores=0,2
/proc/29234/stat : 29234 (MoUsSaka) R 29232 29234 27623 0 -1 4202496 10654 0 0 0 5 1 0 0 22 0 1 0 892486627 53600256 7842 33554432000 4194304 4365125 140734910946784 18446744073709551615 4316862 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29234/statm: 13086 7844 254 42 0 10234 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 52344

[startup+0.100956 s]
/proc/loadavg: 1.46 1.88 2.92 4/189 29234
/proc/meminfo: memFree=31040500/32951124 swapFree=67053176/67111528
[pid=29234] ppid=29232 vsize=53368 CPUtime=0.09 cores=0,2
/proc/29234/stat : 29234 (MoUsSaka) R 29232 29234 27623 0 -1 4202496 11777 0 0 0 8 1 0 0 23 0 1 0 892486627 54648832 8736 33554432000 4194304 4365125 140734910946784 18446744073709551615 4316862 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29234/statm: 13342 8736 254 42 0 10490 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53368

[startup+0.300952 s]
/proc/loadavg: 1.46 1.88 2.92 4/189 29234
/proc/meminfo: memFree=31040500/32951124 swapFree=67053176/67111528
[pid=29234] ppid=29232 vsize=92076 CPUtime=0.29 cores=0,2
/proc/29234/stat : 29234 (MoUsSaka) R 29232 29234 27623 0 -1 4202496 30912 0 0 0 26 3 0 0 24 0 1 0 892486627 94285824 16273 33554432000 4194304 4365125 140734910946784 18446744073709551615 218905730816 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29234/statm: 23019 16275 254 42 0 20167 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 92076

[startup+0.700885 s]
/proc/loadavg: 1.46 1.88 2.92 4/189 29234
/proc/meminfo: memFree=31040500/32951124 swapFree=67053176/67111528
[pid=29234] ppid=29232 vsize=131408 CPUtime=0.69 cores=0,2
/proc/29234/stat : 29234 (MoUsSaka) R 29232 29234 27623 0 -1 4202496 51195 0 0 0 63 6 0 0 25 0 1 0 892486627 134561792 23682 33554432000 4194304 4365125 140734910946784 18446744073709551615 4257590 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29234/statm: 32852 23682 261 42 0 30000 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 131408

[startup+1.50073 s]
/proc/loadavg: 1.46 1.88 2.92 5/190 29235
/proc/meminfo: memFree=30907836/32951124 swapFree=67053176/67111528
[pid=29234] ppid=29232 vsize=131408 CPUtime=1.49 cores=0,2
/proc/29234/stat : 29234 (MoUsSaka) R 29232 29234 27623 0 -1 4202496 51817 0 0 0 143 6 0 0 25 0 1 0 892486627 134561792 24274 33554432000 4194304 4365125 140734910946784 18446744073709551615 4272028 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29234/statm: 32852 24274 262 42 0 30000 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 131408

[startup+3.10044 s]
/proc/loadavg: 1.46 1.88 2.92 5/190 29236
/proc/meminfo: memFree=30814352/32951124 swapFree=67053176/67111528
[pid=29234] ppid=29232 vsize=131408 CPUtime=3.09 cores=0,2
/proc/29234/stat : 29234 (MoUsSaka) R 29232 29234 27623 0 -1 4202496 51819 0 0 0 303 6 0 0 25 0 1 0 892486627 134561792 24276 33554432000 4194304 4365125 140734910946784 18446744073709551615 4260965 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29234/statm: 32852 24276 263 42 0 30000 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 131408

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

Child status: 20
Real time (s): 3.18754
CPU time (s): 3.18751
CPU user time (s): 3.11852
CPU system time (s): 0.068989
CPU usage (%): 99.9992
Max. virtual memory (cumulated for all children) (KiB): 131408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.11852
system time used= 0.068989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51824
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= 4
involuntary context switches= 14

runsolver used 0.005999 second user time and 0.019996 second system time

The end

Launcher Data

Begin job on node137 at 2011-06-11 18:14:49
IDJOB=3495961
IDBENCH=89574
IDSOLVER=1989
FILE ID=node137/3495961-1307808888
RUNJOBID= node137-1307808879-28910
PBS_JOBID= 13551049
Free space on /tmp= 73932 MiB

SOLVER NAME= MoUsSaka 2011-03-26
BENCH NAME= SAT11/mus/marques-silva/software-verification/hsat_vc11813.cnf
COMMAND LINE= MoUsSaka BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3495961-1307808888/watcher-3495961-1307808888 -o /tmp/evaluation-result-3495961-1307808888/solver-3495961-1307808888 -C 1800 -W 1850 -M 7680  MoUsSaka HOME/instance-3495961-1307808888.cnf

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= cb55c707d7835abb5285d9fcb25c72ee
RANDOM SEED=230029651

node137.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31040920 kB
Buffers:        280632 kB
Cached:         933848 kB
SwapCached:      12188 kB
Active:        1111420 kB
Inactive:       617868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31040920 kB
SwapTotal:    67111528 kB
SwapFree:     67053176 kB
Dirty:           32608 kB
Writeback:           0 kB
AnonPages:      511772 kB
Mapped:           9696 kB
Slab:           115980 kB
PageTables:       6360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   971664 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73932 MiB
End job on node137 at 2011-06-11 18:14:52